Wednesday, August 2. 2006
New eLectures-Search Engine
With the help of Niklas i just installed the new eLectures search engine.It does not only index the Slides and the lecturnity Documents, but also the speech of the Lecturers.
See: eLectures-Search
New eLectures-Search Engine Posted by Christoph Hermann
in Administration at
13:29
Comments (0) Trackbacks (0)
Comments (0) Trackbacks (0)
Defined tags for this entry: Administration
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.
DirectoryIndexing and Limiting ... Posted by Christoph Hermann
in Administration at
16:18
Comments (0) Trackbacks (0)
Comments (0) Trackbacks (0)
Defined tags for this entry: administration
Wednesday, July 19. 2006
Konfiguration des Servers ad.informatik.uni-freiburg.de / PHP
Ich habe den Apache so konfiguriert, dass die ".public_html"-Verzeichnisse im Home via "~username" erreichbar sind.
Bsp:
/home/hermann/.public_html/ ist erreichbar via
http://ad.informatik.uni-freiburg.de/~hermann/
Damit ist jetzt für AD-Mitarbeiter die Möglichkeit gegeben PHP zu nutzen (über
http://www.informatik/~user) war das bisher nicht möglich.
Desweiteren wurde die option Indexes deaktiviert, dafür aber AllowOverride AuthConfig und Indexes aktiviert. Damit ist es nun möglich einzelne Verzeichnisse mittels .htaccess/.htpasswd-Dateien zu schützen oder die Index-Option zu verändern.
Bsp:
/home/hermann/.public_html/ ist erreichbar via
http://ad.informatik.uni-freiburg.de/~hermann/
Damit ist jetzt für AD-Mitarbeiter die Möglichkeit gegeben PHP zu nutzen (über
http://www.informatik/~user) war das bisher nicht möglich.
Desweiteren wurde die option Indexes deaktiviert, dafür aber AllowOverride AuthConfig und Indexes aktiviert. Damit ist es nun möglich einzelne Verzeichnisse mittels .htaccess/.htpasswd-Dateien zu schützen oder die Index-Option zu verändern.
Konfiguration des Servers ... Posted by Christoph Hermann
in Administration at
09:55
Comments (0) Trackbacks (0)
Comments (0) Trackbacks (0)
Defined tags for this entry: Administration