[Mono-devel-list] ASP.NET on fedora + apache 2.0.47

Csapi Zsolt Csapi.Zsolt at kjk-kerszov.hu
Mon Nov 24 02:21:03 EST 2003


Dear Mono Team !
 
    I am newbie for apache.
We have an asp.net application to serve our partners via internet.
Our security policy allows freebsd and linux only in the dmz :-)
I have read/heard that mono can run-serve asp.net pages on linux + apache .
I downloaded latest builds of mono:0.28, mod_mono:0.5 and xsp:0.6.
I have fedora core 1 + httpd 2.0.47 test environment.
I followed instructions in INSTALL, but my env is not working.
I have the following error:
----------------------------------------------
httpd
httpd: module "mod_mono.c" is not compatible with this version of Apache (found 20020628, need 20020903).
Please contact the vendor for the correct version.
----------------------------------------------

I have the following httpd.conf settings:
-----------------------------------------------
...
ServerRoot "/etc/httpd"
...
Timeout 300
KeepAlive Off
MaxKeepAliveRequests 100
KeepAliveTimeout 15
Listen 80
Include conf.d/*.conf
...
# MONO
LoadModule mono_module modules/mod_mono.so
# MonoApplication /mono /var/www/html/test
MonoUnixSocket /tmp/mod_mono_server
...
User apache
Group apache
ServerAdmin csapi.zsolt at kjk-kerszov.hu
ServerName csapizs.wkh.hu:80
UseCanonicalName Off
DocumentRoot "/var/www/html"
<Directory "/var/www/html">
    Options All
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
...
#MONO
AddType application/x-asp-net .aspx .ashx .asmx .ascx .asax .config .ascx
...
ErrorLog logs/error_log
LogLevel debug
...
# MONO
Alias /mono "/var/www/html/test"

<Directory "/var/www/html/test">
    Options All
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
...
<location /mono/*.aspx>
SetHandler application/x-asp-net
</location>
-----------------------------------------------
I think i set up all testfiles in proper directory, and all rights needed for apache user.....
Could you help me sending a working sample of httpd.conf file?
Should i use earlier apache version? Which one should/can i use?

Thanx                Zsolt Csapi

PS: This system could be a good reference on the internet for mono i guess!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/ms-tnef
Size: 3686 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20031124/96676336/attachment.bin 


More information about the Mono-devel-list mailing list