Apache 8080 port problem

Discussion in 'Server Operation' started by ayberk, Jul 15, 2016.

  1. ayberk

    ayberk New Member

    Hi,
    We are using Centos 6 64 Bit. I've installed the Varnish and set the ports. When i switch Apache port from 80 to 8080 it says "Apache is functioning normally" but the website is not opening. How can i fix this?

    httpd.conf
    ServerRoot "/etc/httpd"
    Code:
    ServerRoot "/etc/httpd"
    #
    # Listen: Allows you to bind Apache to specific IP addresses and/or
    # ports, instead of the default. See also the <VirtualHost>
    # directive.
    #
    # Change this to Listen on specific IP addresses as shown below to
    # prevent Apache from glomming onto all bound IP addresses.
    #
    #Listen 12.34.56.78:80
    Listen 8080
    Admin panel: Directadmin.
    OS: Centos 6.0 64 Bit

    Thanks.
     
    fatmike likes this.

Share This Page