Using Apache for testing?

I was using Xampp but started having port problems with my existing remote softwares so I wish to use only Apache because I am being told I can configure it to use any port I should choose during installation? If so, I have just finished studying Php and only wish to use Apache to practice some php exercises, I am confused about exactly which download I should use, can any one help with this please?

Apache HTTP Server (httpd) 2.2.19 is the best available version 	2011-05-22

    The Apache HTTP Server Project is pleased to announce the release of Apache HTTP Server (httpd) version 2.2.19. This release represents fifteen years of innovation by the project, and is recommended over all previous releases!

    For details see the Official Announcement and the CHANGES_2.2 or condensed CHANGES_2.2.19 lists

    Add-in modules for Apache 2.0 are not compatible with Apache 2.2. If you are running third party add-in modules, you must obtain modules compiled or updated for Apache 2.2 from that third party, before you attempt to upgrade from these previous versions. Modules compiled for Apache 2.2 should continue to work for all 2.2.x releases.

        Unix Source: httpd-2.2.19.tar.gz [PGP] [MD5] [SHA1]
        Unix Source: httpd-2.2.19.tar.bz2 [PGP] [MD5] [SHA1]
        Win32 Source: httpd-2.2.19-win32-src.zip [PGP] [MD5] [SHA1]
        Win32 Binary without crypto (no mod_ssl) (MSI Installer): httpd-2.2.19-win32-x86-no_ssl.msi [PGP] [MD5] [SHA1]
        Win32 Binary including OpenSSL 0.9.8r (MSI Installer): httpd-2.2.19-win32-x86-openssl-0.9.8r.msi [PGP] [MD5] [SHA1]
        NetWare Binary: apache_2.2.19-netware.zip [PGP] [MD5] [SHA1]
        Other files

What OS are you on?
Also, I’m pretty sure you can change the port in Xamp as well. Just look for the file called httpd.conf, look for the line that says Listen 80 and change that 80 to the port number you want, and then restart Apache (or Xamp).

I am using Vista. Ok, I will try xampp again and see if my remote system still works after configuring the port, get back to you, thanks.

No it doesn’t work with xampp installed even though I changed the port in Apache to port 50 so I’ll have to try installing Apache alone, can you tell me which version I should use please?

What are you trying do? I’m fairly certain that if Xamp doesn’t do what you want, then Apache also won’t, since Xamp is using Apache …

Anyway, you’d probably want this one:


Win32 Binary without crypto (no mod_ssl) (MSI Installer): httpd-2.2.19-win32-x86-no_ssl.msi [PGP] [MD5] [SHA1]

Unless you want to support SSL (https), then you need to pick the one below that.