|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] to mod_perl, or not
|
mod_perl will take precedence over suexec. All you need to do is add the
mod_perl commands to each virtual host you want mod_perl running on.
I don't recommend doing that, however. A better approach is to use a
separate directory for mod_perl other than cgi-bin.
--
GPG Fingerprint: C900 18EF 0C36 4EAF A93C F073 85D4 8B3C F3D8 077B
On the 11th day of April in the year 2003 you wrote:
> Date: Fri, 11 Apr 2003 11:33:46 -0700 (PDT)
> From: Marc Zucchelli <marcz908@yahoo.com>
> To: plug@lists.phillylinux.org
> X-Spam-Status: No, hits=0.9 required=5.0
> tests=FROM_ENDS_IN_NUMS,IN_REP_TO,SPAM_PHRASE_00_01
> version=2.44
> Subject: [PLUG] to mod_perl, or not
>
> I currently administer a multi-user web server with
> virtual hosts, etc. I have suexec enabled on apache
> so that the CGI scripts that the users run run under
> their account and not the apache user, and I like it
> that way. I have been thinking about installing
> mod_perl to speed up my SOAP server, and as well I've
> been checking out some perl modules such as Embperl
> and HTML::Mason, which I would like to try out, and
> the docs all say it would run best under mod perl. If
> I installed mod_perl, is there a way I can get the
> same security as I get with suexec? If not, can I
> configured mod_perl for certain vhosts, and suexec for
> others? Any recommendations?
>
> Thanks, Marc
>
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Tax Center - File online, calculators, forms, and more
> http://tax.yahoo.com
> _________________________________________________________________________
> Philadelphia Linux Users Group -- http://www.phillylinux.org
> Announcements - http://lists.netisland.net/mailman/listinfo/plug-announce
> General Discussion -- http://lists.netisland.net/mailman/listinfo/plug
>
_________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.netisland.net/mailman/listinfo/plug-announce
General Discussion -- http://lists.netisland.net/mailman/listinfo/plug
|
|