Re: [EMAIL PROTECTED] One IP, several vhosts with distinct SSL certificates

2008-04-02 Thread Michael Clark
Serge Dubrouski wrote: > That's not an Apache problem, that is how SSL works. It's impossible > to have several SSL certificates on the same IP_address:Port_number. > If you use latest openssl and add the SNI (servername extension) patch to apache then you can. See this thread: http://www.ma

Re: [EMAIL PROTECTED] Tomcat 6 / Apache 2.2 integration problem (no images, no css loaded)

2008-03-21 Thread Michael Clark
Andreas Schneider wrote: > Michael Clark schrieb: >> Andreas Schneider wrote: >> >>> [Wed Mar 19 14:57:27 2008] [error] [client 127.0.0.1] client denied by >>> server configuration: >>> E:/server/apache-tomcat-6.0/temp/0-sw-builder/ci.css, >>

Re: [EMAIL PROTECTED] Tomcat 6 / Apache 2.2 integration problem (no images, no css loaded)

2008-03-20 Thread Michael Clark
Andreas Schneider wrote: > [Wed Mar 19 14:57:27 2008] [error] [client 127.0.0.1] client denied by > server configuration: E:/server/apache-tomcat-6.0/temp/0-sw-builder/ci.css, > referer: http://localhost/sw-builder/login.jsp > > You have denies for the subdirectories of the expanded war but you

Re: [EMAIL PROTECTED] how would I serve up an upload/download directory for each user

2008-03-08 Thread Michael Clark
Tim Edwards wrote: > > * Use some kind of module that allows apache to spawn a sub-process > running as the user who logged in through mod_auth_shadow. Does such a > module exist? > We have some patches against apache to do something similar to this using a modified mod_dav with a privilege separa

Re: [EMAIL PROTECTED] Multiple Instances of Apache

2008-01-19 Thread Michael Clark
Axel-Stephane SMORGRAV wrote: Name-based virtual hosting saves IP addresses and does exactly the same. No. Not when you specifically want to isolate apps running in different instances of apache - this was what the orignal poster was asking. --

Re: [EMAIL PROTECTED] Multiple Instances of Apache

2008-01-18 Thread Michael Clark
Mandy Singh wrote: The only other question that partially remains unanswered is that if I run apacheN on port 80 (and access my site as http://mysite.com) and run apacheN+1 on port 8080 (and access site as http://mysecondsite.com:8080) - what can i do special to access http://mysecondsite.com:

[EMAIL PROTECTED] apache 2.2 auth caching ?

2007-12-22 Thread Michael Clark
Does anyone know of a generic auth caching module that can stack on top of any of the other various auth modules? i.e. I want to be able to do something like this. AuthCache On AuthCacheTimeout 10sec AuthBasicProvider cache:myauthmodule -

[EMAIL PROTECTED] Apache Privilege Separation for WebDAV

2006-01-07 Thread Michael Clark
kets (priv_open, priv_unlink, priv_rmdir, etc...). File descriptors are passed back over unix sockets for open calls. Feedback much appreciated. Regards, Michael Clark. - The official User-To-User support forum of the Apache HTT