I have question about apache, as I know, by default apache work on port 80, I need to change this default port to another, say 8080.
actually, I have changed this port successfully, by editing on apache configuration on the Listen 80 to Listen 8080
but the problem is, I need to add :8080 inside url, so I request site with like this: http://localhost:8080
Is it possible to remove 8080 on the url?
because I need to off port 80, without getting down the server for public access.