Click to See Complete Forum and Search --> : Running Multiple Apache servers


Architect
06-15-2006, 10:20 AM
I need to test out some stuff with Apache but cannot use the one that is running on port 80.
Can I get Apache to run on 2 different ports on the same machine?
Like 8080 on the same machine.

ph34r
06-15-2006, 10:45 AM
Yes, you can either run on 2 different ports, or bind apache to a specific IP and port. So if you either have multiple nics or are using aliases (eth0:1) then you can run it all on port 80, just different stuff on each.

MastaShake57
06-15-2006, 03:38 PM
Yes, I believe you need to look up the "Listen" and "Port" directives.