Re: [users@httpd] Apache 2.4.3: Reverse Proxy: Why jsessionid is embedded into URL path of first POST after brower's cookie is cleared

2013-01-24 Thread Igor Cicimov
On 25/01/2013 6:30 PM, "Chris Geer" wrote: > > On Tue, Jan 22, 2013 at 10:51 PM, Kheng-Ee Sim wrote: >> >> yes apache proxying to Tomcat 6 (backend server). >> those xx.jsp scripts are all in tomcat 6. >> >> apache and tomcat are on different systems. >> >> followed the ideas on documentation >>

Re: [users@httpd] Apache 2.4.3: Reverse Proxy: Why jsessionid is embedded into URL path of first POST after brower's cookie is cleared

2013-01-24 Thread Chris Geer
On Tue, Jan 22, 2013 at 10:51 PM, Kheng-Ee Sim wrote: > yes apache proxying to Tomcat 6 (backend server). > those xx.jsp scripts are all in tomcat 6. > > apache and tomcat are on different systems. > > followed the ideas on documentation > use proxypass and > reverseproxypass > and filter by locat

[users@httpd] Apache 2.4.3 : Rotatelog

2013-01-24 Thread Kheng_Ee
Is it possible to issue rotatelog from crontab ? Will there be any performance impact on apache if using   piped logs ie CustomLog"|/usr/local/apache/bin/rotatelogs /var/log/access_log 86400"common Thanks

[users@httpd] which one module run before the php module?

2013-01-24 Thread ericwu
Hi everyone, I want write one module and make sure it run before the php module, but I don't know how to start. I try write the input filter, but it's failed Somebody can tell me that which one module run before the php module? I want study the source reference this module. Thank

[users@httpd] Apache 2.4.3/mod_jk vs mod_proxy.

2013-01-24 Thread Kheng_Ee
This is the part of  httpd.conf for non-SSL request. DocumentRoot "/export/home/htdocs" ServerName  www.x.com ServerAdmin s...@s.com     Redirect /index.html http://x.com/E/e.jsp Using mod_proxy, the line location and redirect allow BOTH  http://.x.com or http://x.com/index.html to g

Re: [users@httpd] What's the meaning of the FilterProtocol Directive change=1:1

2013-01-24 Thread 金 戈
Thank's for your reply, Nick Kew. That's solve my problem! 在 2013-1-24,下午8:07,Nick Kew 写道: > > On 24 Jan 2013, at 09:43, 金 戈 wrote: > >> Hi, everyone!Sorry, I'm newbie in apache. > >> FilterProtocol Directive >> This directs mod_filter to deal with ensuring the filter doesn't run when it >>

[users@httpd] Htaccess on in certain directories, but off in sub directories query

2013-01-24 Thread Brent Clark
Good day I currently have .htaccess on by default in my apache config. As a result, if you do a strace, you see the following example. stat64("/var/www/vb/css/dhtml_menu.css", {st_mode=S_IFREG|0644, st_size=10025, ...}) = 0 open("/var/www/.htaccess", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = -1 ENOENT

Re: [users@httpd] Configure errors whild building apache

2013-01-24 Thread Jeff Trawick
On Thu, Jan 24, 2013 at 2:45 AM, sachin goyal wrote: > The Follwing packages are installed on my AIX 6.1 box > gcc-4.7.2-1 > gcc-c++-4.7.2-1 > gcc-cpp-4.7.2-1 > gcc-gfortran-4.7.2-1 > libgcc-4.7.2-1 > libgomp-4.7.2-1 > libstdc++-4.7.2-1 > libstdc++-devel-4.7.2-1 > gmp-5.0.5-1 > libmpc-1.0.1-2 > l

Re: [users@httpd] What's the meaning of the FilterProtocol Directive change=1:1

2013-01-24 Thread Nick Kew
On 24 Jan 2013, at 09:43, 金 戈 wrote: > Hi, everyone!Sorry, I'm newbie in apache. > FilterProtocol Directive > This directs mod_filter to deal with ensuring the filter doesn't run when it > shouldn't, and that the HTTP response headers are correctly set taking > into account the effects of

[users@httpd] What's the meaning of the FilterProtocol Directive change=1:1

2013-01-24 Thread 金 戈
Hi, everyone!Sorry, I'm newbie in apache. After a few days of search. We use apache2.4 for our project.For some improve of our forward proxy compatibility. As we need hide some content from our client.So we use forward proxy and filter module. First we use nginx as the proxy. And some key config