Renamed clearadm -> clearadm.conf. That's how Apache likes it...
authorandrew <Andrew@DeFaria.com>
Sat, 19 Apr 2014 02:30:05 +0000 (19:30 -0700)
committerandrew <Andrew@DeFaria.com>
Sat, 19 Apr 2014 02:30:05 +0000 (19:30 -0700)
Fixed bug in clearadm.conf file.

clearadm/etc/conf.d/clearadm [deleted file]
clearadm/etc/conf.d/clearadm.conf [new file with mode: 0644]

diff --git a/clearadm/etc/conf.d/clearadm b/clearadm/etc/conf.d/clearadm
deleted file mode 100644 (file)
index eb251fb..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-###############################################################################
-#
-# File:         $RCSfile: clearadm,v $
-# Revision:     $Revision: 1.3 $
-# Description:  Apache config file for Clearadm
-# Author:       Andrew@ClearSCM.com
-# Created:      Wed Dec 15 18:43:12 EST 2010
-# Modified:     $Date: 2011/05/26 05:48:43 $
-# Language:     Apache conf
-#
-# (c) Copyright 2010, ClearSCM, Inc., all rights reserved
-#
-###############################################################################
-Alias /clearadm /opt/clearscm/clearadm
-<Directory "/opt/clearscm/clearadm">
-  Options Indexes FollowSymLinks ExecCGI
-  AllowOverride None
-  Order allow,deny
-  Allow from all
-  DirectoryIndex index.cgi index.html
-</Directory>
-
-AddHandler cgi-script .cgi
diff --git a/clearadm/etc/conf.d/clearadm.conf b/clearadm/etc/conf.d/clearadm.conf
new file mode 100644 (file)
index 0000000..38ef606
--- /dev/null
@@ -0,0 +1,25 @@
+###############################################################################
+#
+# File:         $RCSfile: clearadm,v $
+# Revision:     $Revision: 1.3 $
+# Description:  Apache config file for Clearadm
+# Author:       Andrew@ClearSCM.com
+# Created:      Wed Dec 15 18:43:12 EST 2010
+# Modified:     $Date: 2011/05/26 05:48:43 $
+# Language:     Apache conf
+#
+# (c) Copyright 2010, ClearSCM, Inc., all rights reserved
+#
+###############################################################################
+Alias /clearadm /opt/clearscm/clearadm
+<Directory "/opt/clearscm/clearadm">
+  Options Indexes FollowSymLinks ExecCGI
+  AllowOverride None
+  Order allow,deny
+  Allow from all
+  Require all granted
+  DirectoryIndex index.cgi index.html
+</Directory>
+
+AddHandler cgi-script .cgi