[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] mod_perl and cgi wrapper
- Subject: [cobalt-users] mod_perl and cgi wrapper
- From: "Brian Busche" <brian@xxxxxxxxxxxxx>
- Date: Tue Feb 29 19:51:05 2000
- Organization: Rendition Multimeida, Inc.
First of all, thanks to Larry Nedry for helping me out with mod_perl, his
instructions were right on the money for installing it as DSO.
Now, is it neccesary to disable the CGI-Wrapper in order to effectively
utilize mod_perl or does it make no difference? When I edited the
httpd.conf (RAQ2) I noticed that apache had conveniently placed the lines I
needed and commented them out -
#Alias /perl/ /home/httpd/perl/
#<Location /perl>
#SetHandler perl-script
#PerlHandler Apache::Registry
#Options +ExecCGI
#</Location>
But what to do about this line -
ScriptAlias /cgiwrapDir/ /usr/cgiwrap/
Will this wrapper have any effect on mod_perl performance?
Brian Busche
brian@xxxxxxxxxxxxx