The following block in /etc/apache2/conf/commonapache2.conf
<Directory />
Options -All -Multiviews
AllowOverride None
<IfModule mod_access.c>
Order deny,allow
Deny from all
</IfModule>
</Directory>
is what's denying you. You either need to modify it, or create a new
directory directive giving access to the directory you're serving
content from.
Sean
On Tue, 2003-05-06 at 06:03, Ryan Oberto wrote:
> Howdie all
>
> I have just set up an apache server set Vhost.conf and apache.conf and I
> pointed it to /local/web I chwon apache
>
> And now if I try go browse the size I get forbidden you don�t have
> permission to access / on this server
>
> Any ideas would really help
>
> Thanks
>
> ryan
>
> ------ End of Forwarded Message
>
>
> --
> [EMAIL PROTECTED] mailing list
>
>
--
[EMAIL PROTECTED] mailing list