Which server software is better when it comes to the following issues?:
security
ease of setup
ease of administering
support
any other issues that should be addressed
I want to redo my web sites using MySQL and PHP. They currently run under IIS using Access and ASP.
Does anyone know what the advantage of using Apache over IIS is for PHP/MySQL web pages?
I'm just trying to figure out if I should bother switching from IIS to Apache.
Thanks
Apache vs IIS?
Moderator: General Moderators
- daven
- Forum Contributor
- Posts: 332
- Joined: Tue Dec 17, 2002 1:29 pm
- Location: Gaithersburg, MD
- Contact:
I cannot think of any reason to use IIS if you are going to be running PHP/MySQL.
1. Apache is more secure (well, if you set it up correctly it is).
2. Getting help with Apache is rather easy. Just look online for forums.
3. I have found that PHP tends to run smoother with Apache than IIS (then again, that might be because I have Apache on FreeBSD, as opposed to IIS on a WinNT box).
4. Setting up apache is not difficult, especially if you are just tossing it on a windows box. There are set-up utilities out there which will do everything for you.
5. Administering apache does take a bit more knowledge, but it is easy to pick up.
6. Obligatory anti-BillGates comments.
1. Apache is more secure (well, if you set it up correctly it is).
2. Getting help with Apache is rather easy. Just look online for forums.
3. I have found that PHP tends to run smoother with Apache than IIS (then again, that might be because I have Apache on FreeBSD, as opposed to IIS on a WinNT box).
4. Setting up apache is not difficult, especially if you are just tossing it on a windows box. There are set-up utilities out there which will do everything for you.
5. Administering apache does take a bit more knowledge, but it is easy to pick up.
6. Obligatory anti-BillGates comments.
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
-
fractalvibes
- Forum Contributor
- Posts: 335
- Joined: Thu Sep 26, 2002 6:14 pm
- Location: Waco, Texas
Occasionally I have to perform some administrative tasks on our Team's IIS server,and at times instruct our lan/wan folks on installing home-grown VB Dlls and third-party software on our production IIS server. Mostly the various IIS management consoles are really not too bad to work with, though my biggest hassle has been the common "DLL-HELL" syndrome. I have not had the occaision to deal with Apache in a similar manner, but I would agree with Mac and daven that Apache seems a more mature and stable server, and a more "Native" platform from which to run MySql/PHP. As was alluded to, no server software is just "plug and play", you need to study up and ask plenty of questions to get it set up properly.
My personal site runs on Apache/PHP/Mysql on rented space. I am doing a site for a client on IIS/PHP/MySql/ASP on a different host. The former is much easier to deal with. The latter are understandably a little paranoid when it comes to security...at work they are paranoid about security.
Phil J.
My personal site runs on Apache/PHP/Mysql on rented space. I am doing a site for a client on IIS/PHP/MySql/ASP on a different host. The former is much easier to deal with. The latter are understandably a little paranoid when it comes to security...at work they are paranoid about security.
Phil J.