More from the error log


** (/usr/bin/mod-mono-server.exe:6265): CRITICAL **: : shared file [/tmp/.wapi/shared_data-localhost.localdomain-1-0] open error: Permission denied


** (/usr/bin/mod-mono-server.exe:6265): CRITICAL **: : shared file [/tmp/.wapi/shared_data-localhost.localdomain-1-0] open error


** (/usr/bin/mod-mono-server.exe:6265): WARNING **: Failed to attach shared memory! Falling back to non-shared handles
See: http://www.go-mono.com/issues.html#wapi for details



Brent Andrewsen wrote:
Assuming you also have this line in your httpd.conf:
LoadModule mono_module        modules/libmod_mono.so

Try killing the mod-mono-server.exe processes, then starting it from the command line 
as root:

# /usr/bin/mono /usr/bin/mod-mono-server.exe --filename /tmp/mod_mono_server 
--applications /demo:/usr/share/doc/xsp/test --nonstop &

Then chown the /tmp/mod_mono_server file to the web server user:
# chown wwwuser.wwwuser /tmp/mod_mono_server

Brent


Igor Anikeev <[EMAIL PROTECTED]> 7/12/2004 3:44:16 PM >>>

Hi,

I have Apache 2.0.49 installed and compiled mod)mono from ximian site as needed. Make install added the line loading the module. Now I added the following to the server configuration:

Alias /demo "/usr/share/doc/xsp/test"
MonoApplications "/demo:/usr/share/doc/xsp/test"
<Directory /usr/share/doc/xsp/test>
SetHandler mono
</Directory>

After that I'm supposed to get a list of examples at http://localhost/demo/index.aspx bu all I get is:

Service Temporarily Unavailable

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Apache/2.0.49 (Fedora) Server at localhost Port 80

Any ideas?



--
Best regards,
Igor Anikeev

jabber://[EMAIL PROTECTED]
ICQ #312483023

Attachment: signature.asc
Description: OpenPGP digital signature



Reply via email to