Corvette
Sauske!
- Joined
- 19 Jul 2003
- Messages
- 761
As you know I'm setting up a test install of Apache to skin message boards on. I chose to do Ikonboard on mine and that's a perl board. I installed the perl binaries to the default location.
Do I add this\/ to the Apache config file to add Perl support to it?
Do I add this\/ to the Apache config file to add Perl support to it?
Code:
ScriptAlias /perl/ "c:/perl/"
AddType application/x-httpd-perl .cgi .pl
Action application/x-httpd-perl "/perl/bin/perl.exe"