Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 205163 - www-apache/mod_mono-1.2.6: file 70_mod_mono.conf needs update for apache-2.2
Summary: www-apache/mod_mono-1.2.6: file 70_mod_mono.conf needs update for apache-2.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-10 10:16 UTC by MpJin
Modified: 2008-01-11 20:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description MpJin 2008-01-10 10:16:57 UTC
I've just switched to www-servers/apache-2.2.6-r7 and updated my conf files and everything went fine.

Today I installed mod_mono and I wanted to test it. So I changed my apache2 config  file to define both MONO and MONO_DEMO as advertised by the ebuild's end of installation information.

After restarting apache and going to the URL http://myserver/mono it said : 403 forbidden. I then checked my error log : "client denied by server configuration: /usr/lib/xsp/test".

Looking at mod_mono configuration file "70_mod_mono.conf" I noticed that there was :

<Directory /usr/lib/xsp/test>
 SetHandler mono
 MonoSetServerAlias testinst

 <IfModule mod_access.c>
  Order allow,deny
  Allow from all
 </IfModule>
 #other things not useful for this bur report
</Directory>

As "mod_access has been renamed mod_authz_host" with the new relase of apache ( seen in http://httpd.apache.org/docs/2.2/new_features_2_2.html) I think the conf file should be updated (allowing the DEMO mode of mod_mono to work out of the box)

Reproducible: Always
Comment 1 Jurek Bartuszek (RETIRED) gentoo-dev 2008-01-11 20:42:12 UTC
Fixed in -r1, thanks!