]> git.pld-linux.org Git - packages/apache.git/commitdiff
- separate apache-mod_status.conf from apache-access.conf.
authorkloczek <kloczek@pld-linux.org>
Mon, 6 Mar 2000 21:31:06 +0000 (21:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-access.conf -> 1.2
    apache-mod_status.conf -> 1.1
    apache.spec -> 1.81

apache-access.conf
apache-mod_status.conf [new file with mode: 0644]
apache.spec

index 0f267246b424af59a6e1d2188c20f0c65aa9f267..d036babcce66775022146d5dd611b6c98a7ac66f 100644 (file)
@@ -66,17 +66,6 @@ AllowOverride None
 Options ExecCGI
 </Directory>
 
-# Allow server status reports, with the URL of http://servername/server-status
-# Change the ".your_domain.com" to match your domain to enable.
-
-<Location /server-status>
-SetHandler server-status
-
-order deny,allow
-deny from all
-allow from 127.0.0.1
-</Location>
-
 # Allow remote server configuration reports, with the URL of
 #  http://servername/server-info (requires that mod_info.c be loaded).
 # Change the ".your_domain.com" to match your domain to enable.
diff --git a/apache-mod_status.conf b/apache-mod_status.conf
new file mode 100644 (file)
index 0000000..7755528
--- /dev/null
@@ -0,0 +1,11 @@
+# Allow server status reports, with the URL of http://servername/server-status
+# Change the ".your_domain.com" to match your domain to enable.
+
+<Location /server-status>
+SetHandler server-status
+
+order deny,allow
+deny from all
+allow from 127.0.0.1
+</Location>
+
index 2435e9d72950cb972bd019cb1e8d64b6ed260c4f..71cf142314161ff16525aef6f6421b4a7448f0c2 100644 (file)
@@ -18,6 +18,7 @@ Source5:      apache-access.conf
 Source6:       apache-httpd.conf
 Source7:       apache-srm.conf
 Source8:       apache-virtual-host.conf
+Source9:       apache-mod_status.conf
 Patch0:                apache-PLD.patch
 Patch1:                apache-suexec.patch
 Patch2:                apache-htdocs.patch
This page took 0.048487 seconds and 4 git commands to generate.