RE: [users@httpd] CAC Card Authentication

2014-05-29 Thread Jason Pyeron
> -Original Message- > From: McGregor, Donald (Don) (CIV) > Sent: Friday, May 30, 2014 0:01 > > I'm attempting to get CAC card authentication working with > Apache httpd-2.2.3-85 on Centos 5. CAC cards are the DoD Here is what I tell my employees and contractors to do first. Get is wo

[users@httpd] CAC Card Authentication

2014-05-29 Thread McGregor, Donald (Don) (CIV)
I'm attempting to get CAC card authentication working with Apache httpd-2.2.3-85 on Centos 5. CAC cards are the DoD variant of smart cards. The SSL connection is failing (Chrome error: ERR_SSL_PROTOCOL_ERROR) and I'm having problems diagnosing exactly where the problem is. The objective is to c

[users@httpd] suexec and cgi-bin directory for virtual hosts questions

2014-05-29 Thread Rose, John B
Using the typical /home/*/public_html/cgi-bin for mod_userdir accounts suexec seems to work fine. But when we attempt to set up virtual hosts with their own /home/*/public_html/cgi-bin directories suexec does not seem to be working. Any tips on making suexec work with virtual hosts on a single

Re: [users@httpd] mod_proxy + mod_ext_filter

2014-05-29 Thread Tristan Zwingelstein
Hi Nick, thanks for your quick answer. Why is it normal that is it not possible ? mod_proxy is outdated ? I made a lot of search and I did not find any tool able to do what I am expecting However there are a lot of reverse proxy able to rewrite html (as GooglePageSpeed Service for example)

Re: [users@httpd] Monitoring timestamp rotation files (UNCLASSIFIED)

2014-05-29 Thread eric tse
Hi Nick, Thanks for your help. I think for normal cases .. If the most recent logs don't have timestamp (they only have timestamp after it got rotated). logfile logifile.2014.05.28 logifile.2014.05.27 Then I can just tell the monitoring tool to monitor logfile ..(without the timestamp) Now the

Re: [users@httpd] Impact of omitting ListenBacklog

2014-05-29 Thread Eric Covener
On Thu, May 29, 2014 at 11:35 AM, Rose, John B wrote: > What happens to pending connections if your "maxclients" value has been > reached and you do NOT have a "ListenBacklog" entry in your httpd.conf? > > This is httpd 2.0 Default:ListenBacklog 511 --

[users@httpd] Impact of omitting ListenBacklog

2014-05-29 Thread Rose, John B
What happens to pending connections if your "maxclients" value has been reached and you do NOT have a "ListenBacklog" entry in your httpd.conf? This is httpd 2.0 Thanks

[users@httpd] Preserve protocol in httpd proxy

2014-05-29 Thread Juan Ignacio Barisich
I need to configure in Apache 2.4.9 (with mod_proxy and mod_proxy_wstunnel activated) a proxy with this mapping: - http://my.proxy/* --> http://my.backend:8080/* - ws://my.proxy/*--> ws://my.backend:8080/* E.g.: - ws://my.proxy/cometd-demo-2.8.0/cometd --> ws://my.backend:8080/cometd-demo

Re: [users@httpd] mod_proxy + mod_ext_filter

2014-05-29 Thread Nick Kew
On Thu, 2014-05-29 at 08:12 +0200, Tristan Zwingelstein wrote: > I'm trying to use filters to replace html body of a page through a > reverse proxy. That's normal. But you seem to be trying to do it with stone-age tools. mod_proxy_html (written for exactly this task) has been around for ten year

Re: [users@httpd] Multilingual ErrorDocuments vs. content-type negotiation

2014-05-29 Thread Nick Kew
On Wed, 2014-05-28 at 16:15 -0700, Wim Lewis wrote: > I'm having an annoying problem as a result of enabling multilingual error > documents. The situation is this: > > - I'm using the multilingual error docs that come with apache 2.4.x. > - I have clients other than web browsers --- API consu