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
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
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
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)"
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.
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
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