You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by km...@apache.org on 2014/05/02 15:30:59 UTC

svn commit: r1591901 - /spamassassin/trunk/build/automc/etc-apache-local-conf-httpd.conf

Author: kmcgrail
Date: Fri May  2 13:30:58 2014
New Revision: 1591901

URL: http://svn.apache.org/r1591901
Log:
clean up on httpd.conf

Modified:
    spamassassin/trunk/build/automc/etc-apache-local-conf-httpd.conf

Modified: spamassassin/trunk/build/automc/etc-apache-local-conf-httpd.conf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/automc/etc-apache-local-conf-httpd.conf?rev=1591901&r1=1591900&r2=1591901&view=diff
==============================================================================
--- spamassassin/trunk/build/automc/etc-apache-local-conf-httpd.conf (original)
+++ spamassassin/trunk/build/automc/etc-apache-local-conf-httpd.conf Fri May  2 13:30:58 2014
@@ -1,14 +1,13 @@
-# Included on the zone from /etc/apache2/httpd.conf:
-#   Include /etc/apache/local-conf/httpd.conf
+# Included on spamassassin-vm from /etc/httpd/conf/httpd.conf:
+#   Include /home/automc/svn/spamassassin/build/automc/etc-apache-local-conf-httpd.conf
 #
 # Update Apache config like so:
 #
 #   cd /export/home/svn-trunk; sudo -u automc svn up
-#   sudo /etc/init.d/apache2 restart ; tail /var/apache2/logs/error_log
+#   sudo /etc/rc.d/init.d/httpd restart ; tail /var/log/httpd/error_log
 
 # ---------------------------------------------------------------------------
 
-# May 12 2005 jm
 <IfModule mod_dir.c>
     DirectoryIndex index.html index.htm index.shtml index.php index.php4 index.php3 index.phtml index.cgi
 </IfModule>