Apache config?

drewday

Registered
Since my DSL provider blocks port 80 for my connection, I need to config the Apache app for port 8080. How can I do this? What about further config? Overall I'm fairly happy with OSX, but I'm somewhat disappointed by it's networking capabilities? :/

-Drew
 
hi,
i am not 100% sure but try this.

search for theseline in your httpd.conf file

"#
# Port: The port to which the standalone server listens. For
# ports < 1023, you will need httpd to be run as root initially.
#
Port 80"

then change Port 80 to whatever you want.
hope it helps
 
Back
Top