[users@httpd] mod_proxy_fdpass.so file missing

2016-07-13 Thread kohmoto
During rpmbuild using httpd-2.4.23.tar.bz2, error message tells me mod_proxy_fdpass.so is missing. This httpd-2.4.23.tar.bz2 was downloaded from http://httpd.apache.org/download.cgi#apache24 at 12:00 JST on 7/14. Therefore, no httpd-2.4.20-1.x86_64.rpm is obtained. It would be helpful httpd-2.4

[users@httpd] Asynchronous callback from tomcat

2016-07-13 Thread Mohanavelu Subramanian
Hi All, Good morning. Our application is deployed on tomcat. We have apache load balancer and tomcat container running on separate virtual machines. We got a requirement to implement asynchronous callback for long running tasks from client. So, with this feature client would send soap request wi

Re: [users@httpd] SSLProtocol and TLSv1

2016-07-13 Thread Frank Gingras
That won't work. You must define it in the global scope. If you have several ssl vhosts and only set SSLProtocol in the vhost context, the value from the first vhost would take precedence. On Wed, Jul 13, 2016 at 4:53 PM, Phil Smith wrote: > No. SSLProtocol is configured properly for each Virtu

RE: [users@httpd] SSLProtocol and TLSv1

2016-07-13 Thread Houser, Rick
I noticed you are running an older version of Apache via RHEL, and guessed that you are likely in a corporate environment. You might also have a MITM attack going on. Lots of corporations mess with traffic via MITM proxies that intercept traffic, redirects, etc. If you don't find the solution

Re: [users@httpd] SSLProtocol and TLSv1

2016-07-13 Thread Phil Smith
No. SSLProtocol is configured properly for each VirtualHost section including the default. On Wed, Jul 13, 2016 at 4:48 PM, Eric Covener wrote: > On Wed, Jul 13, 2016 at 4:46 PM, Phil Smith wrote: > > Either setting seems to work in disabling TLSv1 if the apache server is > > requested via priv

Re: [users@httpd] SSLProtocol and TLSv1

2016-07-13 Thread Eric Covener
On Wed, Jul 13, 2016 at 4:46 PM, Phil Smith wrote: > Either setting seems to work in disabling TLSv1 if the apache server is > requested via private IP address. > > However, neither seem to work in disabling TLSv1 if the apache server is > requested via public IP address. Maybe you have SSL enab

[users@httpd] SSLProtocol and TLSv1

2016-07-13 Thread Phil Smith
I'm running Apache distributed via CentOS6: Server: Apache/2.2.15 (CentOS) I'm attempting to disable TLSv1.0 in ssl.conf using either of: SSLProtocol all -SSLv2 -SSLv3 -TLSv1 or SSLProtocol +TLSv1.1 +TLSv1.2 Either setting seems to work in disabling TLSv1 if the apache server is requested via pr

RE: [users@httpd] Apache Host not found

2016-07-13 Thread Theo Sweeny
Thank you Daniel. At the moment it is set to – STATUSURL="http://localhost:80/server-status"; Should it be configured like so when there are multiple sites? STATUSURL="http://www.site1.com:80/server-status; http://www.site2.com:80/server-status; http://www.site3.com:80/server-status " From: D

Re: [users@httpd] Apache Host not found

2016-07-13 Thread Daniel
by default fullstatus is set to call "localhost" with program lynx, defined in apachectl script, read, modify to your needs. 2016-07-13 9:14 GMT+02:00 Theo Sweeny : > Hello – I’m running CentOS v6.7 with an Apache v2.2.15 server. > > > > When the command “fullstatus” is executed it returns “Host

[users@httpd] Apache Host not found

2016-07-13 Thread Theo Sweeny
Hello - I'm running CentOS v6.7 with an Apache v2.2.15 server. When the command "fullstatus" is executed it returns "Host not found". The vhosts.conf file has 3 sites. Each of the 3 "ServerName" entries is listed in the /etc/hosts file. Any ideas? Theo