Serving asp pages

Discussion in 'Tips/Tricks/Mods' started by maxxer, Jul 11, 2012.

  1. maxxer

    maxxer Member

    Hi.

    I wish to enable asp on some website hosted by ISPConfig3.
    I found this old thread:
    http://www.howtoforge.com/forums/showthread.php?t=16141
    which explains how to do that, but works partially.

    I installed the module, added the relevant apache config options, but I get the following error in apache's error.log:
    Code:
    Handling exception type UnauthorizedAccessException
    Message is Access to the path "/var/www/MYSITE.com/web" is denied.
    IsTerminating is set to True
    
    this is probably because mono server runs as www-data but the directory is owned by web3:client0.

    What's the proper way to fix? add www-data to client0 group or something else?
    thanks
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The instructions you fllowed are for a different controlpanel. ISPConfig 2 is not the same controlpanel then ISPConfig 3 as both panels use completely different confiuguration setups.
     
  3. maxxer

    maxxer Member

    nice.
    so do you have suggestion on how to make it work?
    thanks
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    There areno mono installation instructions available for ISPConfig 3 as far as I know.
     
  5. maxxer

    maxxer Member

    ok.
    so it was possible to make it work in ispconfig2, but nobody tried on 3?

    I checked and the www-data user is already a member of client0 group. The only needed bit to run asp pages was to
    chmod g+r /var/www/clients/client0/web3/web/
     

Share This Page