Forum Moderators: mack
i currently have a network of two xp2 computers. id like to install apache on one of them for use as a testing server for my webdesign work.
however that pc should remain available for email, internet and and general office tasks.
id also like to use this computer as a (ftp)server from where i can access my files from outside
can apache be installed in such a setup? do i need to get a fixed ip adress in order to access files from outside?
To install XAMPP you only need to download and extract XAMPP, that's all. There are no changes to the Windows registry and it's not necessary to edit any configuration files. It couldn't be easier!
Can it be true?
What is the performance hit like? Will it affect any key XP services such as networking in any way? Does it make my PC open to the internet (so someone could access the server programs running locally) or is it purely for testing by me on the client side only?
Apache does set up your system as a server, and the previous bundles that I've used have set things up so remote users can surf the files you put on that webhost. This is something to be concerned about since on a test server you aren't usually putting up stuff that's security-tested, it's usually just stuff you're writing or dinking around with. I have a router on my system that keeps people out of the port where the server is. I don't know how xampp configs, but it's one of the most popular packages out there these days, you're likely to find a forum or advice on the site there about how their particular setup works, and whether there are shell scripts which can set things up for a more secure environment if you don't have a router.
Considering some of the programs I've installed since 1984, XAMPP has to be rated super-easy. If you want further info on what I did etc., you can sticky me anytime (well, not from Thursday through maybe the end of the month - I'll be elk hunting).
Or if others think the information might be useful, I could post it here later. Really though, there's not much "information" as such, because it really DOES install very easily. You run a batch file to set up auto-starting Apache as a service, and you need to tweak the httpd.conf file to set ServerRoot and DocumentRoot for your specific situation. That's about it....
Apachefriends has a VERY helpful forum (in English) at XAMPP for Windows [apachefriends.org].