Re: [users@httpd] Router change issue

2013-07-26 Thread James Coyle
This is all correct. I think I have determined that this router blocks WAN requests from devices on the LAN, something the Airport Express does not do. Everything seems to work now that I have Comcast's router in bridge mode. Thanks for your trying to help me! On Jul 25, 2013, at 4:26 AM, Mau

[users@httpd] apache 2.2.25: error in ProxyPass URL parsing with interpolation

2013-07-26 Thread Jason Guild
Hi there: I have a virtual host which acts as a reverse proxy to an application running on a different server. The reverse proxy must preserve the protocol used by the incoming request (HTTP or HTTPS) when making the proxied request. This was accomplished easily in httpd 2.2.21 with the followin

Re: [users@httpd] Logging Base64 decoded info in access_log

2013-07-26 Thread Jignesh Badani
Thanks Pete, yes, post processing the log file nightly is the option I was considering. I am doing it currently on a per request basis. But I was hoping to avoid it if I could do it in real time by calling on B64 decode on the cookie. Piped logs is an option I did not consider even though I am cu

Re: [users@httpd] Logs analyse

2013-07-26 Thread Christopher Schultz
Vitthal, On Jul 26, 2013, at 7:18, wrote: > Can anyone tell me the name of apache logs analyzer tool which is free and > easily available. You could use Webalizer or its more currently-maintained fork, awffull. -chris

[users@httpd] ProxPass, headers and body

2013-07-26 Thread Chris Grigor
Hi I'm new to the list and have a question on ProxyPass and message bodies, please excuse me if I have posted to much. My setup is as follows Apache httpd-2.2.15-15.el6_2.1.x86_64 Linux version 2.6.32-276.el6.x86_64 Red Hat Enterprise Linux Server release 6.3 (Santiago) apache-activemq-5.7.0 F

Re: [users@httpd] Logs analyse

2013-07-26 Thread Vincenzo D'Amore
Hi, I like AWStats. http://awstats.sourceforge.net/ Cheers, Vincenzo 2013/7/26 > Hi, > > ** ** > > Can anyone tell me the name of apache logs analyzer tool which is free and > easily available. > > ** ** > > Regards, > > vitthal > > >

[users@httpd] Logs analyse

2013-07-26 Thread vitthal.tcs
Hi, Can anyone tell me the name of apache logs analyzer tool which is free and easily available. Regards, vitthal "This e-Mail may conta

RE: [users@httpd] SSL config - HTTPS not working

2013-07-26 Thread vitthal.tcs
Have you enabled ssl module properly. Recheck module line where mod_ssl.so is there after apache restart. Regards, From: Yuvapriya s [mailto:dear2...@gmail.com] Sent: Friday, July 26, 2013 2:45 PM To: users@httpd.apache.org Subject: [users@httpd] SSL config - HTTPS not working Hi W

Re: [users@httpd] SSL config - HTTPS not working

2013-07-26 Thread Michael D. Wood
Do you have a virtual host configured for the site SSL/443? On 07/26/2013 05:15 AM, Yuvapriya s wrote: > Hi > > We had done split deployment of apache and tomcat and we are trying to configure ssl on apache. > Modified the httpd_ssl.conf file and uncommented the lines to include mod_ssl.so

[users@httpd] apache service interruption

2013-07-26 Thread Grant
My server has 4GB RAM and uses nginx as a reverse proxy to apache. A little while ago my website became inaccessible for about 30 minutes. I checked my munin graphs and it looks like apache processes spiked to about 29 during this time which is many times greater than usual. I have MaxClients at

[users@httpd] SSL config - HTTPS not working

2013-07-26 Thread Yuvapriya s
Hi We had done split deployment of apache and tomcat and we are trying to configure ssl on apache. Modified the httpd_ssl.conf file and uncommented the lines to include mod_ssl.so and the conf file in httpd.conf and restarted apache. Now we are getting below errors while loading the url https:/BO

Re: [users@httpd] Logging Base64 decoded info in access_log

2013-07-26 Thread Pete Houston
Hi Jigs, Maybe I'm missing something, but why not just post-process the logs? Alternatively if you need this done in real-time for some reason you can use piped logs and process them in-line that way. Good luck with the management, Pete -- Openstrike - improving business through open source ht