PHP
--
Questions
--
Followers
Top Experts
I tried setting up the PHP 4 ISAPI version on Windows 2003 Server. I followed the install procedure of porting the .ini file to the proper windows directory, adding PHP as a filter, pointing it to the ISAPI dll, adding .php as extension for PHP to parse.
Then I even added PHP as a ISAPI module to be allowed access/execution under Windows 2003 Server. Then restarted IIS server. Upon startup it crashed. wouldn't even run like before. only way i fixed back up was remove all PHP stuff.
I may give it a try again later, but am I missing something? or is Windows 2003 a little too secured, in the wrong way? am I better off with the PHP executable version?
i wonder if setting Windows 2003 Server to allow all unknown ISAPI modules to run would make it work. but that would be bad idea.
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
in the meantime, i just might try the EXE version of PHP.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
if only they had a GUI or a good one for Apache on Windows. that would be nice.
http://www.hotscripts.com/PHP/Software_and_Servers/Installation_Kits/
what I would like is a GUI manager for Apache, so you don't have to go command line &Â edit config files, like IIS. Simpler for me, &Â do-able for an MS-oriented admin when I leave. I'm working in MS environment currently, sigh...

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
But it you still want a GUI manager for Apache, it's not a problem:
Windows:
http://www.apache-gui.com/conf.html
http://www.simtel.iif.hu/pub/pd/36798.html
http://www.simtel.iif.hu/pub/pd/63690.html
For a linux version see :
http://lists.debian.org/debian-user/1999/debian-user-199908/msg02414.html
Hope this Helps,
          FathRaven
although I understand wanting to run IIS for certain reasons I would highly recommend against it. Â But I have never gotten the PHP ISAPI to never be recognized as anything but Unknown
Problem is that the web server crashes &Â won't start &Â run after PHP ISAPI is setup. When I remove, it works ok again. That's the weird part. any ideas why?






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
FaithRaven
as for firewall, ASP (which is setup default on the server) works a OK. web server works a OK too. internal &Â external. but PHP just crashed the server.
FaithRaven

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
wonder if I have to do anything extra there.
https://www.experts-exchange.com/questions/20610799/PHP-Installation-on-Windows-2003-Standard-Edition.html
I was able to finally get PHP working.
thanks for all your help FaithRaven.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
PHP
--
Questions
--
Followers
Top Experts
PHP is a widely-used server-side scripting language especially suited for web development, powering tens of millions of sites from Facebook to personal WordPress blogs. PHP is often paired with the MySQL relational database, but includes support for most other mainstream databases. By utilizing different Server APIs, PHP can work on many different web servers as a server-side scripting language.