I think you need to specify the virtual hosts.
When I was trying to proxy requests to my app server , I got the same
problem and got it fixed after modfying the VH.
NameVirtualHost *:80
DocumentRoot "
ServerName :80
ServerAlias localhost
DocumentRoot "$1 [R,NC]
ErrorLog /home/apache/logs/erro
Apache group
I could installed apache 2.2.9-4 from source,compile,build,install in my
powerPc Mac OS X 10.4 and I notice the difference in the httpd.conf for loading
modules with this version. It has a folder modules_available and
modules_enable. In neither these ones was mod-perl2 so I download
Hi,
We are experiencing problems with Apache 2.2.9 on Windows 2000 Server
SP4. Our site handles around 100,000 hits per day.
The problems started when we upgraded from 2.0.47.
The server restarts several times a day with the following message (from
error.log):
[notice] Parent: child process exi
On Thu, Nov 20, 2008 at 11:43 AM, André Warnier <[EMAIL PROTECTED]> wrote:
> By rejecting HEAD requests, you would be forcing your own server to do more
> work, you would cause unnecessary use of bandwidth, and you may even have
> the result that some clients will consider that the page is not avai
the 'user' is coming from mod_auth_kerb .
I am going to hack the code (mod_authnz_ldap) to strip off the
'@wherever' part .
Eric Covener wrote:
On Wed, Nov 19, 2008 at 2:06 PM, Minson, John M Mr ARMY GUEST
<[EMAIL PROTECTED]> wrote:
using 'snoop' I determined that the ldap modul
Krist van Besien wrote:
2008/11/20 likai <[EMAIL PROTECTED]>:
Hi,
How could I reject all coming http head request by configuring httpd.conf?
You hopefully realise that rejecting "HEAD" requests will break your website?
If I may add to the above :
An example of a bad effect of rejecting HEAD