You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by Mario Brandt <mb...@nasa30.com> on 2007/06/28 11:22:54 UTC

mod_userdir working example

Hi,

I missing a working example for mod_userdir for windows.
It is becoming more popular. Any comments are welcome.

UserDir "C:/Documents and Settings/*/My Documents/My Website" 

<Directory "C:/Documents and Settings/*/My Documents/My Website">
	AllowOverride FileInfo AuthConfig Limit
	Options MultiViews Indexes SymLinksIfOwnerMatch Includes ExecCGI

	<Limit GET POST OPTIONS PROPFIND>
		Order allow,deny
		Allow from all
	</Limit>

	<LimitExcept GET POST OPTIONS PROPFIND>
		Order allow,deny
		Allow from all
	</LimitExcept>
</Directory> 



with best regards
Mario Brandt

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org