Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

php on iis/windows

Options
  • 09-02-2004 9:14pm
    #1
    Registered Users Posts: 648 ✭✭✭


    is it possible to run php on iis / windows servers???


Comments

  • Banned (with Prison Access) Posts: 16,659 ✭✭✭✭dahamsta


    http://ie.php.net/manual/en/install.iis.php

    Or of course you can install Apache for Win32 and use PHP on that.

    adam


  • Registered Users Posts: 648 ✭✭✭ChicoMendez


    ya i know you can install apache
    but can you run php on iis specifically??


  • Registered Users Posts: 7,739 ✭✭✭mneylon


    Yes. You can run PHP with IIS.


  • Banned (with Prison Access) Posts: 16,659 ✭✭✭✭dahamsta


    Originally posted by ChicoMendez
    ya i know you can install apache
    but can you run php on iis specifically??
    Eh...
    Originally posted by dahamsta
    http://ie.php.net/manual/en/install.iis.php
    ???


  • Registered Users Posts: 648 ✭✭✭ChicoMendez


    so what are the advantages of using iis over apache and vicea versa?


  • Advertisement
  • Registered Users Posts: 11,987 ✭✭✭✭zAbbo


    IIS = ASP
    APache = PHP

    around 60% of webservers run Apache

    IIS costs more due to licensing.

    Id go with Apache


  • Registered Users Posts: 7,739 ✭✭✭mneylon


    Don't forget the OS.
    IIS = Windows
    Apache = everything


  • Banned (with Prison Access) Posts: 16,659 ✭✭✭✭dahamsta


    You're welcome, and apology accepted. :rolleyes:


  • Registered Users Posts: 538 ✭✭✭raphaelS


    If you want Apache+PHP+MySQL, in an easy to install package, get IBserver:
    http://ibsoftware.d2digitalmedia.com/ibserver/

    This is an hassle free install... You'll get also PHP-Nuke and PHPMyAdmin with that.

    Oh and I'm agree with everybody else... (if you can!) forget about IIS!

    Raphael


  • Banned (with Prison Access) Posts: 16,659 ✭✭✭✭dahamsta


    Really hardcore guys code their webservers in PHP.

    http://nanoweb.si.kz/

    adam


  • Advertisement
  • Registered Users Posts: 648 ✭✭✭ChicoMendez


    tnx for all that guys.. im aware of most of the issues there i use Apache+PHP+MySQL my self alright...

    is running Apache+PHP+MySQL on a windows box ok... obviously linux would be preferable... however

    im proposing an intranet site to a client.... this client is in the tv/animation/audiovisual/special effects sector. they want an intranet site that will be available to all in thier company nationwide.. not ireland.
    presently they have a basic few html but are prioritising the development of an intranet that will eventually be rolled out to in internet.
    thier architecture is predominantly windows and thier current crappy site is on iis.

    i want to propose Apache+PHP+MySQL architecture on that same windows box
    anybody see any issues here?


  • Registered Users Posts: 7,739 ✭✭✭mneylon


    No reason why it would cause problems, though the Linux evangelists may disagree :D


Advertisement