<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>205163</bug_id>
          
          <creation_ts>2008-01-10 10:16 0000</creation_ts>
          <short_desc>www-apache/mod_mono-1.2.6: file 70_mod_mono.conf needs update for apache-2.2</short_desc>
          <delta_ts>2008-01-11 20:42:12 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>minor</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>jean.regisser@gmail.com</reporter>
          <assigned_to>dotnet@gentoo.org</assigned_to>
          <cc>apache-bugs@gentoo.org</cc>

      

      
          <long_desc isprivate="0">
            <who>jean.regisser@gmail.com</who>
            <bug_when>2008-01-10 10:16:57 0000</bug_when>
            <thetext>I&apos;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&apos;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 : &quot;client denied by server configuration: /usr/lib/xsp/test&quot;.

Looking at mod_mono configuration file &quot;70_mod_mono.conf&quot; I noticed that there was :

&lt;Directory /usr/lib/xsp/test&gt;
 SetHandler mono
 MonoSetServerAlias testinst

 &lt;IfModule mod_access.c&gt;
  Order allow,deny
  Allow from all
 &lt;/IfModule&gt;
 #other things not useful for this bur report
&lt;/Directory&gt;

As &quot;mod_access has been renamed mod_authz_host&quot; 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</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jurek@gentoo.org</who>
            <bug_when>2008-01-11 20:42:12 0000</bug_when>
            <thetext>Fixed in -r1, thanks!</thetext>
          </long_desc>
      
    </bug>

</bugzilla>