Gossamer Forum
Home : General : Perl Programming :

startup.pl location

Quote Reply
startup.pl location
I have installed mod_perl, but I can not find startup.pl. Can anyone help me with where to look?

Thanks,
Tommy

Quote Reply
Re: startup.pl location In reply to
If you haven't got one, simple create one with the required additions. (this is a standard text file)

Place the file on your server, say in the conf directory.

Now edit httpd.conf and add the line: PerlRequire /yourpath/to/startup.pl before any other LoadModules.

restart Apache - Done.



Quote Reply
Re: startup.pl location In reply to
Thanks for your help!

Tommy