iNetForce wrote:
I got a website from a friend and I was trying to get it to work on server
running FREEBSD with Apache and modperl. The website was coded to run an
Alias called go and has several .pm files. I got the alias go by adding a
line of configuration to the httpd.conf file but I've had no luck with .pm
files. I even tried the complete patch to the file which is something like
/go/1.pm and nothing, like if I was pointing nowhere. Do I need to add
something else to the httpd.conf file in order to execute those .pm files?
I'm completely new to modperl and apache, any help will be greatly
appreciated.
You probably need to start at the beginning. We don't know what version
of apache you are using, whether or not mod_perl is installed, and what
version you are using. We don't know how the .pm files are coded (to
run as Registry scripts or as mod_perl handlers). It is also important
to describe how you are configuring apache. If things aren't working,
then it is worthwhile describing how they are not working, including
looking at the error log.
Before moving forward, it is definitely worth a look at the
documentation for mod_perl:
http://perl.apache.org/docs/index.html
Sean