httpd.conf -> AllowOverride

Apache, Lighttpd, nginx, Cherokee
Post Reply
adiamo
Posts: 17
Joined: 2002-11-26 16:16
Location: NRW
Contact:
 

httpd.conf -> AllowOverride

Post by adiamo »

hallo.

wo/wie kann ich in der httpd.conf für den folderschutz via .htaccess AllowOverride None für den entsprechenden user auskommentieren.

oder geht das auch über confixx ?

grüße
adiamo
dodolin
Posts: 3840
Joined: 2003-01-21 01:59
Location: Sinsheim/Karlsruhe
Contact:
 

Re: httpd.conf -> AllowOverride

Post by dodolin »

wo/wie kann ich in der httpd.conf für den folderschutz via .htaccess AllowOverride None für den entsprechenden user auskommentieren.
Da, wo das "folder" für diesen User definiert ist.
BTW: Ich halte es für eine schlechte Idee, das global für "user" freizuschalten, höchstens einzelne AllowOverride Optionen nach Bedarf.
adiamo
Posts: 17
Joined: 2002-11-26 16:16
Location: NRW
Contact:
 

Re: httpd.conf -> AllowOverride

Post by adiamo »

BTW: Ich halte es für eine schlechte Idee, das global für "user" freizuschalten, höchstens einzelne AllowOverride Optionen nach Bedarf.
hallo,
ich wollte es auch nur für einen einzelnen user freischalten. :wink:

warme grüße
adiamo
floschi
Userprojekt
Userprojekt
Posts: 3247
Joined: 2002-07-18 08:13
Location: München
Contact:
 

Re: httpd.conf -> AllowOverride

Post by floschi »

Das geht nur innerhalb von Directory-Direktiven.
Post Reply