HC fails to corecly add Handler Mapings in Server 2008 R2
After some time of doing nothing with HC is again started to test with it.
It took me a lot of time to get HC8 installed on a clean install of Server 2008 R2 but finaly I managed to get it working.
Enviorment: Server 2008 R2 with Hosting Controller 8.00.0008
Until now I did not find any major problems exept i found a few.
When I Enable scripting for Perl or PHP it goes wrong.
PHP Handler Mapings are added wrong.
PHP must have a handler as FastCGI otherwise you end up with 500 and 500.2 errors.
HC8 is creating the handler as normal instead of FastCGI
Perl Handler Mapings are added wrong.
Perl must have a handler as perlis.dll otherwise you end up with 404.2 error or bla bla bla created a wrong set of headers.
HC8 is creating the handler as '\bin\perl.exe "%s" %s' instead of '\bin\perlis.dll'
To work arround Perl and PHP problems you can add the right handlers to the default site and disable Perl and PHP in HC8 by this way every newly created site will have te ability to work with PHP and Perl.
At last when HC creates the aplication pool for the new site it does not enable 32-Bit aplications in the aplication pool resulting Perl not to work.
post edited by Albert38 - 2010/08/08 11:00:07