[Mono-list] mod_mono on Apache2 - Solaris 8

Mike Cano mcano@seattletimes.com
Tue, 13 Apr 2004 10:28:51 -0700


Hi there,

Excuse my newbesence. I hope this is the correct list for this question.
If not, let me know.

I'm trying to serve up asp.net pages on my apache2 sparc solaris 8
platform using mod_mono.

Firstly, I removed the apache app that comes with Solaris 8 to eliminate
any contention.

Next, I installed mono-0.31, apache-2.0.43, xsp-0.9, mod_mono-0.31.

I can compile and run a simple helloworld.cs.

I've stepped through the mod_mono/INSTALL procedure on my Sparc Solaris
8 machine and all went well with no errors encountered.

XSP running fine as apache user - owns and can rw to
/tmp/mod_mono_server.
Apache2 starts okay - can serve regular html pages.

But, when trying to request the test page at
/usr/share/doc/xsp/test/index.aspx the browser just spins and spins...

No server errors or messages, no xsp errors.

Don't really know where to go from here. I'd like to at least debug
this. Any help would be greatly appreciated!

Thanks,
-M