How do I know if mod_perl is setup correctly? Is there a way to check? Also, they tell you to add a line to httpd.conf. Something like this: LoadModule perl_module modules/mod_perl.so I don't think mod_perl.so is located in "modules" though. How do I find out where mod_perl.so is? Also, I have a file called "index.pm" Does this look like a proper index page file? Does mod_perl allow me to execute this index file outside the cgi-bin? Thanks.