[Mono-bugs] [Bug 50159][Maj] New - mod-mono-server doesn't work because of ".appPath" setting

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 27 Oct 2003 06:09:08 -0500 (EST)


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 yoros@wanadoo.es.

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

--- shadow/50159	2003-10-27 06:09:08.000000000 -0500
+++ shadow/50159.tmp.26005	2003-10-27 06:09:08.000000000 -0500
@@ -0,0 +1,37 @@
+Bug#: 50159
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: yoros@wanadoo.es               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mod-mono-server doesn't work because of ".appPath" setting
+
+When running mod-mono-server, it doesn't work due to ".appPath" request:
+
+-- before request of any page --
+@400000003f9cf21e103c9bcc Listening on: /tmp/mod_mono_server
+@400000003f9cf21e10608334 Root directory: /var/www/mono
+-- exception in the request --
+@400000003f9cf22b05e26a94 System.Web.HttpException: Cannot get .appPath
+@400000003f9cf22b05e358dc in <0x00090>
+System.Web.Hosting.SimpleWorkerRequest:.ctor
+(string,string,System.IO.TextWriter)
+@400000003f9cf22b05e387bc in <0x00028> Mono.ASPNET.MonoWorkerRequest:.ctor
+(Mono.ASPNET.IApplicationHost)
+@400000003f9cf22b05e3aae4 in <0x00012> Mono.ASPNET.XSPWorkerRequest:.ctor
+(System.Net.Sockets.NetworkStream,Mono.ASPNET.IApplicationHost)
+@400000003f9cf22b05e3d9c4 in <0x00049> Mono.ASPNET.Worker:Run (object)
+@400000003f9cf22b07969e8c 
+--
+
+XSP runs right.