Re: Passing 404s to Apache?

Chris Davies <[email protected]> Thu, 03 Mar 2005 15:51:56 -0500
Newsgroups gmane.network.tux
Message-ID <1109883116.4768.140.camel@tsavo>
What is the tux docroot?
What version of Apache?
What port is tux set to redirect to? sysctl.tux or something similar
What does your apache config look like?

Turn on dprintk in tux (sysctl.tux) and LogLevel debug in Apache

Is the request showing up in the error log?

My guess is that you are using Apache1 and NameVirtualHost.

Try:

NameVirtualHost 1.2.3.4:80    

and in your virtualserver config

VirtualHost 1.2.3.4:80

Yes, I know its not 8080, but, apache1's virtual mapping is a bit screwy
and thus you might be getting a hash miss in the domain name.

On Thu, 2005-03-03 at 14:31 -0600, Adrian Holovaty wrote:
> Thanks for your quick responses! My experience, though, suggests that it isn't 
> default Tux behavior to pass 404s. Here's what I did; maybe somebody can 
> point out what I overlooked --