Re: [us...@httpd] Cannot change User for httpd.exe with Apache2.2 for Windows

2008-11-02 Thread André Warnier
Li Xin wrote: Hi Eric, I basically followed the second link. I don't know that the Apache for Windows won't be able to set the User for httpd.exe. So it means, that the User directive in httpd.conf is useless for Windows? Hi. I believe you are right, and the User and Group directives do

Re: [EMAIL PROTECTED] LDAP hangs when trying to authenticate

2008-11-02 Thread Mike Benza
Well, I've solved this problem with a lot of help. The issue is that Apache's mod_ldap is ignoring LDAPVerifyServerCert Off I had to replace that with: LDAPTrustedMode SSL LDAPVerifyServerCert On LDAPTrustedGlobalCert CA_BASE64 /etc/ssl/certs/Thawte_Premium_Server_CA.pem (if you have the

[EMAIL PROTECTED] One Directory tag for public_html in various paths

2008-11-02 Thread Marcin Zajączkowski
Hi, How can I set Options and other configuration for user public_html directories which are placed in a different paths: /home/foo/user1 /home/bar/user2 /home/2007/aa/user3 /home/2007/ab/user4 /home/too/2005/z/user5 ? In normal situation there could be something like that: Directory

Re: [EMAIL PROTECTED] Apache 1.3.37 64bit

2008-11-02 Thread Douglas K. Fischer
For posterity sake (and easy archive searching for the solution), here's all that's needed to patch mod_ssl: diff -PurN mod_ssl-2.8.31-1.3.41.orig/pkg.sslmod/libssl.module mod_ssl-2.8.31-1.3.41/pkg.sslmod/libssl.module --- mod_ssl-2.8.31-1.3.41.orig/pkg.sslmod/libssl.module 2006-05-08

Re: [EMAIL PROTECTED] One Directory tag for public_html in various paths

2008-11-02 Thread Eric Covener
On Sun, Nov 2, 2008 at 1:52 PM, Marcin Zajączkowski [EMAIL PROTECTED] wrote: Hi, How can I set Options and other configuration for user public_html directories which are placed in a different paths: /home/foo/user1 /home/bar/user2 /home/2007/aa/user3 /home/2007/ab/user4

[EMAIL PROTECTED] Apache - URL based environment variables

2008-11-02 Thread Stephen Brennan
Hi all, I am trying to figure out how to configure appache webserver to set different UNIX environment variables depending on the url text entered. eg. base url/A would be required to set an enviroment variable Config=A and base url/B would be required to set an environment variable Config=B

[EMAIL PROTECTED] 2.2.10 Make fails on Solaris - undefined symbols in ab.o?

2008-11-02 Thread Childers . Paula
I'm trying to make httpd 2.2.10 on Solaris 10 (SunOS # 5.10 Generic_137111-06 ) . I've set LDFLAGS and my PATH includes /usr/local/bin, /usr/ccs/bin and /usr/sfw/bin ( gcc is in /usr/sfw/bin ). -- Installed openssl version: OpenSSL 0.9.8e 23 Feb 2007 -- gcc shows the following build