Skip to content

Commit

Permalink
Relocated put.cgi script into repository dir...
Browse files Browse the repository at this point in the history
git-svn-id: https://gliteui.wks.gorlaeus.net/svn/LGI/trunk@644 ce53c53d-4636-0410-80b1-9429a1ee4427
  • Loading branch information
Mark Somers committed Oct 13, 2008
1 parent 6316bf8 commit 527cb8c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
16 changes: 14 additions & 2 deletions SETUP.txt
Expand Up @@ -176,8 +176,8 @@ and be your own X.509 CA.
<Directory "/var/www/html/LGI/repository/JOB_*">
php_flag engine off
SSLRequireSSL
Script PUT /cgi-bin/put.cgi
<Limit GET PUT>
Script PUT /LGI/repository/put.cgi
<Limit GET PUT DELETE>
Allow from all
</Limit>
</Directory>
Expand All @@ -188,6 +188,12 @@ and be your own X.509 CA.
SSLRequireSSL
Allow from all
</Files>
<Files "put.cgi">
SSLRequireSSL
Allow from all
Options +ExecCGI
AddHandler cgi-script .cgi
</Files>
</Directory>

<Directory "/var/www/html/LGI/inc">
Expand Down Expand Up @@ -235,6 +241,12 @@ and be your own X.509 CA.
SSLRequireSSL
Allow from all
</Files>
<Files "put.cgi">
SSLRequireSSL
Allow from all
Options +ExecCGI
AddHandler cgi-script .cgi
</Files>

Make sure you also have an 'index.html' file in the above repository
directory with the content:
Expand Down
6 changes: 6 additions & 0 deletions repository/.htaccess
Expand Up @@ -3,3 +3,9 @@ Deny from all
SSLRequireSSL
Allow from all
</Files>
<Files "put.cgi">
SSLRequireSSL
Allow from all
Options +ExecCGI
AddHandler cgi-script .cgi
</Files>

0 comments on commit 527cb8c

Please sign in to comment.