Page 1 of 1

Install xampp as public web server

PostPosted: 15. May 2005 14:32
by alucard01
Hi all.

I am very new to xampp. And I would like to ask the following questions:

- My co. want me to setup an Apache web server, I choose xampp. This co. has already had an IIS 6 run on Win 2k3 with domain www.abc.com. . Once I stop IIS and start xampp, what should be the config on httpd.conf?

is it correct on the following directive:

- ServerName www.abc.com

- Listen 80

or did I miss something?

Thanks for reply!

PostPosted: 17. May 2005 10:44
by foxxx428
Same config. IIS seems to lack a lot of Apache features. I've used IIS but it's just harder to configure.

PostPosted: 17. May 2005 10:45
by foxxx428
Server name may want to stay as localhost though.

PostPosted: 17. May 2005 17:10
by alucard01
Thank you.

But why:

ServerName localhost

but not

ServerName www.abc.com

???