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
Quote Reply
Re: [anup123] Is This A Mistake? In reply to
You can run scripts under mod_perl in any directory you want so /cgi-bin/webmail will be running under mod_perl. If it is showing mod_perl(1) then mod_perl is running.

I'm not sure why the page loading would be slow though.