[Mono-bugs] [Bug 76769][Nor] Changed - mod_mono doesn't work with apaches mod_rewrite

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Nov 20 18:39:59 EST 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by robertj at gmx.net.

http://bugzilla.ximian.com/show_bug.cgi?id=76769

--- shadow/76769	2005-11-20 08:27:22.000000000 -0500
+++ shadow/76769.tmp.15831	2005-11-20 18:39:59.000000000 -0500
@@ -1,22 +1,21 @@
 Bug#: 76769
 Product: Mono: Tools
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: gentoo
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: mod_mono
 AssignedTo: gonzalo at ximian.com                            
 ReportedBy: gupe275 at hotmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: mod_mono doesn't work with apaches mod_rewrite
 
 Description of Problem:
 When trying to do a rewrite mod_mono complains about Directory not found.
 
 I'm not sure if it's mod_mono or apache/mod_rewrite that at fault.
@@ -103,6 +102,15 @@
 
 Exact same config works for php
 RewriteRule ^/([0-9]+)/$ /test.php?sid=$1
 
 Mono 1.1.10, mod_mono 1.1.10, xsp 1.1.10
 Using mod-mono-server2
+
+------- Additional Comments From robertj at gmx.net  2005-11-20 18:39 -------
+
+This is an Apache problem regarding SetHandler and internal redirects.
+You may try to replace all occurrences of "SetHandler mono"
+with
+
+AddHandler mono .aspx .ascx .asax .ashx .config .cs .asmx .axd .rem .soap
+


More information about the mono-bugs mailing list