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 4651 Mar 7, 2002, 8:18 AM
Thread Re: [mcoyne] mod_perl
Paul 4598 Mar 7, 2002, 8:20 AM
Thread Re: [RedRum] mod_perl
mcoyne 4548 Mar 7, 2002, 8:36 AM
Thread Re: [mcoyne] mod_perl
Alex 4568 Mar 7, 2002, 9:32 AM
Thread Re: [Alex] mod_perl
mcoyne 4546 Mar 7, 2002, 10:16 AM
Thread Re: [mcoyne] mod_perl
mcoyne 4529 Mar 7, 2002, 6:32 PM
Thread Re: [mcoyne] mod_perl
Alex 4525 Mar 7, 2002, 9:55 PM
Thread Re: [Alex] mod_perl
mcoyne 4513 Mar 8, 2002, 7:04 AM
Thread Re: [mcoyne] mod_perl
mcoyne 4517 Mar 8, 2002, 7:54 AM
Thread Re: [mcoyne] mod_perl
mcoyne 4508 Mar 9, 2002, 6:23 PM
Thread Re: [mcoyne] mod_perl
Alex 4490 Mar 10, 2002, 1:08 PM
Post Re: [Alex] mod_perl
Paul 4476 Mar 10, 2002, 2:04 PM