[Mono-list] mod_mono problem

Guido Müller guido@it-mueller.info
Tue, 27 Jul 2004 16:42:49 +0200 (CEST)


I use SuSE Linux 9.0 with Apache/2.0.48

mod_mono compiles without problems.
When I try to access
http://localhost/demo/index.aspx I get HTTP 403 Access forbidden

When I put "Allow from all" into the Location directive, I get the aspx
source code displayed. I checked this issue on two different SuSE 9.0
installations.

In the apache error log I find:

x.x.x.x - - [27/Jul/2004:18:40:42 +0200] "GET /demo/index.aspx HTTP/1.1"
403 1034 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6)
Gecko/20040206 Firefox/0.8"

With the xsp server the page is displayes correctly.

On a SuSE 9.1 installation mod_mono works properly.