You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Brian Akins <ba...@web.turner.com> on 2003/04/15 17:24:56 UTC

[users@httpd] ErrorDocument *still* not working (Apache 2)

Okay,

I recomplied on a different box (Redhat 7.2) and now I get this when I request a non-existent file:

"The requested URL /xxxldlkdfs was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."


Which is better than I was getting.

I have this in httpd.conf:

ErrorDocument 404 /404.html
ErrorDocument 403 /403.html

and DOCROOT/404.html does exist.


Any ideas?

--Brian

---------------------------------------------------------------------
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


Re: [users@httpd] ErrorDocument *still* not working (Apache 2)

Posted by Brian Akins <ba...@web.turner.com>.
On Tue, 15 Apr 2003 11:26:41 -0400
(=?ISO-8859-1?Q?Est_=28heure_d'=E9t=E9=29?=) Joshua Slive
<jo...@slive.ca> wrote:> What does the error log say?

Nothing.  

To add to the weirdness, I rearranged my module order and it works.  I
guess something was getting "crossed up."


---------------------------------------------------------------------
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


Re: [users@httpd] ErrorDocument *still* not working (Apache 2)

Posted by Joshua Slive <jo...@slive.ca>.
On Tue, 15 Apr 2003, Brian Akins wrote:

>
> Okay,
>
> I recomplied on a different box (Redhat 7.2) and now I get this when I
> request a non-existent file:
>
> "The requested URL /xxxldlkdfs was not found on this server.
>
> Additionally, a 404 Not Found error was encountered while trying to use
> an ErrorDocument to handle the request."
>

What does the error log say?

Joshua.

---------------------------------------------------------------------
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