dc_firedrake
Limp Gawd
- Joined
- Nov 3, 2001
- Messages
- 291
Alrighty....
I can't quite seem to figure out how to install Perl onto Apache2...
My server is running Windows Server 2003 [Enterprise] and I have Apache2 installed, running, and working with PHP. I have ActivePerl installed but I can't seem to find anything that really tells me how to get ActivePerl and Apache to talk to eachother.
I do have IIS 6 on the same server working with everything (PHP, MySQL, and Perl) but I would much rather use Apache.
I have all the files as far as I know... I have entered
"LoadFile "C:/perl/bin/perl58.dll"
LoadModule perl_module modules/mod_perl.so "
into the LoadModule section and added the "index.pl" to the DirectoryIndex section... I'm not sure but I thought i also had to add another section like this:
PerlModule Apache2
PerlModule Apache::compat
PerlModule ModPerl::Registry
PerlModule Apache::response
Apache starts up fine with no errors but doesn't interpret .pl files (instead of showing a page it shows the source code)
Any suggestions?
Thanks
«SK»
I can't quite seem to figure out how to install Perl onto Apache2...
My server is running Windows Server 2003 [Enterprise] and I have Apache2 installed, running, and working with PHP. I have ActivePerl installed but I can't seem to find anything that really tells me how to get ActivePerl and Apache to talk to eachother.
I do have IIS 6 on the same server working with everything (PHP, MySQL, and Perl) but I would much rather use Apache.
I have all the files as far as I know... I have entered
"LoadFile "C:/perl/bin/perl58.dll"
LoadModule perl_module modules/mod_perl.so "
into the LoadModule section and added the "index.pl" to the DirectoryIndex section... I'm not sure but I thought i also had to add another section like this:
PerlModule Apache2
PerlModule Apache::compat
PerlModule ModPerl::Registry
PerlModule Apache::response
Apache starts up fine with no errors but doesn't interpret .pl files (instead of showing a page it shows the source code)
Any suggestions?
Thanks
«SK»