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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] @@ -21,6 +21,45 @@ There are no result if try with other directory with the same configuration. ------- Additional Comments From [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
