[Mono-bugs] [Bug 76819][Maj] Changed - Only apps work on public_html directory

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Nov 26 17:19:05 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 esanchezfo at gmail.com.

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

--- shadow/76819	2005-11-26 08:38:43.000000000 -0500
+++ shadow/76819.tmp.21856	2005-11-26 17:19:05.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 76819
 Product: Mono: Tools
 Version: 1.1
 OS: unknown
 OS Details: Suse 10
-Status: NEEDINFO   
+Status: REOPENED   
 Resolution: 
 Severity: Unknown
 Priority: Major
 Component: mod_mono
 AssignedTo: gonzalo at ximian.com                            
 ReportedBy: esanchezfo at gmail.com               
@@ -21,6 +21,45 @@
 There are no result if try with other directory with the same configuration.
 
 ------- Additional Comments From gonzalo at ximian.com  2005-11-26 08:38 -------
 I need more details on what's going on exactly. Like the mod_mono
 related configuration lines used in httpd.conf, what you're doing,
 what happens...
+
+------- Additional Comments From esanchezfo at gmail.com  2005-11-26 17:19 -------
+The httpd.conf has at the end:
+
+#
+# Configuracion para aplicaciones con Mono
+#
+
+Include /etc/apache2/mono-apps.conf
+
+#
+
+
+The mono-apps.conf has:
+
+#
+# Configuracion para Aplicaciones en Mono
+#
+
+# Catalogo Virtual para TecnoTools
+
+Alias   /TecnoTools_eCatalog  "/home/esanchezfo/public_html/Implementa
+tions/TecnoTools_eCatalog"
+AddMonoApplications 
+default "/TecnoTools_eCatalog:/home/esanchezfo/public_html/Implementat
+ions/TecnoTools_eCatalog"
+
+<Location /TecnoTools_eCatalog>
+        SetHandler mono
+</Location>
+
+
+I try with other directory 
+like /home/esanchezfo/Implementations/TecnoTools_eCatalog but is does 
+not work  (the directory has the same rights than the public_html one)
+
+
+Thanks.
+ 


More information about the mono-bugs mailing list