Skip to content

Commit

Permalink
Removed some typos...
Browse files Browse the repository at this point in the history
git-svn-id: https://gliteui.wks.gorlaeus.net/svn/LGI/trunk@930 ce53c53d-4636-0410-80b1-9429a1ee4427
  • Loading branch information
Mark Somers committed Jun 28, 2010
1 parent 850e937 commit 83677ca
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
6 changes: 5 additions & 1 deletion LGI.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Directory "/var/www/html/LGI">
AllowOverride None
AllowOverride All
</Directory>

<Directory "/var/www/html/LGI/repository/JOB_*">
Expand Down Expand Up @@ -46,6 +46,10 @@
Deny from all
</Directory>

<Directory "/var/www/html/LGI/python">
Deny from all
</Directory>

<Directory "/var/www/html/LGI/daemon">
Deny from all
</Directory>
Expand Down
16 changes: 11 additions & 5 deletions SETUP.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ and be your own X.509 CA.
AccessFileName .htaccess

<Directory "/var/www/html/LGI">
AllowOverride None
AllowOverride All
</Directory>

<Directory "/var/www/html/LGI/repository/JOB_*">
Expand Down Expand Up @@ -225,9 +225,14 @@ and be your own X.509 CA.
<Directory "/var/www/html/LGI/src">
Deny from all
</Directory>

<Directory "/var/www/html/LGI/bin">
Deny from all
</Directory>

<Directory "/var/www/html/LGI/python">
Deny from all
</Directory>

<Directory "/var/www/html/LGI/scheduler">
Deny from all
Expand All @@ -254,8 +259,8 @@ and be your own X.509 CA.

Make sure you have an .htaccess file in the '/var/www/html/LGI/certificates',
'/var/www/html/LGI/inc', '/var/www/html/LGI/tools', '/var/www/html/LGI/daemon',
'/var/www/html/LGI/scheduler', '/var/www/html/LGI/src' and '/var/www/html/LGI/bin'
directories with the content:
'/var/www/html/LGI/scheduler', '/var/www/html/LGI/src', '/var/www/html/LGI/bin'
and '/var/www/html/LGI/python' directories with the content:

Deny from all

Expand Down Expand Up @@ -295,8 +300,9 @@ and be your own X.509 CA.
'/var/www/html/LGI/interfaces', '/var/www/html/LGI/servers'
'/var/www/html/LGI/resources', '/var/www/html/LGI/daemon',
'/var/www/html/LGI/tools', '/var/www/html/LGI/certificates',
'/var/www/html/LGI/src', '/var/www/html/LGI/bin'
and '/var/www/html/LGI/scheduler' with the content:
'/var/www/html/LGI/src', '/var/www/html/LGI/bin',
'/var/www/html/LGI/python' and '/var/www/html/LGI/scheduler'
with the content:

<html>
! No browsing allowed !
Expand Down

0 comments on commit 83677ca

Please sign in to comment.