Re: [users@httpd] Re: Compiling Apache httpd 2.4 with FIPS capable OpenSSL on Solaris

2013-01-11 Thread Akash Jain
Thanks Jerry for the solution. On Fri, Jan 11, 2013 at 2:35 AM, Jerry Blasdel wrote: > My issue has been resolved. In my case I was statically linking the > OpenSSL so I needed to do the following before calling httpd configure: > > export CC=fipsld > export FIPSLD_CC=gcc > > > > This is a PRIV

[users@httpd] Client Side negotiation

2013-01-11 Thread Akash Jain
Hi All, I have -MultiViews set and SSLInsecureNegotation off ( in ifmodule of mod_ssl.c) in Apache. But still vulnerability report says I am vulnerable to client side negotiation. Any pointers ? The same configuration works on our TEST environments. THe only difference is the build release vers

[users@httpd] Unable to run aplications on an apache server from other adresse than 192.168.6.xxx

2013-01-11 Thread schneider . jm
Hello I have an Apache server running several applications. From my subnet I have no issue to connect these applications (address is 192.168.6.xxx). But from other place of our intranet (address 192.168., like 192.168.1) we are unable to connect to these applications. And that occur from only

Re: [users@httpd] VirtualHost configuration not working as expected with ePages solution

2013-01-11 Thread Tom Evans
On Fri, Jan 11, 2013 at 1:57 PM, Tom Frost wrote: > Hi > > Thank you all for your replies, very helpful and much appreciated. > > I understand your thoughts on the IfDefine Proxy, as you can guess this is > something which Epages put in itself, not anything that I put in or use. > > When I remove

Re: [users@httpd] VirtualHost configuration not working as expected with ePages solution

2013-01-11 Thread Tom Frost
Hi Thank you all for your replies, very helpful and much appreciated. I understand your thoughts on the IfDefine Proxy, as you can guess this is something which Epages put in itself, not anything that I put in or use. When I remove those tags, the DUMP_VHOSTS output is as expected: VirtualHost

Re: [users@httpd] forward proxy with SSL Termination

2013-01-11 Thread Chris Datfung
On Fri, Jan 11, 2013 at 11:59 AM, Pete Houston wrote: > On Fri, Jan 11, 2013 at 11:37:44AM +0200, Chris Datfung wrote: > > How can I configure Apache to forward proxy requests while terminating > SSL > > connections for inspection and then reencrypt the traffic? > > That won't be trivial, which i

Re: [users@httpd] forward proxy with SSL Termination

2013-01-11 Thread Pete Houston
On Fri, Jan 11, 2013 at 11:37:44AM +0200, Chris Datfung wrote: > How can I configure Apache to forward proxy requests while terminating SSL > connections for inspection and then reencrypt the traffic? That won't be trivial, which is a good thing otherwise https would be pretty pointless from a pri