Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [HyperTherm] virtual server / mod_perl

Quote Reply
Re: [HyperTherm] virtual server / mod_perl In reply to
In Reply To:
Hi.

Where do you get to reference and create your start.pl (or whatever you prefer to call it) ? I have configured it in the httpd.conf. I can load the start.pl just fine, it preloads the mods correctly.

Not clear as to why you are having that Exec permission on your entire /publlic_html and are making it ScriptAlias :/ The cgi files reside on the document root of the virtual server /home/user/public_html/webmail.cgi That is the only way I can get the cgi to run without 403 errors.
Any special reasons to do so? Additionally, <Location></Location> is what is needed instead of <Directory></Directory> directive... AFAIK. HyTC
When I use the code below, mod perl is not recognized in the admin environment:

<Location /home/myuser/gmail>
SetHandler perl-script
PerlHandler Apache::Registry
PerlSendHeader On
Options +ExecCGI
</Location>

Subject Author Views Date
Thread virtual server / mod_perl goonz 5978 Aug 19, 2004, 7:18 PM
Thread Re: [goonz] virtual server / mod_perl
goonz 5889 Aug 19, 2004, 8:13 PM
Thread Re: [goonz] virtual server / mod_perl
HyperTherm 5880 Aug 19, 2004, 8:19 PM
Thread Re: [HyperTherm] virtual server / mod_perl
goonz 5878 Aug 19, 2004, 8:32 PM
Thread Re: [goonz] virtual server / mod_perl
goonz 5873 Aug 19, 2004, 8:43 PM
Thread Re: [goonz] virtual server / mod_perl
HyperTherm 5867 Aug 19, 2004, 8:52 PM
Thread Re: [HyperTherm] virtual server / mod_perl
goonz 5861 Aug 19, 2004, 9:16 PM
Post Re: [goonz] virtual server / mod_perl
HyperTherm 5872 Aug 19, 2004, 9:23 PM
Post Re: [goonz] virtual server / mod_perl
Alex 5840 Sep 1, 2004, 1:36 PM