Re: Reverse proxy

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

 



On Tue, Mar 6, 2012 at 4:49 PM, Chris Arnold <carnold@xxxxxxxxxxxxxxxxxxx> wrote:
=>>It looks like the server is not listening on port 443. I can get to https://192.168.123.4/ifolder and login with no problems so i know it is listening on 443.
>>192.168.123.3 is not listening on port 443.
Snippet from listen.conf:
<IfDefine SSL>
   <IfDefine !NOSSL>
       <IfModule mod_ssl.c>

           Listen 443

       </IfModule>
   </IfDefine>
</IfDefine>

In /etc/sysconfig/apache2 find the 'Define' line and make sure SSL is in it and NOSSL is not in it (should be below the modules list).
(Or you can either comment out the IfDefine directives, but I don't recommend that because it might not stay if you ever upgrade.)

[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