[Mono-bugs] [Bug 79164][Nor] Changed - restarting mod-mono-server through mod_mono control panel does not pick up MonoSetEnv

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Aug 25 13:29:10 EDT 2006


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 gonzalo at ximian.com.

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

--- shadow/79164	2006-08-25 12:39:40.000000000 -0400
+++ shadow/79164.tmp.23531	2006-08-25 13:29:10.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 79164
 Product: Mono: Tools
 Version: 1.0
 OS: other
 OS Details: SuSe 10.0
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: mod_mono
 AssignedTo: gonzalo at ximian.com                            
 ReportedBy: glen.ford at spinvox.com               
@@ -38,6 +38,34 @@
 Every time
 
 
 Additional Information:
 
 None
+
+------- Additional Comments From gonzalo at ximian.com  2006-08-25 13:29 -------
+I have a copy of xsp/test in /tmp/test and this is the configuration
+for apache 2.2 that I used:
+------------------
+LoadModule mono_module modules/mod_mono.so
+Alias /test "/tmp/test"
+AddMonoApplications default "/test:/tmp/test"
+MonoSetEnv default "HOLA=HITHERE"
+<Location /test>
+	SetHandler mono
+	Order allow,deny
+	Allow from all
+</Location>
+<Location /mono>
+	SetHandler mono-ctrl
+	Order deny,allow
+	Deny from all
+	Allow from 127.0.0.1
+</Location>
+-----------------------
+
+I checked /proc/XXX/environ for 'HOLA=HITHERE' before restarting and
+after restarting and it was indeed there.
+
+I'm setting this to NEEDINFO and will wait for more details on the
+configuration you're using.
+


More information about the mono-bugs mailing list