sihosting said:
Hey, i was looking at
www.apache-asp.org and was wondering will that just install onto the apache mod that comes with cPanel, really just need to know that its safe to do and if its a complicated add-on? Maybe someone who has experience could help? All help thanks in advanced!
Regards
shell prompt> perl -MCPAN -e shell
install Bundle::Apache::ASP
Installing the Apache::ASP bundle will automatically install all the modules Apache::ASP is dependent on as well as Apache::ASP itself
If this is driven more by the idea of being able to provide Windows ASP feature on Linux.... then don't do this installation. Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code
If you have experience with mod_perl setup etc it would not be difficult.
Anup