Re: [users@httpd] Question about mod_dav in Apache2(Centos)

2011-03-18 Thread Ezra Taylor
Matt: I've been testing DAV with DAVfs for a little while now. Use my config below as you see fit. The below config is just a template I used from compiling Apache2 from source. Lastly, the config below is a file named httpd-dav.conf. Enjoy. DavLockDB "/opt/apache2/var/DavLock" Al

Re: [users@httpd] Where are the step-by-step instructions for building apache 2.2.17 with LDAP authentication?

2011-03-18 Thread Ezra Taylor
Sam: I suggest you learn openldap first, then proceed to configuring Openldap and Apache. Also, you are using a very old version of Redhat. You can download Centos, which is a RHEL(Redhat Enterprise Linux) clone. The site is www.centos.org. The openldap site is openldap.org. A good

Re: [users@httpd] Where are the step-by-step instructions for building apache 2.2.17 with LDAP authentication?

2011-03-18 Thread Jeff Trawick
On Fri, Mar 18, 2011 at 11:18 AM, Sam Theman wrote: > but after I build openldap with the special openssl, how do I point > apache to use it rather than the system openssl? run srclib/apr-util/configure --help | grep ldap --with-ldap-include=path path to ldap include files with trailing sl

RE: [users@httpd] Where are the step-by-step instructions for building apache 2.2.17 with LDAP authentication?

2011-03-18 Thread Sam Theman
actually, I also need to know how do you build openldap with openssl... I don't see any option to use a particluar openssl From: xray...@hotmail.com To: users@httpd.apache.org Date: Fri, 18 Mar 2011 11:18:02 -0400 Subject: RE: [users@httpd] Where are the step-by-step instructions for building a

Re: [users@httpd] single SSL proxy to multiple non-SSL name-based hosts

2011-03-18 Thread Alex Duckers
Awesome, I think that is working. I'll have my users poke at it to be sure. Thanks! On Mar 18, 2011, at 7:51 AM, Tom Evans wrote: > On Fri, Mar 18, 2011 at 2:40 PM, Alex Duckers wrote: >> Hi All - I imagine this is fairly common, but I've had trouble making it >> work. >> I'm on RHEL 5.4, wit

RE: [users@httpd] Where are the step-by-step instructions for building apache 2.2.17 with LDAP authentication?

2011-03-18 Thread Sam Theman
but after I build openldap with the special openssl, how do I point apache to use it rather than the system openssl? Thanks, I think you are right, I tried non-ssl ldap bind, and it worked fine > Date: Fri, 18 Mar 2011 09:52:10 -0400 > From: traw...@gmail.com > To: users@httpd.apach

Re: [users@httpd] single SSL proxy to multiple non-SSL name-based hosts

2011-03-18 Thread Tom Evans
On Fri, Mar 18, 2011 at 2:40 PM, Alex Duckers wrote: > Hi All - I imagine this is fairly common, but I've had trouble making it work. > I'm on RHEL 5.4, with Apache/2.2.3. > > I've got two sites to deal with, sitea.company.com and siteb.company.com. > I've set up DNS for each of these to resolve t

[users@httpd] single SSL proxy to multiple non-SSL name-based hosts

2011-03-18 Thread Alex Duckers
Hi All - I imagine this is fairly common, but I've had trouble making it work. I'm on RHEL 5.4, with Apache/2.2.3. I've got two sites to deal with, sitea.company.com and siteb.company.com. I've set up DNS for each of these to resolve the same ip address. I have an Apache server listening on that I

Re: [users@httpd] Where are the step-by-step instructions for building apache 2.2.17 with LDAP authentication?

2011-03-18 Thread Jeff Trawick
On Fri, Mar 18, 2011 at 9:29 AM, Sam Theman wrote: > Hello, > > Can anyone point me to some step-by-step directions on how to build apache > 2.2.17 with openldap I am on Red Hat 4  2.6.9-89.35.1.ELsmp > > Do I need to install openldap? your build apparently found the system OpenLDAP my guess

[users@httpd] Where are the step-by-step instructions for building apache 2.2.17 with LDAP authentication?

2011-03-18 Thread Sam Theman
Hello, Can anyone point me to some step-by-step directions on how to build apache 2.2.17 with openldap I am on Red Hat 4 2.6.9-89.35.1.ELsmp Do I need to install openldap? I tried to build apache as below. ./configure --prefix=/usr/local/apache2 --with-ssl=/u01/fipsssl --enable-ssl -

Re: [users@httpd] Apache 2.2 with PHP 5.3.6 (VC9)

2011-03-18 Thread William A. Rowe Jr.
On 3/18/2011 2:36 AM, Lester Caine wrote: > William A. Rowe Jr. wrote: > I've not tried running the 'official builds', and while I would > expect them to work but there have been reports of problems. That may just be > finger > trouble, but when reporting problems on the PHP list at least one can

Re: [users@httpd] Apache22 Logs rotation configuration

2011-03-18 Thread Jørn
On Thursday 17 March 2011 19:33, Szász Csaba wrote: > Hi > > You can use rotatelogs Apache's build in tool also :) > > CustomLog "|bin/rotatelogs /var/logs/logfile.%Y-%m-%d 86400" common > > http://httpd.apache.org/docs/2.0/programs/rotatelogs.html > This is how I has configured it to rotate every

Re: [users@httpd] Apache 2.2 with PHP 5.3.6 (VC9)

2011-03-18 Thread Lester Caine
William A. Rowe Jr. wrote: If anyone wants to have a civil discourse, not in the role of the current uninformed BFoD win32 "officious" port, there are several of us who will steer you in the right direction :) It is a debate that has been going on for some time on the PHP developers list after

Re: [users@httpd] Apache 2.2 with PHP 5.3.6 (VC9)

2011-03-18 Thread William A. Rowe Jr.
On 3/17/2011 4:53 PM, Yehuda Katz wrote: > In PHP's release announcement today (for version 5.3.6), they announced that > they are no > longer releasing dll s that are compatible with the current builds of httpd > for Windows. > Are there any official builds that are compatible with PHP's VC9 bui