[Mono-bugs] [Bug 60445][Wis] New - mod-mono-server/mod_mono can't display more than one webapplication.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 18 Jun 2004 18:01:09 -0400 (EDT)


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 pablo@pablo.com.mx.

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

--- shadow/60445	2004-06-18 18:01:09.000000000 -0400
+++ shadow/60445.tmp.29834	2004-06-18 18:01:09.000000000 -0400
@@ -0,0 +1,92 @@
+Bug#: 60445
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: Debian SID
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System
+AssignedTo: gonzalo@ximian.com                            
+ReportedBy: pablo@pablo.com.mx               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mod-mono-server/mod_mono can't display more than one webapplication.
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+
+Description of Problem:
+Mod-mono-server refuses to 'initialize' more than one web application.
+
+I'm running Apache 1.3.31
+
+For example:
+
+I don't have any applications installed (/samples and/or /monodoc), if I
+install /samples I can enter and see content via http://localhost/samples
+(samples_working.png), then If I install monodoc-web (for example) and I
+try to view it, I get a:
+
+Cannot find '/monodoc/index.aspx'.
+Description: Error processing request.
+
+Error Message: HTTP 404. Cannot find '/monodoc/index.aspx'. 
+
+But I can continue with seeing /samples examples.
+
+/monodoc => /usr/share/dotnet/monodoc/web
+/samples => /usr/share/asp.net-demos/asp
+
+$ ls -lah /usr/share/dotnet/monodoc/web/index.aspx
+-rw-r--r--    1 root     root         1,5K 2004-06-14 16:59
+/usr/share/dotnet/monodoc/web/index.aspx
+
+$ ls -lah /usr/share/asp.net-demos/asp/index.aspx
+-rw-r--r--    1 root     root         1,1K 2004-06-18 09:53
+/usr/share/asp.net-demos/asp/index.aspx
+
+This doesn not happens just with /monodoc. For example, I can try with
+another web application with the same path but with the /test as alias and
+I get the same error when /samples that is linking to the same dir opens
+index.aspx!.
+
+I'm attaching my debian.webapp and the mono-server-hosts.conf, I DO NOT
+have problems with the MONO_PATH and I have mod-mono-server.exe in other place.
+
+In previous release (of beta2) I was running multiple /samples with
+different aliases, and it just happens with mod_mono, with xsp I don't have
+any problems.
+
+I also think this bug started when mod_mono began (current release) to
+allow AppConfigDir (yes, I use AppConfigDir, NOT Applications).
+
+Steps to reproduce the problem:
+1. Clean all your web-applications
+2. Install /samples in mod_mono.
+3. DO NOT use Applications directive and add the Alias to point to /samples
+also as in .webapp (like example)
+4. See the application
+5. Install another web application (monodoc) as step 2 and 3 (jus tpointing
+to /monodoc and the valid path).
+6. Try to view /monodoc and /samples.
+
+Actual Results:
+'Not found index.aspx' and refuses every aspx file in a new web-application.
+
+Expected Results:
+To display the contenet of each web-application and prevent the 'not found
+index.aspx' message when I already have the file.
+
+How often does this happen? 
+Every time I add another web-application
+
+Additional Information:
+
+http://www.pablo.com.mx/files/mono-server-hosts.conf
+http://www.pablo.com.mx/files/debian.webapp
+http://www.pablo.com.mx/files/monodoc_fails.png (monodoc fails)
+http://www.pablo.com.mx/files/samples_working.png (samples working)