Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Is This A Mistake?

Quote Reply
Is This A Mistake?
The mod_perl section of httpd.conf is:

# If the perl module is installed, this will be enabled.
<IfModule mod_perl.c>
Alias /perl/ /var/www/perl/
<Location /perl>
SetHandler perl-script
PerlHandler Apache::Registry
Options +ExecCGI
</Location>
</IfModule>

#

However, i installed the GM in cgi-bin have following for mod_perl defined within the <virtual host.......>:

<Location /cgi-bin/webmail>
SetHandler perl-script
PerlHandler Apache::Registry
PerlSendHeader On
Options +ExecCGI
</Location>

Is this a mistake.

I do see

Persistant Env: mod_perl (1) SpeedyCGI (0)
Mod Perl Version: 1.24


in admin section and the messages ...preloading gossamer mail in logfile....but the speed of page loading are slow.

Please advise....

Thnx

Anup

Last edited by:

anup123: Jan 17, 2003, 2:05 PM
Subject Author Views Date
Thread Is This A Mistake? anup123 1786 Jan 17, 2003, 2:02 PM
Post Re: [anup123] Is This A Mistake?
Paul 1727 Jan 19, 2003, 12:07 PM