Xidus has asked for the wisdom of the Perl Monks concerning the following question:
After i restarted my server there were some weird side effects i couldn't explain. 1. The folder /stuff/Kokomo when surfed to does not redirect to the index.html file (like it should) and 2. An image in the header of my site got messed up ( http://coyote/stuff/Kokomo/images/Website_04.gif ) but when i comment out or remove the lines of code from the httpd.conf file the image goes back to normal (which is wierd!) Anyones help with this will be much appriciated. Thanks :DLoadModule perl_module modules/mod_perl.so PerlModule HTML::Mason::ApacheHandler <Location /stuff/Kokomo> SetHandler perl-script PerlHandler HTML::Mason::ApacheHandler </Location>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: mod_perl and HTTP::Mason acting funky
by mreece (Friar) on Aug 29, 2006 at 20:52 UTC | |
by Anonymous Monk on Aug 30, 2006 at 12:59 UTC | |
by mreece (Friar) on Aug 30, 2006 at 16:45 UTC |