How can I get .fcgi files working with Litespeed?
Added this onto .htaccess after setting up the add handler request on Litespeed.
AddType application/x-httpd-wsgi .fcgi
https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:other-ext-apps:python-lsapi
But .fcgi script shows 500 Internal server error with 644 permissions, with 755 it shows 403 forbidden due to the denied permission settings. How can I get it to work?
Added this onto .htaccess after setting up the add handler request on Litespeed.
AddType application/x-httpd-wsgi .fcgi
https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:other-ext-apps:python-lsapi
But .fcgi script shows 500 Internal server error with 644 permissions, with 755 it shows 403 forbidden due to the denied permission settings. How can I get it to work?