Apache 2.2.15-26 / mod_proxy / Forward proxy for SSL

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

 




I am looking to figure out what I am doing wrong in my Apache configuration so I can get Apache to basically become a forward proxy so I can forward SSL requests out. I don't need any caching, only need it to be a proxy to forward non-SSL & SSL connections. 

My configuration looks like this in my /etc/httpd/httpd.conf

ProxyRequests On

<Proxy *>
    Order deny,allow
    Deny from all
    Allow from all
</Proxy>

ProxyVia On

It seems to proxy non-SSL connections from what I can see but doesn't work at all with SSL connections. 

Any help would greatly be appreciated.

Devin Acosta


[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