0 votes
in Apache by
What is the command to change the default Listen port?

1 Answer

0 votes
by

We can give a command like this Listen 9.126.8.139:8000. This command will change the default listen port and make the listening port is 8000.

...