Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: How to Fix CGI

by Anonymous Monk
on Nov 07, 2007 at 19:26 UTC ( [id://649552]=note: print w/replies, xml ) Need Help??


in reply to Re: How to Fix CGI
in thread How to Fix CGI

The key problems we want to work around are user and web host aversion to CGI and intense complexity and persistence of mod_perl. Imagine if this is all you needed to add to Apache before you could throw any file with a .pl extension into your web root and that's it, you're off and running Perl: LoadModule perlite_module modules/mod_perlite.so AddType application/x-httpd-perlite .pl AddDirectoryIndex index.pl This we can sell shared hosting providers on. mod_perl we unfortunately cannot.

Replies are listed 'Best First'.
Re^3: How to Fix CGI
by Anonymous Monk on Nov 07, 2007 at 19:32 UTC
    Post above by moi, Aaron Stone, btw. The royal 'we' referring to 6A ;-)
    Apparently I didn't RTFM about how to comment with code...
    LoadModule perlite_module modules/mod_perlite.so AddType application/x-httpd-perlite .pl AddDirectoryIndex index.pl
    My goal is to make this project 80% good at the 80% problem, and nothing more.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://649552]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (2)
As of 2024-04-26 06:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found