Re: [us...@httpd] 32 bit Apache2.2.11 on 64 bit RHEL5.2

2009-01-02 Thread Matthew A. Bockol
Hi Vinay, - Original Message - From: "Vinay Purohit" To: users@httpd.apache.org Sent: Friday, January 2, 2009 10:44:09 AM GMT -06:00 US/Canada Central Subject: [us...@httpd] 32 bit Apache2.2.11 on 64 bit RHEL5.2   >1) How to find the existing apache web server mode? (running command 'f

Re: [EMAIL PROTECTED] Name-based virtual hosting with SSL

2008-03-31 Thread Matthew A. Bockol
You might want to investigate using a wildcard cert, then name-based virtual hosting can work with SSL. This requires that your hosts all be from the same domain ( x.foo.com, y.foo.com etc. ) Similarly, mod_gnutls ( http://www.outoforder.cc/projects/apache/mod_gnutls ) permits Name-based virtua

Re: [EMAIL PROTECTED] bandwidth limiting

2008-02-18 Thread Matthew A. Bockol
Hi John, I've had success using mod_cband for these purposes. It's worth checking out. Matt - Original Message - From: "john frey" <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Thursday, February 14, 2008 11:38:27 PM GMT -06:00 US/Canada Central Subject: Re: [EMAIL PROTECTED] ban

Re: [EMAIL PROTECTED] BOTH ldap AND htpasswd/file authentication (apache httpd 2.2.6)

2008-02-06 Thread Matthew A. Bockol
Hi DeckRider, I use this configuration with 2.2.6: AuthType Basic AuthName "LDAP and HTPass" AuthBasicProvider file ldap AuthUserFile /path/to/htpassword/file AuthLDAPBindDN cn=foo,dn=example,dn=com AuthLDAPBindPassword bleep AuthLDAPURL "ldaps://ldap.example.com?uid?sub?(objectClass=eduPerson)"

Re: [EMAIL PROTECTED] php and suexec

2007-10-22 Thread Matthew A. Bockol
Hi Grant, You might also consider suPHP (http://www.suphp.org). I don't use it myself, but it should do what you want. Otherwise, php in CGI mode is pretty simple. 1. don't load the libphp module in httpd.conf (or disable php for the directory containing the scripts you want to cgi exec). 2.

Re: [EMAIL PROTECTED] Supporting two PHP installations

2007-10-10 Thread Matthew A. Bockol
Hi, There are two ways I know how to do this: 1) Install both the php4 and 5 libraries, but have two httpd.conf files and start two instances of apache+children, one with each. You'll need two IP addresses OR two different ports on the same IP address, though, so it's not the same as a namevi

Re: [EMAIL PROTECTED] Apache Launching one more unwanted daemon

2007-06-04 Thread Matthew A. Bockol
Arnab, You may wish to try launching httpd with the -X (debug mode) argument. That will limit it to a single process. Matt - Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Monday, June 4, 2007 12:46:38 PM (GMT-0600) America/Chicago Subject