Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [Alex] mod_perl

Quote Reply
Re: [Alex] mod_perl In reply to
Woo-hoo! I'm getting mod_perl(1) now and it's working in gmail admin. I followed the lead of what I think GT is doing and aliased /perl/ to my gmail cgi-bin. So if I understand correctly anytime I substitue /perl/ for /cgi-bin/ in a gmail url is should run under mod_perl.

As I mentioned, doing /perl/admin/... works fine, but when I try to access anything /perl/user/... I get "document contained no content". It works fine when I use /cgi-bin/user/...

The alias directive is:
Alias /perl/ /home/webmail/cgi-bin/
then I have
<Location /perl>
.
.
.
</Location>

So what am I doing wrong?
Michael Coyne
seaturtle.org
Subject Author Views Date
Thread mod_perl mcoyne 3630 Mar 7, 2002, 8:18 AM
Thread Re: [mcoyne] mod_perl
Paul 3600 Mar 7, 2002, 8:20 AM
Thread Re: [RedRum] mod_perl
mcoyne 3549 Mar 7, 2002, 8:36 AM
Thread Re: [mcoyne] mod_perl
Alex 3570 Mar 7, 2002, 9:32 AM
Thread Re: [Alex] mod_perl
mcoyne 3552 Mar 7, 2002, 10:16 AM
Thread Re: [mcoyne] mod_perl
mcoyne 3541 Mar 7, 2002, 6:32 PM
Thread Re: [mcoyne] mod_perl
Alex 3536 Mar 7, 2002, 9:55 PM
Thread Re: [Alex] mod_perl
mcoyne 3523 Mar 8, 2002, 7:04 AM
Thread Re: [mcoyne] mod_perl
mcoyne 3522 Mar 8, 2002, 7:54 AM
Thread Re: [mcoyne] mod_perl
mcoyne 3508 Mar 9, 2002, 6:23 PM
Thread Re: [mcoyne] mod_perl
Alex 3495 Mar 10, 2002, 1:08 PM
Post Re: [Alex] mod_perl
Paul 3482 Mar 10, 2002, 2:04 PM