Apache 1.3.6 / mod_perl 1.21 / perl 5.005_03
I have ran into a little problem. Everything on my site was
working fine. I decided to make a few changes to my
httpd.conf to see if I could speed things up even further.
However then I started to get the following output on my
browser:
Perl default module loading beginning... Perl default module
loading complete. HTTP/1.1 304 Not Modified Date: Wed, 13 Oct
1999 12:50:33 GMT Server: Apache/1.3.6
(Unix) mod_perl/1.21 mod_ssl/2.3.5 OpenSSL/0.9.3a Connection:
Keep-Alive Keep-Alive: timeout=15, max=100 ETag:
"f61-12cf-37e79f6f"
As far as I can see that is a 304 header prefixed with two
lines from my startup.pl file (there is a print statement at
the beginning and end of the file). So I changed things back
to what they were before and the problem persisted. I then
commented out the PerlRequire statement (so there was no
reference to startup.pl left), but that did not make any
difference either.
When I checked other urls everything seems to work but the
homepage (url = https://server:port/).
There is nothing in the logs and I have no idea where to
start looking. Anyone got any good ideas?
Kees