Monday, July 31. 2006
DirectoryIndexing and Limiting Access on the Servers
The Option Indexes is disabled by default in the Servers Configuration.
You can enable the Indexes Option for the Virtualhost portal.informatik/download.informatik by using a .htaccess File in your Directory with the following content:
Limiting Access to the IP-range of the FAW or requiring user authentication is done the same way (this should be enabled in all Virtualhosts):
You can look at the example File in /scratch/lectures/Template/.htaccess.example
The File /opt/local/apache/conf/users is writable only by users of the group elec-adm. So if you need to add a user to this user-file, contact electures@informatik to have it inserted.
Options Indexes
Limiting Access to the IP-range of the FAW or requiring user authentication is done the same way (this should be enabled in all Virtualhosts):
# Zugriff nur aus dem Uni-Netz erlauben Order allow,deny Allow from 132.230 Allow from 10.122.182 Allow from 10.122.182 # Zugriff durch Benutzername erlauben AuthType Basic AuthName "Titel der bei der Authentifizierung erscheint" AuthUserFile /opt/local/apache/conf/users require user someusername # Beide Zugriffsmoeglichkeiten erlauben Satisfy Any
You can look at the example File in /scratch/lectures/Template/.htaccess.example
The File /opt/local/apache/conf/users is writable only by users of the group elec-adm. So if you need to add a user to this user-file, contact electures@informatik to have it inserted.
Posted by Christoph Hermann
in Administration
Comments (0) Trackbacks (0)
Comments (0) Trackbacks (0)
Defined tags for this entry: administration
Trackbacks
Trackback specific URI for this entry
No Trackbacks