Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
BSOD2600 wrote:Hmm well your fcgiext.ini appears correct and I didn't spot any issues in the cacti-installer.log. awesome, finally a real bug with the installer process after all this time
I also notice that the FastCGI component has been upgrade from 1.0 (my installer uses) to 1.5.2. please install the updated version to see if that helps.
Hi BSOD2600, I tried a simple PHP and I get the same error so I tried to update the fastcgi to the last version but nothing has changed
Then I tried to update PHP to the last version (12 instead 11) but also no change next I installed an X64 version of PHP and also I get the same error.
Finally I removed all the stuff and I installed all the package but with Apache instead IIS and all works great
Regards
Alessio
N
Cacti Version 0.8.8c production / 0.8.8c test W2008 -- Plugin:Weathermap - Monitor - CAMM 1.6.7 :) - Nectar - GPS Map
BSOD2600 wrote:Glad you got it working... but you changing over to apache doesn't help me fix the issue. Ah well.
Don't worry if you want I'll do other test.
This is the test environment into ESX so it's easy for me to change it back.
However also with a fresh install with Apache I get some problem about the creation of RRD.
Tell me if you want a debug IIS side or Apache.
Regards
Alessio
Cacti Version 0.8.8c production / 0.8.8c test W2008 -- Plugin:Weathermap - Monitor - CAMM 1.6.7 :) - Nectar - GPS Map
I'd prefer if this is a real reproducible issue with windows 2003 x64 and my installer, that it gets fixed. But it's your time to help me, since I don't have a win2k3 x64 install set up what the real issue might be.
For me is the same.
I like to test the 0.8.7e environment using your installer so there's any difference for me about IIS or Apache.
I had problems with IIS/FastCGI and Apache/rrd.
If you want I'll reset the system and make a new full install of your installer with IIS option but I need your help in debugging.
I tried yet 2/3 solution that I found in internet but with no success.
Regards
Alessio
Cacti Version 0.8.8c production / 0.8.8c test W2008 -- Plugin:Weathermap - Monitor - CAMM 1.6.7 :) - Nectar - GPS Map
adalessa:
For now, you'll have to download the php 5.2.11 zip installation file, extract php_gd2.dll, and then edit php.ini to add it in.
The next version of the installer, which I should release soon, will always be installing the php_gd and php_rrdtool extensions.
smlick:
The method I'd go about troubleshooting, is to simply follow that iis.net installation guide manually. Hopefully there will be some setting/step which was obviously missed/wrong by the installer.
I wonder if its a 32bit vs 64bit / WoW issue... %WINDIR%\system32\inetsrv\ vs %WINDIR%\SysWOW64\inetsrv for files/configs.
Maybe as a last resort, enable the Enable32bitAppOnWin64 feature
BSOD2600 wrote:
smlick:
The method I'd go about troubleshooting, is to simply follow that iis.net installation guide manually. Hopefully there will be some setting/step which was obviously missed/wrong by the installer.
I wonder if its a 32bit vs 64bit / WoW issue... %WINDIR%\system32\inetsrv\ vs %WINDIR%\SysWOW64\inetsrv for files/configs.
Maybe as a last resort, enable the Enable32bitAppOnWin64 feature
I didn't understand well what to do.
If it's possible could you specify a little bit more
Regards
Alessio
Cacti Version 0.8.8c production / 0.8.8c test W2008 -- Plugin:Weathermap - Monitor - CAMM 1.6.7 :) - Nectar - GPS Map
2) Looking around Google, it seems people back in the day had issues with WoW (Windows on Windows -- used for 32bit compatibility in a 64bit OS) and FastCGI. Are you running a 64bit or 32bit website and extensions? I'd figure you would be pure 64bit... Anyways FastCGI stuff will either reside in %WINDIR%\system32\inetsrv\ or %WINDIR%\SysWOW64\inetsrv\. Obviously the config files and setting in IIS need to reflect the correct location being used.
3) Last option is to enable Enable32bitAppOnWin64 ("The Enable32BitAppOnWin64 property indicates whether IIS creates 32-bit worker processes or 64-bit worker processes on 64-bit Windows. This property is only relevant on 64-bit Windows with IIS 6.0 running in Worker Process Isolation mode.").
Using Script for Configuring FastCGI Extension to Work with PHP
The configuration script with the name fcgconfig.js is provided with the installation of FastCGI extension and is located in %WINDIR%\system32\inetsrv. To configure FastCGI extension to work with PHP, follow the steps below:
Open a command line window, change the current directory to %WINDIR%\system32\inetsrv, and run the configuration script to register the PHP CGI program as the one that will be processing .php extensions: