https://bugzilla.novell.com/show_bug.cgi?id=357053
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=357053#c8 Michele Casetta <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] --- Comment #8 from Michele Casetta <[EMAIL PROTECTED]> 2008-06-25 01:50:11 MDT --- It doesn't seem to be solved. I have the same problem with opensuse 10.3 + mono 1.9.1. My apache installation is configured with 2 virtual hosts, one listening to port 80 and one to port 443 and everything works fine with plain html pages. I attached the file Test.aspx showing the problem with some accented characters, rendered as ?? when using apache. Note: xps2 renders the characters correctly. Setting MonoSetEnv doesn't work. This is the mod_mono.conf I'm using: #<IfModule !mod_mono.c> LoadModule mono_module /usr/lib/apache2/mod_mono.so MonoServerPath /usr/bin/mod-mono-server2 MonoSetEnv LANG=it_IT.UTF-8 AddType application/x-asp-net .aspx AddType application/x-asp-net .asmx AddType application/x-asp-net .ashx AddType application/x-asp-net .asax AddType application/x-asp-net .ascx AddType application/x-asp-net .soap AddType application/x-asp-net .rem AddType application/x-asp-net .axd AddType application/x-asp-net .cs AddType application/x-asp-net .config AddType application/x-asp-net .Config AddType application/x-asp-net .dll DirectoryIndex index.aspx DirectoryIndex Default.aspx DirectoryIndex default.aspx #</IfModule> -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
