You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Justin Wheeler <ap...@datademons.com> on 2002/11/06 16:35:48 UTC

[users@httpd] Weird problem.

I'm using mod_proxy's ProxyPass directive to basically make a CGI look
like its just an html page.  Anyway, it works absolutely perfectly except
for *one* thing.

Look at this:

xxx.xxx.xxx.xxx - - [06/Nov/2002:10:13:36 -0500] "POST /prefs HTTP/1.1" 200 2245 ""

... 200 return code.. works beautifully.

xxx.xxx.xxx.xxx - - [06/Nov/2002:10:02:08 -0500] "POST /prefs HTTP/1.1" 404 199 ""

... the exact same thing... and a 404.

The error log is saying "File does not exist:
/usr/local/apache/htdocs/prefs"

But oddly enough, /prefs is what has ProxyPass set to go somewhere else!

Using Apache 1.3.17.

Regards,
Justin Wheeler

-- Computer programmer (n): Red-eyed mammal capable of communicating with
	electronics and inanimate equipment.



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org