[21539] trunk/dports/perl/p5-cgi-speedycgi/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Sat Jan 27 14:58:14 PST 2007
Revision: 21539
http://trac.macosforge.org/projects/macports/changeset/21539
Author: markd at macports.org
Date: 2007-01-27 14:58:14 -0800 (Sat, 27 Jan 2007)
Log Message:
-----------
Modify ui_msg's only.
Modified Paths:
--------------
trunk/dports/perl/p5-cgi-speedycgi/Portfile
Modified: trunk/dports/perl/p5-cgi-speedycgi/Portfile
===================================================================
--- trunk/dports/perl/p5-cgi-speedycgi/Portfile 2007-01-27 21:18:42 UTC (rev 21538)
+++ trunk/dports/perl/p5-cgi-speedycgi/Portfile 2007-01-27 22:58:14 UTC (rev 21539)
@@ -68,12 +68,12 @@
ui_msg "\n
#### To complete SpeedyCGI installation ####
-1) Copy mod_speedycgi.so and enable it in httpd.conf
+Copy mod_speedycgi.so and enable it in httpd.conf
-Copy ${prefix}/share/doc/speedycgi/mod_speedycgi.so to /usr/libexec/httpd
-Edit Apple's Apache 1 /etc/httpd/httpd.conf and add these lines.
- LoadModule speedycgi_module modules/mod_speedycgi.so
+ LoadModule speedycgi_module libexec/httpd/mod_speedycgi.so
AddModule mod_speedycgi.c \n"
} else {
@@ -81,29 +81,13 @@
ui_msg "\n
#### To complete SpeedyCGI installation ####
-1) Enable mod_speedycgi.so in httpd.conf
+Enable mod_speedycgi.so in httpd.conf
-Edit MacPorts Apache 2 ${prefix}/apache2/conf/httpd.conf and add this line.
LoadModule speedycgi_module modules/mod_speedycgi.so \n"
}
ui_msg "\n
-2) Set path and handler information for SpeedyCGI.
-
--Set paths in httpd.conf; for Apple's Apache use path /Library/WebServer/CGI-Executables
-
- Alias /speedy/ ${prefix}/apache2/cgi-bin/
- <Location /speedy>
- SetHandler speedycgi-script
- Options ExecCGI
- allow from all
- </Location>
-
--Add a handler to httpd.conf near the top.
-
- AddHandler speedycgi-script .speedy
- <Location />
- Options ExecCGI
- </Location>
+See ${prefix}/share/doc/speedycgi/README for further details.
\n"
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070127/65df1170/attachment.html
More information about the macports-changes
mailing list