Revision: 6653
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6653&view=rev
Author:   owes
Date:     2012-06-15 17:56:12 +0000 (Fri, 15 Jun 2012)
Log Message:
-----------
Whitespace modifications

Modified Paths:
--------------
    ipcop/trunk/config/httpd/httpd.conf

Modified: ipcop/trunk/config/httpd/httpd.conf
===================================================================
--- ipcop/trunk/config/httpd/httpd.conf 2012-06-15 17:53:19 UTC (rev 6652)
+++ ipcop/trunk/config/httpd/httpd.conf 2012-06-15 17:56:12 UTC (rev 6653)
@@ -28,60 +28,60 @@
 RewriteRule .* - [F]
 
 <Directory />
-       Options None
-       AllowOverride None
+    Options None
+    AllowOverride None
 </Directory>
 <Directory /home/httpd/html>
-       Options ExecCGI
-       AllowOverride None
-       Order allow,deny
-       Allow from all
+    Options ExecCGI
+    AllowOverride None
+    Order allow,deny
+    Allow from all
 </Directory>
 <Directory /home/httpd/html/backup>
-       Options None
-       AllowOverride None
-       AuthName "Restricted"
-       AuthType Basic
-       AuthUserFile /var/ipcop/auth/users
-       require user admin
+    Options None
+    AllowOverride None
+    AuthName "Restricted"
+    AuthType Basic
+    AuthUserFile /var/ipcop/auth/users
+    require user admin
 </Directory>
 <DirectoryMatch "/home/httpd/html/(graphs|sgraph)">
-       AuthName "Restricted"
-       AuthType Basic
-       AuthUserFile /var/ipcop/auth/users
-       require user admin
+    AuthName "Restricted"
+    AuthType Basic
+    AuthUserFile /var/ipcop/auth/users
+    require user admin
 </DirectoryMatch>
 ScriptAlias /cgi-bin/ /home/httpd/cgi-bin/
 <Directory /home/httpd/cgi-bin>
-       AllowOverride None
-       Options None
-       AuthName "Restricted"
-       AuthType Basic
-       AuthUserFile /var/ipcop/auth/users
-       Require user admin
-       <Files index.cgi>
-               Require user admin dial
-       </Files>
-       <Files dial.cgi>
-               Require user admin dial
-       </Files>
-        # Supervisor management GUI for the Classrom Extensions
-        <Files webaccess.cgi>
-                Satisfy Any
-                Allow from All
-        </Files>
+    AllowOverride None
+    Options None
+    AuthName "Restricted"
+    AuthType Basic
+    AuthUserFile /var/ipcop/auth/users
+    Require user admin
+    <Files index.cgi>
+        Require user admin dial
+    </Files>
+    <Files dial.cgi>
+        Require user admin dial
+    </Files>
+    # Supervisor management GUI for the Classrom Extensions
+    <Files webaccess.cgi>
+        Satisfy Any
+        Allow from All
+    </Files>
 </Directory>
 
 <IfModule mod_dir.c>
-       DirectoryIndex index.html index.htm index.shtml index.cgi
+    DirectoryIndex index.html index.htm index.shtml index.cgi
 </IfModule>
 AccessFileName .htaccess
 <Files ~ "^\.ht">
-       Order allow,deny
-       Deny from all
+    Order allow,deny
+    Deny from all
 </Files>
 <IfModule mod_mime.c>
-       TypesConfig /etc/mime.types
+    TypesConfig /etc/mime.types
 </IfModule>
 DefaultType text/plain
 
@@ -93,11 +93,11 @@
 ServerSignature Off
 AddHandler cgi-script .cgi
 <IfModule mod_setenvif.c>
-       BrowserMatch "Mozilla/2" nokeepalive
-       BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
-       BrowserMatch "RealPlayer 4\.0" force-response-1.0
-       BrowserMatch "Java/1\.0" force-response-1.0
-       BrowserMatch "JDK/1\.0" force-response-1.0
+    BrowserMatch "Mozilla/2" nokeepalive
+    BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
+    BrowserMatch "RealPlayer 4\.0" force-response-1.0
+    BrowserMatch "Java/1\.0" force-response-1.0
+    BrowserMatch "JDK/1\.0" force-response-1.0
 </IfModule>
 
 ###

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to