RE: [users@httpd] Re: Proxying From Directory To App On Port

2015-08-28 Thread Robert Webb
Steven, URI prefix is what I was trying to explain but didn't do a good job of it.  Rob  Sent from my Verizon Wireless 4G LTE smartphone Original message From: Steven Shi Date: 8/28/2015 12:47 AM (GMT-05:00) To: users@httpd.apache.org Subject: Re: [users@httpd] Re: Proxyin

Re: [users@httpd] Re: Proxying From Directory To App On Port

2015-08-25 Thread Robert Webb
Some clarification needed here. Is the app and the jetty backend on the same server? If so, are you using the reverse proxy option because jetty typically would listen on port 80 and is on a different server from the app but you have a need for app and jetty on the same server so the jetty nee

Re: [users@httpd] Apache 2.4, NFS-mounted content, strict permissions & htaccess

2015-08-20 Thread Robert Webb
The thought that I had was that across the NFS with atime on, it was requiring the execute in order to update. On Thu, 20 Aug 2015 15:51:18 +0200 Sander Smeenk wrote: Quoting Robert Webb (rw...@ropeguru.com): What options do you have set for the NFS mounts? The server is a NetApp FAS

Re: [users@httpd] Apache 2.4, NFS-mounted content, strict permissions & htaccess

2015-08-20 Thread Robert Webb
Sander, What options do you have set for the NFS mounts? Could it have something to do with a atime/noatime setup? I have not done NFS in a while so I am just throwing this out there. Robert On Thu, 20 Aug 2015 13:21:56 +0200 Sander Smeenk wrote: Quoting Kurtis Rader (kra...@skepticism.us

Re: [users@httpd] HOW TO APPLY TOMCAT UPGRADE

2015-06-10 Thread Robert Webb
1. Download lastest version that matches your Visual Studio Version from apachelounge.com 2. Stop your current apache service and exit the apache monitor if it is running in the systray 3. Rename your Apache2.2 directory to Apache2.2old 4. Unzip the new version to the same location as the origin

Re: [users@httpd] Help - 2.2 to 2.4 migration onto new server failing

2015-05-18 Thread Robert Webb
I just read somewhere about 2012 having something called "Microsoft Deployment Service" running on port 80. Apparently was not showing up anywhere but one person got rid of it by: sc stop "MsDepSvc" sc config "MsDepSvc" start= disabled Might give it a try. On Mon, 18 May 2015 16:08:58 +

Re: [users@httpd] DNS lookup failure for: hostname

2015-04-22 Thread Robert Webb
That is exactly what I was thinking. But on to your real problem What do the apache server's resources look like when this starts happening? Things like number of connections, tcp port utilization, cpu, I/O, etc... Makes me wonder if there isn't something being taxed and causing the serv

Re: [users@httpd] DNS lookup failure for: hostname

2015-04-22 Thread Robert Webb
So are you running through the F5, load balancing to the two Apache proxies, then load balancing with the apache proxies to your 10 back end JBOSS servers? On Wed, 22 Apr 2015 16:21:29 -0400 Yasser wrote: I am in the midst of performance testing a web application and I get these errors in

Re: [users@httpd] Is httpd impacted by openssl asn1 CVE?

2015-03-21 Thread Robert Webb
All depends on what version of open ssl you are using. Not the version of apache. Sent by MailWise – See your emails as clean, short chats. Original Message From: Fred K Sent: Saturday, March 21, 2015 04:22 PM To: users@httpd.apache.org Subject: [users@httpd] Is httpd impacte

Re: [users@httpd] apache 2.4 allow by IP

2015-03-19 Thread Robert Webb
I don't agree with your analysis. healthcheck.php is an href inside an html page that does nothing until clicked on by the client. This is all assuming that the access denied he is getting is from http://$(hostname>>-i)/server-status and "server-status" is the html page of the code he poste

Re: [users@httpd] How to enable TLSV1.1 or above on Apache

2015-03-19 Thread Robert Webb
What version of OpenSSL are you running. I don't believe OpenSSL 0.9.8 supports TLS 1.1 or 1.2. Robert On Thu, 19 Mar 2015 12:02:01 +0530 Sailaja Gadireddy wrote: Hello Team, Currently my Apache server supports SSLV2, V3, TLSV1. The client requirement is to enalbe TLSV1.1 or above on t

[users@httpd] Base rewrite condition on external web page

2015-03-12 Thread Robert Webb
I am setting up a maintenance web page but I need to control two proxies from one location. I am looking for a way to have my proxy server poll a web page on a different web server and allow a rewrite based on the the http status code. Example, on one of the two servers, I use a variable set t