Welcome, Guest. Please login or register.
Did you miss your activation email?
September 10, 2010, 03:20:44 am
Home Help Search Login Register

SysCP Forum  |  Contributions for SysCP (English Only) (Please log in to download)  |  Contributions for SysCP 1.4 series  |  Mailman (Moderator: atari)  |  Topic: Mailman Module with Apache2 FastCGI enabled 0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: Mailman Module with Apache2 FastCGI enabled  (Read 625 times)
paddy
Hero Member
*****
Offline Offline

Posts: 667


« on: February 24, 2010, 12:19:11 am »

I have just created a workaround, so that mailman domains will not run as suexec/fastcgi, since that requires a very complicated configuration, if you have multiple vhosts running mailman:

Insert these lines into scripts/cron_task.inc.15.apache_fcgid.php instead of the line
Code:
                if($domain['phpenabled'] == '1')
:

Code:
                if(strpos($domain['specialsettings'],"/usr/lib/cgi-bin/mailman/"))
                {
                        $php_options_text = apache::composePhpOptions($domain);
                }
                elseif($domain['phpenabled'] == '1')
Logged
Pages: [1] Print 
SysCP Forum  |  Contributions for SysCP (English Only) (Please log in to download)  |  Contributions for SysCP 1.4 series  |  Mailman (Moderator: atari)  |  Topic: Mailman Module with Apache2 FastCGI enabled « previous next »
Jump to:  


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
Page created in 0.085 seconds with 18 queries.