From: andrew Date: Sat, 19 Apr 2014 02:30:05 +0000 (-0700) Subject: Renamed clearadm -> clearadm.conf. That's how Apache likes it... X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=8e8e34a5c3dc7ed9571d6df719b04dd87d05f179;p=clearscm.git Renamed clearadm -> clearadm.conf. That's how Apache likes it... Fixed bug in clearadm.conf file. --- diff --git a/clearadm/etc/conf.d/clearadm b/clearadm/etc/conf.d/clearadm deleted file mode 100644 index eb251fb..0000000 --- a/clearadm/etc/conf.d/clearadm +++ /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 - - - Options Indexes FollowSymLinks ExecCGI - AllowOverride None - Order allow,deny - Allow from all - DirectoryIndex index.cgi index.html - - -AddHandler cgi-script .cgi diff --git a/clearadm/etc/conf.d/clearadm.conf b/clearadm/etc/conf.d/clearadm.conf new file mode 100644 index 0000000..38ef606 --- /dev/null +++ b/clearadm/etc/conf.d/clearadm.conf @@ -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 + + + Options Indexes FollowSymLinks ExecCGI + AllowOverride None + Order allow,deny + Allow from all + Require all granted + DirectoryIndex index.cgi index.html + + +AddHandler cgi-script .cgi