0 votes
in Apache Webserver by
Can You Change The Listening Port From Default To Something Else?

1 Answer

0 votes
by

Yes, it’s possible by specifying the port number in Listen directive.

For ex: to make Apache listen on 9000 port to 10.10.10.10 IP address.

Listen 10.10.10.10:9000

...