that's because you lack knowledge of terminology
ok, i'm willing to learn, but i don't know what to search for ...
anyhow, Apache vhosts don't help with your outbound irc trafic
perhaps you could google for "irc bouncer connection limit"
is is possible to block the internal connection from a htacces file? i have deny from .gov .mil .cablenet .gov. do i just add ::1 to it?
that would be doable, that would require to have every member of 'very-secure' also in 'secure'. sounds logical, now i finally have to get dynamic groups working with ldap to keep that managable
eeeeek.. well.. have fun?
Require group secure very-secure in order to avoid the double memberships
not that much of a problem, since i can at least use that for other auth services later on
at least, if i understand the question / docs properly
yeah, that'd be more sane.
maybe.
hmm once dynamic groups are working it should be easier on the long term sinc i could just add members of very-secure to secure and be done with it. that would be a single point where the user is then and deleting/moving it (the user) would change access rights with a single action.
no add the one group to be a member of another group, that's what i really wanted to say
hi, I use blob image with mysql, when I access to the pics, the url is something like that http://site/get_pic.php?id=33, if I save the pic, its name is get_pic.php.jpg, I would like to know if it's possible to manage this with mod rewrite or if s/o
have an url about this thx
don't.
Really.. just don't.
don't what ?
lol
use blob or use mod rewrite ?
don't save the images in the database
too loud ?
[both actually ;]
ok
ok I'll use the classic way for that, upload in a real dir, and acces with simple link
you can save image information (name, filesystem path etc) though
don't need this information, I use blob for save file when I save the database, I'm a lazy boy
so I'll do database host backup +rsync for the pics
thanks lamp and jMCg
I am trying to create a link on my desktop that links to /usr/local/apache2/htdocs. I tried 'ln /usr/local/apache2/htdocs /home/john/Desktop/www' and I get this error, " ln: `/usr/local/apache2/htdocs': hard link not allowed for directory"
ln -s
thanks.
why
WP-Gast856: ?
Roobarb-Work sucks
WP-Gast856: Do you have a question relating to a problem with the Apache http server ?
Roobarb-Work sucks
troll kick
archivist sucks
|o|
and a rather laggy troll at that
WP-Gast856 sucks
WP-Gast856 lamez
its a regular with permanent bans in other places
Aww, I missed the fun.
ive lost count of the number of times he has been kickbanned from #mysql and ##php
but he seemed pretty inoffensive
at least what he did here
archivist sucks!
heh he gave up quickly for a change
they have an hole isp block against him in ##php( I dont think thats a good idea)
whole
ban *!*@77-56-92-231.dclient.hispeed.ch
oh, pctony please let him deserve it first :P
lol
he hasn't done it here yet
no he has been banned in here before, iirc
.ch
.ch is confederation helvetiqueSwitzerlandgoverned by http://switch.ch/
fondue++
anyways
away with the hat
are they any policy documents that _aren't_ extremely boring?
not a lot
hello
hola, hartym.
if i run apache on a certain port and tell it to accept https, will it only accept https or also plain http on that same port?
only https
thx
TLS upgrade is in the specs and Apache2.2 supports it but (any or most of) clients don't
i have a problem, i wrote a little streaming cgi in c++, but it seems that apache does not kill the process if the client closes the connection, is there some communication between apache and its spawned cgi host processes, like
signals or whatver i could use to stop my cgi?
i was not able to find any doc about this, though i may not have looked the right place
I'd guess you need to detect the remote end closing and clean up properly
hello everybody, i have read http://httpd.apache.org/docs/2.2/vhosts/name-based.html and the example onfiguration file (name-base)
good for you
name-based-virtual-host.conf.example in gentoo, but i still don't understand, any idiot-proof doc to suggest please ?
Roobarb-Work, yes understand that, but i can't find a way to do it, i'd need some information from httpd telling me that connection ended?
hehe, i posted before finishing by mistake
what, particularly, don't you understand?
httpd doesn't. The socket should notify you... (accept(), poll(), select())
or you don't open a socket?
yango, i don't open a socket
what do you do then?
i'd be notified if i'd do, but it's only a cgi, i'm just outputing data at the supposed client rate
yango, i know that's not real streaming, but we have pretty good results with it
in the example conf file and the docs, it says that apache should use it in my case (one server, multiple vhosts): but the only thing that apache lets me do is setting up one with *:80 and one with *:443
NameVirtualhost?
NameVirtualhost is http://httpd.apache.org/docs-2.0/mod/core.html#namevirtualhost or http://httpd.apache.org/docs/mod/core.html#namevirtualhost or
You must specify only one NameVirtualHost directive, hopefully with an IP address or a *. It says on which interfaces should Apache listen to name based vhosts requests, nothing more.
^
it's only use is to redirect to another ip if there is another server ?
what?
ok i think that i understand, thanks ! but then i don't understand why apache keeps sending the default certificate instead of the one specified in the vhost configuration
you can use only one certificate file per ip:port
that is how ssl handshaking works
ok, but then i don't understand why cacert.org lets me make several certifications for the same server, is it expecting me to use each on differrent port ?
cannot be done, short of patching mod_cgi, AFAIU
yes, or each their own ip
and thus making it non CGI compliant
Of course you can issue several certificates but still ssl works the way ssl works. you need own unique ip:port (different ip or port) for each certificate file
is it normal that the configuration parser doesn't check for multiple distinct SSLCACertificateFile values on the same ip:port please ?
uis it normal that the configuration parser doesn't check for multiple distinct SSLCACertificateFile values on the same ip:port please ?/u