You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Michael Preslar <mp...@gmail.com> on 2007/09/21 21:49:39 UTC

modperl on Plesk

Was wondering..

Do any of you have any experience with mod_perl on Plesk managed servers?

Re: modperl on Plesk

Posted by Christiaan Kras <c....@pcc-online.net>.
Michael Preslar schreef:
> Was wondering..
>
> Do any of you have any experience with mod_perl on Plesk managed servers?
>
>   
My webhost uses Plesk for all their servers and thus support the usage 
of mod_perl. Although very limited. I have no access to the httpd.conf 
file so I can only use a .htaccess. So I can't use my own handlers. It 
works ok, but the server I'm at isn't very secure. When I'm using 
mod_perl I am the same user as the user that's running Apache. So I have 
full access to all the websites that are on that server. Ofcourse, I'm 
not abusing the ability to do so.

I must add that I'm on a shared server though.

-- 

Christiaan Kras



Re: modperl on Plesk

Posted by Michael Preslar <mp...@gmail.com>.
On 9/21/07, Michael Preslar <mp...@gmail.com> wrote:
> Was wondering..
>
> Do any of you have any experience with mod_perl on Plesk managed servers?
>

On the box I have here..  mod_perl 1.99 (Yeah, that should be 2.x)
CentOS 4.5..And plesk is as up to date as it can be..

But..

[root@test perl5]# find . -name Apache.pm
./vendor_perl/5.8.5/i386-linux-thread-multi/DBI/ProfileDumper/Apache.pm
./site_perl/5.8.5/SOAP/Transport/HTTP/Apache.pm
./site_perl/5.8.5/i386-linux-thread-multi/DBI/ProfileDumper/Apache.pm
./5.8.5/CGI/Apache.pm

So, no Apache.pm .. Which means CGI.pm, CGI::Simple, and others wont run..