Hello;
I've mono .26 installed on redhat9 and apache2 - the one that comes with redhat9 -.
I downloaded xsp-0.5 and mod_mono-0.4 from mono download page, I did compile xsp without a problem and test it, then I did compile mod_mono (the so and the dll), in the case of the mod_mono dll it complains but the file was created.
I did the installation of mod_mono.so into /usr/lib/httpd/modules/ (with make install) and ModMono.dll to /usr/lib (using cp as root).
I created a mono dir in /var/www (as root), and I did a copy of all the files of xsp/server/test into /var/www/mono then I ran the command chown -R apache.apache /var/www/mono.
I did the setup of httpd.conf adding the following lines:
LoadModule mono_module modules/mod_mono.so
MonoApplication /mono /var/www/mono
I did as well the following - according to the documentation -
mkdir /var/www/.wapi/
chown apache.apache /var/www/.wapi
chmod 700 /var/www/.wapi
Finally I started the apache server and try to navigate to http://myhost/mono/index.aspx, but it gave me a blank page, I did check the error_log, but everything seems to be ok, in the acces_log I found:
10.xxx.xx.xxx - - [29/Aug/2003:11:44:33 -0700] "GET /mono/index.aspx HTTP/1.1" 200 0 "-" "Mozilla/5.0 (X11; U; Linux i686) Gecko/20030807 Galeon/1.3.5"
Any help will be appreciated.
Thanks
Mario A Chavez Cardenas [EMAIL PROTECTED]
_________________________________________________________________
Charla con tus amigos en l�nea mediante MSN Messenger: http://messenger.yupimsn.com/
_______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
