Can everyone tell me how to make apache2 to listen ONLY on port 8080 and how to make root directory /home/alex/www
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
You should use Listen or BindAddress to tell Apache2 what to listen to. http://httpd.apache.org/docs/2.4/bind.html To change the root directory, open a terminal and type
then change the DocumentRoot path from /var/www to your desired directory |
|||
|
|