I'm running apache 2.4 under linux and its binding to localhost on port 8080. When I run the command "apachectl status" I get:
server(/tmp): apachectl status
Looking up localhost
Making HTTP connection to localhost
Alert!: Unable to connect to remote host.
lynx: Can't access startfile http://localhost/server-status
Anyone know how to get this "status" command to goto http://localhost:8080/server-status instead? I think thats what I need to do.