Re: [us...@httpd] vhost multiple error logs

2010-03-02 Thread Eric Covener
On Tue, Mar 2, 2010 at 8:52 PM, Greg Cole wrote: > > So how can I get a unique, dynamically named error log for each host? > Something like www.vhost1.org.error_log, www.vhost2.org.error_log,... All the > while keeping this in one vhost section. You can't, because apache opens logfiles at star

Re: [us...@httpd] vhost multiple error logs

2010-03-02 Thread Greg Cole
> On 02/03/2010 8:02 PM, Greg Cole wrote: >> How can I have multiple error logs based on virtual host names? >> >> something like this? >> >> NameVirtualHost *:80 >> >> >> VirtualDocumentRoot /Library/WebServer/Documents/%-3 >> ErrorLog logs/$HOSTNAME.error_log >> >> >> I have 11 host

Re: [us...@httpd] vhost multiple error logs

2010-03-02 Thread Frank Gingras
On 02/03/2010 8:02 PM, Greg Cole wrote: How can I have multiple error logs based on virtual host names? something like this? NameVirtualHost *:80 VirtualDocumentRoot /Library/WebServer/Documents/%-3 ErrorLog logs/$HOSTNAME.error_log I have 11 host names and really only wish to hav

[us...@httpd] vhost multiple error logs

2010-03-02 Thread Greg Cole
How can I have multiple error logs based on virtual host names? something like this? NameVirtualHost *:80 VirtualDocumentRoot /Library/WebServer/Documents/%-3 ErrorLog logs/$HOSTNAME.error_log I have 11 host names and really only wish to have one VirtualHost section. Thanks, Greg -

Re: [us...@httpd] Re: Can I have 2 httpd servers running on 2 different ports?

2010-03-02 Thread Sheryl
> When a developers needs an apache instance to play with, they would > typically just do something like this: > '/usr/local/sbin/httpd -f /home/foo/proj/conf/httpd.conf'. The only > things they need in conf are the httpd.conf, mime.types and magic. > Typically, they'll declare a server root in th

[us...@httpd] Character encoding of SSL environment variables

2010-03-02 Thread Eduardo Suarez-Santana
I have set up Apache with client certificates, and it works pretty fine. I use the SSL environment variables/ /as an authentication method in my php software. However, when I connect from different platforms/browsers with the same client certificate, variables, e.g. /SSL_CLIENT_S_DN_CN, / show en

Re: [us...@httpd] Reverse proxy with mod_rewrite using RewriteRule [P]

2010-03-02 Thread Tom Evans
2010/3/2 Daniel López Robles : > Hello: > > We have two Apaches in a server: > > Apache 2.2.14, reverse proxy, listening to IP 192.168.24.X > Apache 2.2.11, which actually serves the websites, listening to IP > 192.168.24.Y > > Domain name proxy.mysite.es points to our reverse proxy Apache, and we

[us...@httpd] Reverse proxy with mod_rewrite using RewriteRule [P]

2010-03-02 Thread Daniel López Robles
Hello: We have two Apaches in a server: Apache 2.2.14, reverse proxy, listening to IP 192.168.24.X Apache 2.2.11, which actually serves the websites, listening to IP 192.168.24.Y Domain name proxy.mysite.es points to our reverse proxy Apache, and we need it to send requests to the other Apac

Re: [us...@httpd] FIPS 140_2 compliant for mod_proxy?

2010-03-02 Thread Mike Trent
We have no problem running mod_proxy over SSL (via mod_ssl). It is the FIPS mode that is our problem. There is a patch that turns on FIPS mode in mod_ssl (listed in my last post) We can run apache as a server for HTTPS (SSL) in FIPS mode. However when communicating over HTTPS (SSL) via mod_proxy

[us...@httpd] Authentication against LDAP fails if SSL or TLS is used

2010-03-02 Thread Mxrgus Pxrt
Hello, I have following problem: Precondition: - Some Location is protected with authentication against LDAP - Apache is configured to connect LDAP server over SSL (LDAPS on port 686) Steps: - Open https://server/protected_url - Input username of existing user (must be defined in LDAP base) and

Re: [us...@httpd] Feature request: Set lbfactor to 0 in mod_proxy_balancer

2010-03-02 Thread Dan Poirier
On 2010-03-01 at 22:19, Cameron Stokes wrote: > First off, please let me know if this is not the right place to submit a > feature request for an httpd module. I searched the website but could not > find instructions to do this and did not want to submit this to the bug > tracker. Actually the

[us...@httpd] large amount of R in server-status

2010-03-02 Thread Dietmar Müller
Hi, I use since long time the apache in version 2.0 on windows 2000 (SP4). Since 4 weeks I can see (some times per day) many R in server-status. Sometimes so much that the server run full and stop working because all threads are used. I search in web and generally the response is that it have to d

Re: [us...@httpd] SSL_CLIENT_S_DN_UID not available with client certificate authentication

2010-03-02 Thread David (Dave) Donnan
Oups, upon closer inspection of the BUG found here: https://issues.apache.org/bugzilla/show_bug.cgi?id=45107 I see the following at the bottom: This issue was fixed in 2.2.x branch with r811812 and will ship with httpd 2.2.