Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Problem with Gmail under mod_perl

Quote Reply
Problem with Gmail under mod_perl
Hi Alex,

I created startup.pl file as follow:
-------------------------------
#!/usr/bin/perl
use strict;
use lib '/home/vnenterprise/public_html/cgi-bin/mail/admin';
use GMail::mod_perl;

1;
-------------------------------


and in http.conf as follow:
-------------------------------
PerlRequire /home/dmainsite/mail/batch/startup.pl
<Location /cgi-bin/mail>
SetHandler perl-script
PerlHandler Apache::Registry
PerlSendHeader On
Options +ExecCGI
</Location>

--------------------------------

When I restarted apache, it said

Preload Gossamer Mail modules into mod_perl:
. . . . . . .
All modules loaded okay!
Compiling all functions ... All modules compiled and loaded okay!

[ OK ]


and



Failed to apply changes : [Tue May 16 02:26:21 2006] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Tue May 16 02:26:22 2006] [notice] Digest: generating secret for digest authentication ... [Tue May 16 02:26:22 2006] [notice] Digest: done [Tue May 16 02:26:22 2006] [notice] LDAP: Built with OpenLDAP LDAP SDK [Tue May 16 02:26:22 2006] [notice] LDAP: SSL support unavailableWhen I run I got "Internal Server Error"Any idea to help? I need to setup to report to my manager soon. But I'm stuck here.KieuAnh
Subject Author Views Date
Thread Problem with Gmail under mod_perl KieuAnh 5672 May 16, 2006, 2:37 AM
Thread Re: [KieuAnh] Problem with Gmail under mod_perl
brewt 5598 May 16, 2006, 11:19 AM
Thread Re: [brewt] Problem with Gmail under mod_perl
KieuAnh 5588 May 16, 2006, 10:59 PM
Thread Re: [KieuAnh] Problem with Gmail under mod_perl
brewt 5616 May 16, 2006, 11:28 PM
Thread Re: [brewt] Problem with Gmail under mod_perl
KieuAnh 5580 May 16, 2006, 11:55 PM
Thread Re: [KieuAnh] Problem with Gmail under mod_perl
brewt 5576 May 17, 2006, 12:00 AM
Thread Re: [brewt] Problem with Gmail under mod_perl
KieuAnh 5582 May 17, 2006, 12:30 AM
Thread Re: [KieuAnh] Problem with Gmail under mod_perl
KieuAnh 5565 May 17, 2006, 1:08 AM
Post Re: [KieuAnh] Problem with Gmail under mod_perl
brewt 5539 May 17, 2006, 6:56 PM