[users@httpd] *** glibc detected *** /usr/sbin/apache2: corrupted double-linked list

2015-08-26 Thread Kiruthiga Balakrishnan
Hi, I am running Apache2 on a ubuntu machine. Mines is a PHP web. Recently I have started experiencing latency issues in my website and eventually the site crashes down during latency peaks. I found these in the error log but not sure about how to proceed further to resolve this. *** glibc detect

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

2015-08-26 Thread Kurtis Rader
On Tue, Aug 25, 2015 at 10:25 PM, Steven Shi wrote: > The "app" consists of a maven built java back-end which utilizes the maven > build of apache spark ("http://sparkjava.com/";). To my understanding, > the spark API initiates a Jetty server which listens on a specified port > for GET / POST re

Re: [users@httpd] svn export - how come it bypasses authentication??

2015-08-26 Thread lejeczek
yes, thank you. On 22/08/15 19:22, David Newman wrote: This is probably a question for the subversion list, but I would bet your credentials have been cached in ~/.subversion/auth -Dave On Fri, Aug 21, 2015 at 12:38 PM, lejeczek mailto:pelj...@yahoo.co.uk>> wrote: hi everybody a

[users@httpd] mod_jk to mod_proxy and mod_proxy_balancer conversion

2015-08-26 Thread aparna Puram
I have a requirement to get the following lines from uriworkermappling.xml which used mod_jk to be converted to mod_proxybalancer. /path1/*=Server1 /path2/*=Server2 /path3/*=Server3 /path4/*=Server3 /path5/*=Server4 !/*.png=* !/*.gif=* !/*.jpg=* !/*.jpeg=* !/*.htm=* !/*.html=* I have the abo

Re: Re[2]: [users@httpd] SSL - How client certificates are verified?

2015-08-26 Thread Anne Blankert
The problem is not in the client certificate but in the issuer certicates aka known as the certificate chain. I was able to solve the problem by adding the following line in my Apache server configuration: SSLCACertificateFile /etc/ssl/certs/clientcertificatechain.pem where file 'clientcertificat

Re[2]: [users@httpd] SSL - How client certificates are verified?

2015-08-26 Thread Sterpu Victor
The certificates are already on the server. -- Original Message -- From: "Marat Khalili" To: users@httpd.apache.org Sent: 8/26/2015 11:34:24 AM Subject: Re: [users@httpd] SSL - How client certificates are verified? I'm only guessing, but maybe manually adding all necessary intermediate

Re: [users@httpd] SSL - How client certificates are verified?

2015-08-26 Thread Marat Khalili
I'm only guessing, but maybe manually adding all necessary intermediate certificates to your server will help? -- With Best Regards, Marat Khalili On 26/08/15 09:31, Sterpu Victor wrote: I installed apache 2.4.16 and I have activated SSLOCSPEnable on a virtual domain but the page is not load