Re: About Using ProxyPass Directive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



By default, the httpd.conf has the directive Listen 80.  If you don't want Apache to listen on 80 you will need to remove/change it.  You are allowed to have as many listen directives as you want Apache to bind.  ServerName does not usually include a port, and does not specify what IP or port Apache binds to.

On Tue, Jan 15, 2019, 06:28 Osman Zakir <osmanzakir90@xxxxxxxxxxx wrote:
@Eric Covener I got the port forwarding to work and am now able to get my app using my external IP address on port 8443 (but it's not using SSL right now).  I still need to actually get Apache to start before I put my app behind the reverse proxy, and port 80 is being used by the system.  I tried to change the "ServerName" value to 0.0.0.0:8080, but it's still trying to connect on 0.0.0.0:80 which is giving an about it not being able to bind to any listening ports.  I'll see if I can find another setting in the httpd.conf file to use in the meantime, but for now I'll also ask this: what do you suggest I do?

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux