[Mono-list] Re: Apache and Mono - 403 Access Forbidden

Bradley, Peter PBradley at uwic.ac.uk
Mon Jan 30 09:43:06 EST 2006


Thanks for the reply.

I modified the httpd.conf file, replacing "Deny from all" with "Allow from all" in the default <Directory> element, so that section of the config file now looks like this:

<Directory />
	Options None
	AllowOverride None
	Order deny,allow
#	Deny from all
	Allow from all
</Directory>

AccessFileNmae .htaccess

<Files ~ "^\.ht">
	Order allow,deny
	Deny from all
</Files

I then tried again having restarted apache.

Still the same problem, I'm afraid.

Cheers


Peter


-----Original Message-----
From: mono-list-bounces at lists.ximian.com [mailto:mono-list-bounces at lists.ximian.com] On Behalf Of "Andrés G. Aragoneses"
Sent: 30 January 2006 14:19
To: Mono-list at lists.ximian.com
Subject: [Mono-list] Re: Apache and Mono - 403 Access Forbidden

Bradley, Peter escribió:
> (...)
> Any ideas?

Have you tried the Apache instruction "Allow from all"?

Regards,

	Andrés	[ knocte ]

-- 


_______________________________________________
Mono-list maillist  -  Mono-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list



More information about the Mono-list mailing list