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 _________________________________ SISNA...more service, less money. http://www.sisna.com/exclusive/ _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
