Gossamer Forum
Home : General : Internet Technologies :

Apache::Reload

Quote Reply
Apache::Reload
I am having a strange probem with Apache::Reload. I seem to be having the exact same problem as this guy:

http://www.gossamer-threads.com/...ache::Reload_P91047/

That thread didn't really fix his problem though. The same thing is happening to me. I enable Apache::Reload by adding this code to httpd.conf:

Code:


PerlModule Apache::Reload
PerlInitHandler Apache::Reload
PerlSetVar ReloadAll Off


When that is added, it gives my entire site a 500 error when loading a page. It even does it with a static html page.

I have the latest version of Apache2 (2.0.48) and mod_perl2.

I have Apache::Reload working fine on my old server running an older version of Apache2. There must be a way to get it to work. Anyone have any ideas?
Quote Reply
Re: [xev] Apache::Reload In reply to
What does it say in the error logs?

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] Apache::Reload In reply to
That's the worst part. It doesn't log anything at all in the error log when this is ocurring. It does add an entry to the access log though. It seems to return a status code of 1, which I've never heard of before.

Code:
x.x.153.229 - - [28/Jan/2004:19:15:57 -0500] "GET /app/GT HTTP/1.1" 1 - "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 4.0)"
x.x.160.4 - - [29/Jan/2004:07:41:13 -0500] "GET / HTTP/1.1" 1 - "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)"

Last edited by:

xev: Jan 29, 2004, 9:13 AM