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
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,
>>
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
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
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.
--
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:
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
-
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