Suse 9.3 and Mono Error

Discussion in 'Installation/Configuration' started by pontifex, Nov 27, 2005.

  1. pontifex

    pontifex New Member

    Hi everyone,

    perhaps someone could help me. I installed the latest version of ispconfig on suse 9.3 with mono and xsp installed.

    now i have add some information to the vhostfile:

    Code:
    MonoApplications '/:/home/web1/web'
    MonoDocumentRootDir '/home/web1/web'
    but

    everytime the following error comes up:

    Not running mod-mono-server.exe because no MonoApplications, ConfigFile or MonoApplicationConfigDir specified.

    Was anyone able to run Mono pages in combination with ispconfig?

    Thanks
    PM
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Shouldn't it be
    Code:
    MonoApplications '/home/web1/web'
    ?
     

Share This Page