[Mono-dev] MonoStartXSP is dropped?

Годько Алексей k0l0b0k.void at gmail.com
Sat Apr 9 22:50:17 EDT 2011


Hello folks! I'm training to use mod_mono on shared hosting with a few websites, and found that MonoStartXSP is no longer supported - is it true?
My vhost looks like this (unrelated stuff skipped):
<VirtualHost example.com:80>
        MonoApplications site "example.com:/:/var/www/example.com"
        MonoStartXSP site false

        <Location "/">
                Allow from all
                Order allow,deny
                MonoSetServerAlias site
                SetHandler mono
        </Location>
</VirtualHost>

Without MonoStartXSP it works well, but I want to run mod-mono-server as different user (I have init script for it), but with MonoStartXSP:

httpd:~# /etc/init.d/apache2 restart
Syntax error on line 19 of /etc/apache2/sites-enabled/example.com:
Invalid command 'MonoStartXSP', perhaps misspelled or defined by a module not included in the server configuration
Action 'configtest' failed.
The Apache error log may have more information.
 failed!

I'm using Mono JIT compiler version 2.6.7 (Debian 2.6.7-5), mod-mono-server2.exe 2.6.5.0 (Debian stable current).
Thanks in advice


More information about the Mono-devel-list mailing list