Gossamer Forum
Quote Reply
Mod Perl
Hi,

Should I do any change to run the GM under mod perl? My server has it but i do not know how to use it. Than you for your help.



Quote Reply
Re: Mod Perl In reply to
Hi,

To run under mod_perl, it involves two things:

1. Configuring Apache to run your user and admin scripts under Apache::Registry.
2. Configuring Apache so that on startup it runs:

use lib '/path/to/your/admin';
use GMail::mod_perl;

Ask your ISP if you are unsure how to set this up. It's definately worth it.

Cheers,

Alex

--
Gossamer Threads Inc.