You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2005/04/03 04:04:01 UTC

svn commit: r159865 - httpd/httpd/branches/simple-conf/docs/conf/httpd-std.conf.in

Author: slive
Date: Sat Apr  2 18:04:01 2005
New Revision: 159865

URL: http://svn.apache.org/viewcvs?view=rev&rev=159865
Log:
I messed up the <IfModule> stuff on the last commit, but there
is no reason to put <IfModule> around something that is
commented-out anyway.

Modified:
    httpd/httpd/branches/simple-conf/docs/conf/httpd-std.conf.in

Modified: httpd/httpd/branches/simple-conf/docs/conf/httpd-std.conf.in
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/simple-conf/docs/conf/httpd-std.conf.in?view=diff&r1=159864&r2=159865
==============================================================================
--- httpd/httpd/branches/simple-conf/docs/conf/httpd-std.conf.in (original)
+++ httpd/httpd/branches/simple-conf/docs/conf/httpd-std.conf.in Sat Apr  2 18:04:01 2005
@@ -42,12 +42,8 @@
 # to coordinate the httpd children.  THEY MUST BE STORED ON
 # A LOCAL DISK!
 #
-#<IfModule !mpm_winnt_module>
-#<IfModule !mpm_netware_module>
 #LockFile @rel_logfiledir@/accept.lock
 #ScoreBoardFile @rel_logfiledir@/apache_runtime_status
-#</IfModule>
-#</IfModule>
 
 #
 # PidFile: The file in which the server should record its process