Schreiners Büro - Anwenderforum

Log in | Registrieren

Benutzer immer 00 (Einrichtung)

Verfasst von elmanso, 18.08.2009, 14:04 Uhr

» » Hat jemand einen Hinweis?
»
»
» setzen Sie in der Apache-Konfiguration (httpd.conf) für das
» htdocs-Verzeichnis den Parameter AllowOverride auf All (siehe:
» Installationsanleitung Seite 3 oben), damit sollte die Passwortsabfrage wieder
» funktionieren.
»

Das ist bereits geschehen für /var/www/sb ...

noch ein Hinweis ?

zur Info: /etc/apache2/sites_enabled/sb:


<VirtualHost sb>
ServerAdmin webmaster@localhost

DocumentRoot /var/www
<Directory />
Options FollowSymLinks
AllowOverride none
</Directory>
<Directory /var/www/sb>
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order allow,deny
allow from all
</Directory>

ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/usr/lib/cgi-bin">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>

ErrorLog /var/log/apache2/error.log

# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn

CustomLog /var/log/apache2/access.log combined

Alias /doc/ "/usr/share/doc/"
<Directory "/usr/share/doc/">
Options Indexes MultiViews FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
Allow from 127.0.0.0/255.0.0.0 ::1/128
</Directory>

</VirtualHost>

Antworten
 


Gesamter Thread:

Benutzer immer 00 von elmanso am 18.08.2009 um 12:28 Uhr
Benutzer immer 00 von H.Dinklage am 18.08.2009 um 13:05 Uhr
Benutzer immer 00 von elmanso am 18.08.2009 um 14:04 Uhr
Benutzer immer 00 von H.Dinklage am 18.08.2009 um 14:59 Uhr
Benutzer immer 00 von elmanso am 18.08.2009 um 18:06 Uhr
Benutzer immer 00 von H.Dinklage am 18.08.2009 um 18:40 Uhr

1972 Beiträge in 484 Threads, 122 Benutzer online (0 reg., 122 Gäste)
Script by Alex  ^