4 lines
171 B
Text
4 lines
171 B
Text
# This file configures where apache should listen.
|
|
# Because we are running as a limited user, we want to listen on a high port.
|
|
# For this we use port 8080
|
|
Listen 8080
|