PDA

View Full Version : How to set up a HTTP server?


613flavah
09-08-04, 11:07 AM
Hi,

I just joined this forum today :)

I have an FTP server set up and I would also like to set up an HTTP web server but I don't know how to do it could someone help me out? I'm running XP.

Thanks!
:D

Freakker
09-08-04, 01:07 PM
The only one I have used is Apache, which is open source and works great.
You can get it at http://www.apache.org , and the installation sets enough settings to get it to work, but to further customize it you can edit the .conf files.

And if you have perl installed, you can use it without having to configure anything in Apache.