[Sorry, I meant to reply to the list. Sending my reply to your reply back there.] On Apr 8, 2005 5:10 PM, Yolinda Koblanski <yolindak@xxxxxxxxx> wrote: > > > Following is the response I get. Im trying to catch the 500 error so when I > set conditions properly to give 500 error, I get the standard 500 error > message and the following tacked onto the bottom of the page. > > > > "Additionally, a 301 Moved Permanently error was encountered while trying to > use an ErrorDocument to handle the request. " > There is some problem or setting or something as to why my 500 doc wont be > displayed. Not sure why.. > > No proxy. Nothing worthwhile in the error log. This is pretty strange. > > Joshua Slive <jslive@xxxxxxxxx> wrote: > On Apr 8, 2005 3:15 PM, Yolinda Koblanski wrote: > > DocumentRoot /usr/HTTPServer/htdocs > > ErrorDocument 500 /500/http_500.html > > > > Directory 500 exists under /usr/HTTPServer/htdocs, file http_500.html > exists > > under the 500 dir. > > > > This results in the 301 error. Not sure why. > > What does the error log say? What exactly does the error look like? > Can you give us a URL showing the problem? 301 isn't an "error" per > se, it is a redirect. Are you sure there isn't some kind of proxy > server operating in front of apache? Try accessing the error document directly (http://yourhost.example.com/500/http_500.html). You'll probably find that you are redirected someplace else. This would be cause by a Redirect or RewriteRule in your httpd.conf. 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx