PDA

View Full Version : Best Server



OcramC
06-20-2003, 07:18 PM
Which server is best to use (ISS, PWS, APACHE, etc) to host my own site?

Ynhockey
06-20-2003, 08:18 PM
Well, as you should know, each server is dedicated more to a technology - Apache is with PHP, IIS is for serious ASP devs and PWS is a waste of time. Since PHP is better than ASP (at least IMHO), setup Apache.

OcramC
06-20-2003, 08:20 PM
Originally posted by Ynhockey@20 June 2003 - 20:18
Well, as you should know, each server is dedicated more to a technology - Apache is with PHP, IIS is for serious ASP devs and PWS is a waste of time. Since PHP is better than ASP (at least IMHO), setup Apache.
Apache it is

and My SQL?

Ynhockey
06-20-2003, 08:43 PM
Well, you gotta have at least one database... otherwise what kinda site will it be? You need the database to store user info and stuff...

So, yeah, definately MySQL.

OcramC
06-20-2003, 08:50 PM
Originally posted by Ynhockey@20 June 2003 - 20:43
Well, you gotta have at least one database... otherwise what kinda site will it be? You need the database to store user info and stuff...

So, yeah, definately MySQL.
Apache supports FTP with multiple accounts doesnt it?

Ynhockey
06-20-2003, 09:17 PM
Yes it does. At least, a friend of mine set it up for my former site and i could set up multiple accounts (there was a small limit though :( ).