Did you enable the UserDir directive? AKA: UserDir Sites
in httpd.conf (or another Apache conf file)? On OS X client, this is done with the following file: /private/etc/apache2/extra/httpd-userdir.conf > Hello, > this is really an apache question, but thought I'd give it a try here since > I can't seem to find anything that helps elsewhere. I'd like to be able to > server static websites from personal accounts (or even from any subdirectory > under /Library/WebServer/Documents) on my snow leopard server box. However, > if I try to access such a website, I get the Access Forbidden error. I tried > doing what is suggested here: > > http://support.apple.com/kb/TA25038 > > for example I have a netbrackets user account so I added a netbrackets.conf > file to /etc/apache2/users with the following contents : > > <Directory "/Users/netbrackets/Sites/"> > Options Indexes MultiViews > AllowOverride None > Order allow,deny > Allow from all > </Directory> > > restarted apache and went to > > http://www.netbrackets.com/~netbrackets > > but no luck. > > Any ideas? > Thanks, > Jeff > > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-deploy mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-deploy/probert%40macti.ca > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-deploy mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com This email sent to [email protected]
