[csw-devel] SF.net SVN: gar:[11187] csw/mgar/pkg/apache2/trunk/Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Thu Oct 7 04:27:33 CEST 2010


Revision: 11187
          http://gar.svn.sourceforge.net/gar/?rev=11187&view=rev
Author:   bdwalton
Date:     2010-10-07 02:27:33 +0000 (Thu, 07 Oct 2010)

Log Message:
-----------
apache2: make config processing generic enough to handle ssl.conf too

Modified Paths:
--------------
    csw/mgar/pkg/apache2/trunk/Makefile

Modified: csw/mgar/pkg/apache2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/apache2/trunk/Makefile	2010-10-07 01:35:27 UTC (rev 11186)
+++ csw/mgar/pkg/apache2/trunk/Makefile	2010-10-07 02:27:33 UTC (rev 11187)
@@ -277,7 +277,7 @@
 		for f in httpd.conf extra/httpd-ssl.conf; do \
 		perl -pi -e 's/User.*daemon.*/User \@USER\@/; \
 		s/Group.*daemon.*/Group \@GROUP\@/; \
-		s/#ServerName www.example.com:80/ServerName \@HOSTNAME\@:80/; \
+		s/#*ServerName www.example.com/ServerName \@HOSTNAME\@/; \
 		s/ServerAdmin you\@example.com/ServerAdmin \@ADMIN\@/; \
 		s/^(LoadModule.*suexec.*)/#$$1/; \
 		s/^#(Include.*httpd-mpm.conf)/$$1/; \


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list