The new cgi wrapper patch microupdate seems to have broken some sites from reconfiguring if they're using fastcgi.
If you run: /usr/local/psa/admin/bin/httpdmng --reconfigure-domain DOMAIN
This big mess spits out:
The problem with the include file is this:
FCGIWrapper .php
That is not valid, it is supposed to be:
FCGIWrapper /var/www/cgi-bin/cgi_wrapper/cgi_wrapper .php
Unfortunately I don't know where the bad information is coming from so I can fix the source template.
If you run: /usr/local/psa/admin/bin/httpdmng --reconfigure-domain DOMAIN
This big mess spits out:
Code:
PleskUtilException: '/usr/local/psa/admin/bin/apache-config' '-t' failed with code .
stdout:
stderr:
Syntax error on line 68 of /var/www/vhosts/DOMAIN/conf/13663158960.18549900_httpd_ip_default.include:
Wrapper .php cannot be accessed: (2)No such file or directory
file: /usr/local/psa/admin/plib/Service/Agent/Transport/Local/Exec.php
line: 71
code: 0
trace: #0 /usr/local/psa/admin/plib/Service/Agent/Transport/Local.php(58): Service_Agent_Transport_Local_Exec->process(6, Object(Service_Agent_Command_Exec), Object(Service_Agent_Log), Object(Service_Agent_Transport_LocalTransaction))
#1 /usr/local/psa/admin/plib/Service/Agent/Transport/Local.php(24): Service_Agent_Transport_Local->_command(6, Object(Service_Agent_Command_Exec), Object(Service_Agent_Transport_LocalTransaction), Object(Service_Agent_Log))
#2 /usr/local/psa/admin/plib/Service/Agent.php(133): Service_Agent_Transport_Local->process('ecf583e16826bf6...', Array, Object(Service_Agent_Log))
#3 /usr/local/psa/admin/plib/Template/Writer/Apache.php(58): Service_Agent->commit()
#4 /usr/local/psa/admin/plib/Template/Configuration/Applier.php(196): Template_Writer_Apache->test()
#5 /usr/local/psa/admin/plib/Template/Configuration/Applier.php(117): Template_Configuration_Applier->_applyConfigurationsToServiceNode(1, Array)
#6 /usr/local/psa/admin/plib/WebServerManager/Adapter/Apache.php(125): Template_Configuration_Applier->applyConfiguration(true)
#7 /usr/local/psa/admin/plib/WebServerManager/Adapter/Apache.php(408): WebServerManager_Adapter_Apache->sync()
#8 /usr/local/psa/admin/plib/WebServerManager.php(287): WebServerManager_Adapter_Apache->reconfVhost('DOMAIN', true)
#9 /usr/local/psa/admin/plib/api-common/Httpdmng.php(131): WebServerManager->reconfVhost('DOMAIN')
#10 /usr/local/psa/admin/sbin/httpdmng(13): Httpdmng->__construct()
#11 {main}
2013-04-18T16:11:39-04:00 ERR (3): Apache config (13663158960.18549900) generation failed: Syntax error on line 68 of /var/www/vhosts/DOMAIN/conf/13663158960.18549900_httpd_ip_default.include:
Wrapper .php cannot be accessed: (2)No such file or directory
Syntax error on line 68 of /var/www/vhosts/DOMAIN/conf/13663158960.18549900_httpd_ip_default.include:
Wrapper .php cannot be accessed: (2)No such file or directory
The problem with the include file is this:
FCGIWrapper .php
That is not valid, it is supposed to be:
FCGIWrapper /var/www/cgi-bin/cgi_wrapper/cgi_wrapper .php
Unfortunately I don't know where the bad information is coming from so I can fix the source template.