PDA

View Full Version : Perl scripting errors



akamis
06-27-2007, 11:07 AM
Hi everyone,

I am setting up a web site on HM and am getting a scripting error.

---

500 Server Error
A misconfiguration on the server caused a hiccup. Check the server logs, fix the problem, then try again.

---

However, when I check my server log, I see this:

[Wed Jun 27 10:05:22 2007] [notice] cannot use a full URL in a 401 ErrorDocument directive --- ignoring!

---

:confused:

Anyone?

Thanks.

-Arnold

charlesgan
06-27-2007, 02:40 PM
error 500.. contact hostmonster support.
likely is server side problem.

sjlplat
06-27-2007, 03:28 PM
You can't use an URL for a ErrorDocument 401 directive. Check your .htaccess file. Replace any ErrorDocument directives that point to URLs with directives that point to local paths.

davidp93
07-04-2007, 03:09 AM
I'm having the same problem. Did you ever get a solution? (there is nothing in the .htaccess that refers to any url and the 401 doesn't refer to any url either)