[25181] trunk/dports/mail/sympa/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue May 15 09:50:32 PDT 2007


Revision: 25181
          http://trac.macosforge.org/projects/macports/changeset/25181
Author:   markd at macports.org
Date:     2007-05-15 09:50:32 -0700 (Tue, 15 May 2007)

Log Message:
-----------
Change dependency mod_fastcgi to mod_fcgid.

Modified Paths:
--------------
    trunk/dports/mail/sympa/Portfile

Modified: trunk/dports/mail/sympa/Portfile
===================================================================
--- trunk/dports/mail/sympa/Portfile	2007-05-15 16:37:35 UTC (rev 25180)
+++ trunk/dports/mail/sympa/Portfile	2007-05-15 16:50:32 UTC (rev 25181)
@@ -29,7 +29,7 @@
 
 depends_lib		port:mysql5 \
 			port:apache2 \
-			port:mod_fastcgi \
+			port:mod_fcgid \
 			port:openssl \
 			port:postfix \
 			port:p5-libwww-perl \
@@ -238,16 +238,17 @@
    Modify the ${prefix}/apache2/conf/httpd.conf file
 
    Add directives and ScriptAlias:
-	FastCgiServer ${prefix}/share/sympa/cgi-bin/wwsympa.fcgi -processes 2
+        IPCCommTimeout 120
+        MaxProcessCount 2
+
         <Location /sympa>
-          SetHandler fastcgi-script
+          SetHandler fcgid-script
         </Location>
 
 	ScriptAlias /sympa ${prefix}/share/sympa/cgi-bin/wwsympa.fcgi
 
    Start Apache 2: (Turn off personal web sharing first!)
 	sudo launchctl load -w /Library/LaunchDaemons/org.macports.apache2.plist
-	sudo ${prefix}/apache2/bin/apachectl start
 
 
    NOTE: The Apache user and group must be the same as the file wwsympa.fcgi.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070515/9d1b499b/attachment.html


More information about the macports-changes mailing list