Author Topic: PHP configuration on Vista - please help  (Read 1738 times)

0 Members and 1 Guest are viewing this topic.

Offline Omega003Topic starter

  • Irregular
  • Posts: 5
    • View Profile
PHP configuration on Vista - please help
« on: July 11, 2009, 02:11:02 PM »
Hello there,

I'm new to PHP and this forum, so I apologize in advance if my question is a bit silly.

I installed IIS and PHP on my computer that runs on Vista. When I tried to configure it in the IIS manager I got an error message and I don't know how to solve that problem.
What I've done is:

In Handler Mapping I added a new script map, request path: *.php,
executable: c:\php\php5isapi.dll
name: php

click ok, i allow the isapi extension (yes) and then an error message comes up, saying: "The specified module required by this handler is not in the modules list. If you are adding a script map handler mapping, the IsapiModule or the CgiModule must be in the modules list."

Could you please help me with this how I could edit the modules list, where it is, etc?

Many thanks!

Offline Mchl

  • Staff Alumni
  • Freak!
  • *
  • Posts: 8,582
  • Gender: Male
  • That's Largo in my avatar, not me.
    • View Profile
    • FlingBits
Re: PHP configuration on Vista - please help
« Reply #1 on: July 11, 2009, 04:47:42 PM »
Is there any reason you want to use IIS instead of Apache?
NetBeans fanatic | ExtJS masochist | C++ denier
PHP4 & MySQL4 are no longer supported.
PHPFreaks Tutorials | PHP Debugging: A Beginner's guide | PHP Security Tutorial || How To Ask Questions The Smart Way
Flingbits tutorials | Class Autoloading

Offline Omega003Topic starter

  • Irregular
  • Posts: 5
    • View Profile
Re: PHP configuration on Vista - please help
« Reply #2 on: July 11, 2009, 05:01:41 PM »
Is there any reason you want to use IIS instead of Apache?

The only reason is that I have SkyPlayer on this pc that uses port 80 and Apache would use the same port. That's why I thought I would give IIS a go. And also the tutorial that I was watching on PHP installed IIS. Do you think Apache is a better option? I guess I could disable SkyPlayer when I want to use Apache...

Offline Mchl

  • Staff Alumni
  • Freak!
  • *
  • Posts: 8,582
  • Gender: Male
  • That's Largo in my avatar, not me.
    • View Profile
    • FlingBits
Re: PHP configuration on Vista - please help
« Reply #3 on: July 11, 2009, 05:06:23 PM »
You could tell Apache to use different port as well. It's not difficult.
And Apache seems to be a better choice for PHP. Try downloading and installing WampServer. It has Apache, PHP and MySQL bundled together.
NetBeans fanatic | ExtJS masochist | C++ denier
PHP4 & MySQL4 are no longer supported.
PHPFreaks Tutorials | PHP Debugging: A Beginner's guide | PHP Security Tutorial || How To Ask Questions The Smart Way
Flingbits tutorials | Class Autoloading

Offline Omega003Topic starter

  • Irregular
  • Posts: 5
    • View Profile
Re: PHP configuration on Vista - please help
« Reply #4 on: July 11, 2009, 06:30:17 PM »
You could tell Apache to use different port as well. It's not difficult.
And Apache seems to be a better choice for PHP. Try downloading and installing WampServer. It has Apache, PHP and MySQL bundled together.

Thanks a lot, I'll give wampserver a go.

Offline Omega003Topic starter

  • Irregular
  • Posts: 5
    • View Profile
Re: PHP configuration on Vista - please help
« Reply #5 on: July 11, 2009, 06:41:25 PM »
You could tell Apache to use different port as well. It's not difficult.
And Apache seems to be a better choice for PHP. Try downloading and installing WampServer. It has Apache, PHP and MySQL bundled together.

I have downloaded and installed WampServer, but could you please help me disable IIS now? It's running on port 80 - according to the WampServer.

Offline wildteen88

  • Guru
  • 'Insane!'
  • *
  • Posts: 12,021
  • Gender: Male
    • View Profile
Re: PHP configuration on Vista - please help
« Reply #6 on: July 12, 2009, 06:45:12 AM »
Have a read of this post over at the support forums for wampserver. This shows how to disable IIS.

Offline Omega003Topic starter

  • Irregular
  • Posts: 5
    • View Profile
Re: PHP configuration on Vista - please help
« Reply #7 on: July 12, 2009, 07:05:28 AM »
Have a read of this post over at the support forums for wampserver. This shows how to disable IIS.

That was easy, thanks a bunch!