IIS and Apache

Reply

Join Date: Apr 2005
Posts: 149
Reputation: marjan_m is an unknown quantity at this point 
Solved Threads: 0
marjan_m marjan_m is offline Offline
Junior Poster

IIS and Apache

 
0
  #1
Jul 14th, 2007
what is the difference between Apache and IIS,n which is
required to install for using php.kindly let me know?

Regards,
Reply With Quote Quick reply to this message  
Join Date: Sep 2006
Posts: 162
Reputation: Cerberus is an unknown quantity at this point 
Solved Threads: 14
Cerberus Cerberus is offline Offline
Junior Poster

Re: IIS and Apache

 
0
  #2
Jul 14th, 2007
I don't know that much about the subject but i think Apache is an open source web server for Unix based operating systems and is normally used in conjunction with PHP.

IIS is Microsoft's web server and usually runs on Windows machines and is used with ASP and other microsoft technologies.

These setups are not exclusive because i am running Apache and PHP on my Windows XP system.
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 142
Reputation: MitkOK is an unknown quantity at this point 
Solved Threads: 12
MitkOK's Avatar
MitkOK MitkOK is offline Offline
Junior Poster

Re: IIS and Apache

 
0
  #3
Jul 14th, 2007
Hi.

You can use both of the servers to run PHP code.

http://news.netcraft.com/

- Mitko Kostov
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 4
Reputation: zaphod2003 is an unknown quantity at this point 
Solved Threads: 0
zaphod2003's Avatar
zaphod2003 zaphod2003 is offline Offline
Newbie Poster

Re: IIS and Apache

 
0
  #4
Jul 14th, 2007
I have both running on my PC. The only thing you need to be aware of is you have to change the port of one of them otherwise they will both try to use port 80, and when you start a local page your web servers will conflict. Normally you change one of them to use port 8080 and call it like this: http://localhost/somepage.php:8080

If you want to easily install Apache on a PC google for a program called WAMP. Not only does this install Apache correctly and PHP and MySQL it also gives you a brilliant front end for making changes and is well worth it since it's free!
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 21
Reputation: dezignwork is an unknown quantity at this point 
Solved Threads: 2
dezignwork's Avatar
dezignwork dezignwork is offline Offline
Newbie Poster

Re: IIS and Apache

 
0
  #5
Jul 15th, 2007
I agree, WAMP is probably the best bet since it's a lot easier then installing PHP, MySQL and Apache separately. I would recommend Apache over IIS since it's closer to its native environment. There are certain features that are not available in IIS.

Also the taskbar WAMP menu helps you open the config files quickly for editing. If you want to add a virtual host in Apache file and have that added in your host file too, you can have an identical structure to that on the live server. It would look something like this:
http://sitename/ index.php

as opposed to http://localhost/sitename/index.php where a href="/" would send you to sites root (not neat)

Moreover, it was never easy for me to deal with Mod Rewrite under IIS, but with Apache it works perfectly.

Definitely WAMP!

I hope that helps.
Tim
Last edited by dezignwork; Jul 15th, 2007 at 12:42 am. Reason: spelling
hosting :: development :: design
dezignwork.com
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 83
Reputation: ProgrammersTalk is an unknown quantity at this point 
Solved Threads: 7
ProgrammersTalk's Avatar
ProgrammersTalk ProgrammersTalk is offline Offline
Junior Poster in Training

Re: IIS and Apache

 
0
  #6
Jul 17th, 2007
There's no difference between them, it's just one is open source and the other one is from Microsoft.
The ProgrammersTalk Community | Programming & Marketing | Buying & Selling Script
Hang out place of novice and intermediate programmers
Reply With Quote Quick reply to this message  
Join Date: Mar 2004
Posts: 763
Reputation: Phaelax is on a distinguished road 
Solved Threads: 38
Phaelax Phaelax is offline Offline
Master Poster

Re: IIS and Apache

 
0
  #7
Jul 18th, 2007
Here's the difference, Apache actually works! I used to use IIS, but it can be a headache when installing modules, it's easier with Apache. If you're using a Windows system, check xampp.
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 21
Reputation: dezignwork is an unknown quantity at this point 
Solved Threads: 2
dezignwork's Avatar
dezignwork dezignwork is offline Offline
Newbie Poster

Re: IIS and Apache

 
0
  #8
Jul 19th, 2007
Originally Posted by Phaelax View Post
Here's the difference, Apache actually works! I used to use IIS, but it can be a headache when installing modules, it's easier with Apache. If you're using a Windows system, check xampp.
Agree, Modules on IIS are a pain
hosting :: development :: design
dezignwork.com
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,152
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 531
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: IIS and Apache

 
0
  #9
Jul 19th, 2007
Use XAMPP instead of WAMP. In my opinion its better
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: May 2007
Posts: 4,438
Reputation: Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of 
Solved Threads: 510
Moderator
Featured Poster
Ezzaral's Avatar
Ezzaral Ezzaral is offline Offline
Industrious Poster

Re: IIS and Apache

 
0
  #10
Jul 19th, 2007
Originally Posted by jbennet View Post
Use XAMPP instead of WAMP. In my opinion its better
What do you find better about XAMPP? Just curious, as I've only used Wampserver.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC