[Mono-list] mod_mono not processing pages
Sander van Vliet
maxor@tref.nl
Fri, 18 Jun 2004 16:36:00 +0200
Hi all,
I've compiled mono and XSP/mod_mono with apache 2.0.48. Installing went fine
but now I have the problem that my .aspx pages are not processed. They are
accessed without errors but the C# statements are just visible instead of
the content they should generate.
My Apache config is as follows:
== SNIP ==
242 Alias /mono "/opt/apache/mono"
243 Alias /demo "/usr/local/share/doc/xsp/test"
244 MonoApplications
"/mono/:/opt/apache/mono/:/usr/local/share/doc/xsp/test
/"
245 <Directory /opt/apache/mono>
246 SetHandler mono
247 </Directory>
248 <Directory /usr/local/share/doc/xsp/text>
249 SetHandler mono
250 </Directory>
== SNIP ==
I am confused, any suggestions/hints?
Greetz
Sander van Vliet