fcgi issues after upgrade from ubuntu 12.04 to 14.04

Hi i did the do-release-upgrade today from ubuntu 12.04 to 14.04, by following the instructions on your webpage.

But i have two issues now: 1. permission to websites is denied this i can solve by adding "Require all granted" to all the directory directives, as i have a couple of virtal sites i wanted to ask if there is an easy way to get the apache conf rewritten for all sites?

  1. fcgi is not working anymore i run all my sites on fcgi, but now after the upgrade the code get's returned to the browser instad of being interpreted, the same is for cgi wrapper only if i set website options to mod_cgi, the proper pages are return

    is there a. an easy way to set all sites to mod_cgi until the issue is fixed do you have any idea what's wrong with my fcgi setup or where to debug?

best regards Andi

Status: 
Closed (fixed)

Comments

Howdy -- we're looking into the need to add "Require all granted" -- Virtualmin should handle that automatically, but some folks have been reporting that they needed to add that manually.

Which Virtualmin version is it that you're using there?

As far as FCGID goes, we haven't run into that issue after an upgrade before.

However, you may want to verify that the Apache FCGID module is enabled.

Try running this command:

a2enmod fcgid

And then restart Apache afterwards. Does that resolve your issue when running domains under FCGID?

Regarding how to regenerate the Apache config for your domains -- if you update the Server Template in Virtualmin, if you then disable, then re-enable, the "Apache website" feature, it will re-write that Apache config.

Assigned: Unassigned »
Status: Active » Closed (fixed)

closing very old issues