Thanks!! Now I understand why the changes would make it not work...I noticed that the /usr/local/www/apache22 was specified in a <Directory> statement, so any change would make it not working...
I have added the following so all users are changed: <Directory /usr/home/*/www/> Options Includes FollowSymLinks ExecCGI AddHandler server-parsed .shtml AddHandler cgi-script .cgi .pl AllowOverride None Order allow,deny Allow from all </Directory> Still cannot get http://cyber***.com/~user3 to work though. they seem to change everything with a newer version of apache... --- "Peter A. Giessel" <[EMAIL PROTECTED]> wrote: > On 2006/11/02 13:41, Wasp King seems to have typed: > > yes, I have commented out the sample ones, and > yes, I > > added my own... > > It sounds like you directory access is too > restrictive. > > Maybe try adding to your httpd.conf something like: > <Directory "/usr/home/user3/www"> > Options Indexes FollowSymLinks > AllowOverride None > Order allow,deny > Allow from all > </Directory> > ____________________________________________________________________________________ Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates (http://voice.yahoo.com) _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
