Thread Update von 2.2 auf 2.4
(15 answers)
Opened by bianca at 2014-12-09 11:36
Hallo!
Nach einem Update des Apache von 2.2 auf 2.4 gibt es Änderungen bei der Authentifizierung. Ich verstehe allerdings von http://httpd.apache.org/docs/2.4/howto/auth.html nicht mal die Hälfte. Kann mir jemand auf die Schnelle folgende 2.2 Syntax aus der httpd.conf in 2.4 Syntax übersetzen? Code: (dl
)
1 <Directory /> 10 print "Hallo"
20 goto 10 |