Hi there,

I was wondering if there is some guidence out there for this sort of thing? I know it's possible to simply block directories or put basic auth in front of it but what's about some more fine grained stuff for a file in a directory? Like this

<IfModule !authz_core_module>
    order deny,allow
    <Files "template.htm">
        deny from all
    </Files>
</IfModule>
<IfModule authz_core_module>
    <Files "template.htm">
        Require all denied
    </Files>
</IfModule>

Is there a way to rewrite this for the httpd.conf ?

And 2nd question would be how to give the user a way to implement something like it on there own? I was thinking of a simply standard include in the server definition but this might mess things up

regards

--
Markus Rosjat    fon: +49 351 8107223    mail: [email protected]

G+H Webservice GbR Gorzolla, Herrmann
Königsbrücker Str. 70, 01099 Dresden

http://www.ghweb.de
fon: +49 351 8107220   fax: +49 351 8107227

Bitte prüfen Sie, ob diese Mail wirklich ausgedruckt werden muss! Before you print it, think about your responsibility and commitment to the ENVIRONMENT

Reply via email to