[users@httpd] mod_proxy_html

2011-12-07 Thread Christian.Kaiser
Hello to all, we use mod_proxy_html. Now we have a problem with dealing xml-content. Some files in a location should not be parsed by mod_proxy_html, the shoult be delivered untouched to the client. Mod_proxy_html always adds following tags: Is it possible to disable mod_proxy_html

Re: [users@httpd] mod_proxy_html

2011-12-07 Thread Nick Kew
On 7 Dec 2011, at 13:14, wrote: > Hello to all, Please don't hijack someone else's thread.! > we use mod_proxy_html. > > Now we have a problem with dealing xml-content. Some files in a location > should not be parsed by mod_proxy_html, the shoult be delivered untouched to > the client.

[users@httpd] Session cookie

2011-12-07 Thread Mohammed Imran
Hi, I need to enable the session security cookie to httponly.I tried to update the context.xml WEB-INF/web.xml But it doesn't work. "CONFIDENTIALITY NOTICE: This message and any attachment are confidential and may also be privileged. If you are not the intended recipie

Re: [users@httpd] Session cookie

2011-12-07 Thread Tom Evans
On Wed, Dec 7, 2011 at 2:09 PM, Mohammed Imran wrote: > Hi, > > I need to enable the session security cookie to httponly.I tried to update > the context.xml > That sounds like tomcat, this is the httpd mailing list. http://tomcat.apache.org/lists.html Cheers Tom --

Re: [users@httpd] piped logs problem on sco 6.0.0

2011-12-07 Thread Rob Landrito
Thanks for your suggestions. httpd starts cleanly with nouser and nogroup fine as long as I'm not trying to pipe logs. If I only try to pipe access_log and not error_log, httpd starts but no access logs are created (I'm sending requests to the servers). The only difference I see in error_log are

[users@httpd] Re: mod_proxy_html

2011-12-07 Thread Andrew Schulman
> Hello to all, > > we use mod_proxy_html. > > Now we have a problem with dealing xml-content. Some files in a location > should not be parsed by mod_proxy_html, the shoult be delivered untouched to > the client. > Mod_proxy_html always adds following tags: > > > > > > > > Is it po

Re: [users@httpd] SSL cipher suite modification

2011-12-07 Thread Igor Galić
- Original Message - > Hello , > > Currently we are using the following ciphersuite in our httpd.conf > file. > > SSLCipherSuite > !ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL > > But our new client does not support the RC4+RSA cipher tag. They > support DES-CBC-SHA tag. >

Re: [users@httpd] piped logs problem on sco 6.0.0

2011-12-07 Thread Jeff Trawick
On Wed, Dec 7, 2011 at 9:15 AM, Rob Landrito wrote: > Thanks for your suggestions.  httpd starts cleanly with nouser and > nogroup fine as long as I'm not trying to pipe logs.  If I only try to > pipe access_log and not error_log, httpd starts but no access logs are > created (I'm sending requests

Re: [users@httpd] piped logs problem on sco 6.0.0

2011-12-07 Thread Rob Landrito
This httpd has been modified but we haven't touched core httpd or the logging at all. Almost all of our changes are isolated into a custom module and mod_proxy. I'll try and get it under a tracer/debugger and report back. Thanks again. 2011/12/7 Jeff Trawick : > On Wed, Dec 7, 2011 at 9:15 AM,

[users@httpd] Save as popup issue - possible lost or corrupt headers

2011-12-07 Thread Andrew Newsome
Hello all, We are having a problem where very occasionally rather than displaying a page a "save as " security window pops up. It seems a very similar problem to http://osdir.com/ml/httpd-apache/2009-02/msg00660.html and http://www1.il.squid-cache.org/mail-archive/squid-users/200712/0206.html w

Re: [users@httpd] mod_proxy ProxyPass max parameter and ThreadsPerChild

2011-12-07 Thread codefruit
Hi, Thank you for the information. I have one more question on this subject You say that each server process has its own mod_proxy proxy pools (all with the same config). So, if I configure my mod_proxy like so: ProxyPass /examples http://backend.example.com/examples max=10 And there happe

Re: [users@httpd] SSL cipher suite modification

2011-12-07 Thread aparna Puram
Hi Igor, Thanks a zillion. I understand from your mail that the following 2 cipher suites will work with the existing and the new clinet configurations. Kindly correct me if I m wrong. 1-->!ADH:!EXPORT56:DES-CBC-SHA:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL 2-->!ADH:!MD5:DES-CBC-SHA:RC4+RSA

Re: [users@httpd] SSL cipher suite modification

2011-12-07 Thread Igor Galić
- Original Message - > Hi Igor, > > Thanks a zillion. > > I understand from your mail that the following 2 cipher suites will > work with the existing and the new clinet configurations. > > Kindly correct me if I m wrong. > > 1-->!ADH:!EXPORT56:DES-CBC-SHA:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv

[users@httpd] IfModule *rewrite*

2011-12-07 Thread Helmut Schneider
Hi, I put the following lines into my apache.conf (outside, before a VHOST definition): RewriteEngine on RewriteLog /var/www/logs/rewrite.log RewriteLogLevel 2 (I also tried mod_rewrite and rewrite_module) Unfortunatly it seems it does not work. But if I define the sa

Re: [users@httpd] IfModule *rewrite*

2011-12-07 Thread Mark Montague
On December 7, 2011 16:26 , "Helmut Schneider" wrote: I put the following lines into my apache.conf (outside, before a VHOST definition): RewriteEngine on RewriteLog /var/www/logs/rewrite.log RewriteLogLevel 2 (I also tried mod_rewrite and rewrite_module) Unfortun

[users@httpd] SCGI and Order

2011-12-07 Thread Matthew Berry
Hello, I opted to send a message to this list as an alternative to filing a bug report as per the procedures on the apache website. I'll do my best to describe what I've seen in order to best aid those who are nice enough to offer help. What I am seeing is a situation where access to a directory h

Re: [users@httpd] SSL cipher suite modification

2011-12-07 Thread aparna Puram
Hello Igor, Thanks a lot for excellent suggestion... We will raise this concern to our client. However, There are many third party servers that are connecting to our webserver, This will take time I guess. Hence we will try configuring the following for time being and check if the new client wit