← Back to team overview

sslug-teknik team mailing list archive

Re: SV: subdomains i Apache

 

> <VirtualHost 130.225.226.90>
>   Servername www.linux.dk
>   DocumentRoot /some/where/www.linux.dk/htdocs/
>   DirectoryIndex index.shtml index.html index.htm index.php index.epl
>   CustomLog /logdir/httpd/www.linux.dk-access.log common
>   ErrorLog /logdir/httpd/www.linux.dk-error.log
>   ErrorDocument 404 /cgi-bin/404.cgi
>   <Directory "/some/where/www.linux.dk/htdocs/">
>     Options Indexes FollowSymLinks Includes MultiViews
>     AllowOverride None
>     Order allow,deny
>     Allow from all
>     XBitHack on
>   </Directory>

> /kristian
>
Hej

Hvad betyder XbitHack On??

Og kan jeg beskytte nogle enkelte filer fra at blive slettet, fx.
index.php??

Kjeld




Follow ups

References