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

Bradley, Peter PBradley at uwic.ac.uk
Mon Jan 30 10:42:39 EST 2006


I thought it might help if I attached my httpd.conf file


Peter

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

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

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: httpd.zip
Type: application/x-zip-compressed
Size: 2958 bytes
Desc: httpd.zip
Url : http://lists.ximian.com/pipermail/mono-list/attachments/20060130/b2e19514/httpd-0001.bin


More information about the Mono-list mailing list