Mono support

Discussion in 'Feature Requests' started by Zoon, Sep 4, 2005.

  1. Zoon

    Zoon New Member

    Mono support could be fairly easily added to ISPConfig - it would just need a couple of lines added to the vhost config in the same way the PHP config is added when selected by the check box.

    Here's the following amendments I made to my Fedora Core 4 install to add Mono.

    httpd.conf - place anywhere really, I put it just above the ispconfig log statement

    Code:
    AddHandler mono .aspx .ascx .asax .ashx .config .cs .asmx .axd
    Vhosts_ispconfig.conf - this data should be added when "ASP.NET" support is chosen when adding a site

    Code:
    MonoApplications '/:/home/web6/web'
    MonoDocumentRootDir '/home/web6/web'
    I'm sure this could be easily patched in by copying and modifying the PHP sections of the New Site / Edit Site pages :)
     
  2. Darren996

    Darren996 New Member

    Yes! Mono Support would be awesome! :D
     

Share This Page