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
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.
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/