Re: [users@httpd]

2011-02-17 Thread Stormy
At 10:53 PM 2/17/2011 +, you wrote: It seems like a keyboard problem to me Seems more like the list got spammed to me ;-{ Paul On 17 Feb 2011, at 10:24 PM, Can Le wrote: > > > > - > The official User-To-User support

Re: [users@httpd]

2011-02-17 Thread Peter Maguire
It seems like a keyboard problem to me On 17 Feb 2011, at 10:24 PM, Can Le wrote: > > > > - > The official User-To-User support forum of the Apache HTTP Server Project. > See http://httpd.apache.org/userslist.html> for more

[users@httpd]

2011-02-17 Thread Can Le
- The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org " from the digest: use

[users@httpd] relay or forward or route or redirect HTTP requests

2011-02-17 Thread Jan-willem speckmann
Hi there. Is it possible and if yes with what technique/program to achieve the following: Situation: I have a network with a public accessible webserver on 'WAN-a' Here runs an Apache server (CentOS Linux). This server has a second interface 'LAN-b' Further down on 'LAN-b' is a Cisco P

[users@httpd] no log of reverse proxy

2011-02-17 Thread James Godrej
I am having a Ubuntu server apache2.conf has LogFormat "%v:%p %{X-Forwarded-For}i %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined # Define an access log for VirtualHosts that don't define their own logfile CustomLog /var/log/apache2/other_vhosts_access.log vhost_combine

Re: [users@httpd] Reverse Proxy - retry parameter in Apache/2.2.3.

2011-02-17 Thread Igor Galić
Hi Tsaby, if somehow possible, you should consider upgrading from 2.2.3 mod_proxy has been completely overhauled since after 2.2.9. The current version is 2.2.17. You're 4 years and 14 versions behind. i -- Igor Galić Tel: +43 (0) 664 886 22 883 Mail: i.ga...@brainsware.org URL: http://brainsw

Re: [users@httpd] mod_cache and caching .php with query strings

2011-02-17 Thread Igor Galić
> Unfortunately it's not enough for unpatched Drupal because Apache's > mod_cache violates http://tools.ietf.org/html/rfc2616#section-14.9.3 > by > looking Expires header before max-age directive and Drupal always > sets > Expires:...1978 mentioning this rule. IIRC, that's fixed in 2.3.. yup: htt

Re: [users@httpd] ResinConfigServer and CauchoHost

2011-02-17 Thread Tom Evans
On Thu, Feb 17, 2011 at 4:54 PM, Vivek Thite-Patil wrote: > Hi , > > i have installed Apache2.2.8 on  Solaris 10 . In  httpd.conf i had set - >              ResinConfigServer 203.165.30.40 28064 > > but i was not able to access the UI deployed in resin. Response was 503. > > but when i replaced Re

[users@httpd] ResinConfigServer and CauchoHost

2011-02-17 Thread Vivek Thite-Patil
Hi , i have installed Apache2.2.8 on Solaris 10 . In httpd.conf i had set - ResinConfigServer 203.165.30.40 28064 but i was not able to access the UI deployed in resin. Response was 503. but when i replaced ResinConfigServer by CauchoHost , it worked fine. i came to know ResinC

RE: [users@httpd] long process

2011-02-17 Thread Gary Smith
> Il giorno 17/feb/2011, alle ore 14:14, Igor Galić ha scritto: > > Ah. 143 -- I thought I had seen 443 before.. whoops. > > So, forget that part about internal dummy connection. > > > > Anyway: What happens when you kill off that process? > > If I kill that process nothing happens. The process

Re: [users@httpd] long process

2011-02-17 Thread Marco Aimar
Il giorno 17/feb/2011, alle ore 14:14, Igor Galić ha scritto: > Ah. 143 -- I thought I had seen 443 before.. whoops. > So, forget that part about internal dummy connection. > > Anyway: What happens when you kill off that process? If I kill that process nothing happens. The process end and apache

[users@httpd] Https to Http

2011-02-17 Thread Tushar Chavan
Hi Experts, We have below configuration. ProxyPreserveHost On ProxyPass /irjhttp://portal_host:5/irj ProxyPassReverse /irj http://portal_host:5/irj Now when execute https://Apache_Host/irjit got blank page with ht

Re: [users@httpd] long process

2011-02-17 Thread Igor Galić
> This server it's used like web server for php pages and webmail which > open imap locally. > I think which problem could be a webmail+imap beacause netstat report > port 143 but I'm not sure. > > > > >> which netstat I see which this process it's in CLOSE_WAIT > >> tcp0 0 ::1:51504

Re: [users@httpd] long process

2011-02-17 Thread Marco Aimar
> Original Message - >> Hy, >> I've this long process. >> >> USER PID %CPU %MEMVSZ RSS TTY STAT START TIME >> COMMAND >> wwwrun 29503 99.3 0.6 311160 27808 ?RFeb15 1151:58 >> /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -DSSL > > What does long pr

Re: [users@httpd] mod_cache and caching .php with query strings

2011-02-17 Thread Ognyan Kulev
На 17.2.2011 г. 11:11 ч., Igor Galić написа: I'm using Debian's apache 2.2.26 with mod_fcgid for PHP. My CMS Given that the latest available version is 2.2.17, that would surprise me. 2.2.16, yeah :-) Is it possible that you do *not* use mod_rewrite? And instead use: FallbackResource? http

Re: [users@httpd] RE: Rewrite conflicts with partial downloads

2011-02-17 Thread Igor Galić
> Corrected solution .htaccess file, currently implemented in > /cmta_test/ > directory. Sorry to only chime in now - but I don't have enough of a clue about mod_rewrite, so I don't feel comfortable answering more complex questions. The one thing I do know is that we do not recommend putting Rew

Re: [users@httpd] long process

2011-02-17 Thread Igor Galić
- Original Message - > Hy, > I've this long process. > > USER PID %CPU %MEMVSZ RSS TTY STAT START TIME > COMMAND > wwwrun 29503 99.3 0.6 311160 27808 ?RFeb15 1151:58 > /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -DSSL What does long process mean?

Re: [users@httpd] mod_cache and caching .php with query strings

2011-02-17 Thread Igor Galić
- Original Message - > Hi > > I'm using Debian's apache 2.2.26 with mod_fcgid for PHP. My CMS Given that the latest available version is 2.2.17, that would surprise me. > Drupal > rewrites all URLs so that they execute main index.php, e.g. > http://localhost/node/1 -> http://localhost/i

[users@httpd] FW: TimeOut expired | Multiple Balancers using multiple workers | Apache 2.2.17

2011-02-17 Thread King Holger (CI/AFP2)
We identified the root-cause: - due to the same "BalancerMembers" (incl. route-names) for "fs4_javaclient_over_http" and "fs4_webclient_over_http", requests that are routed to "fs4_webclient_over_http" do take the timeout of 90 seconds of "fs4_javaclient_over_http". So, it seems to be the on