RE: [users@httpd] One Apache for three diff. websites

2011-01-31 Thread Tushar Chavan
Hi Joost, 1> First point I tried but it did not work. Also you are correct , this is SAP system. 2>Use name based virtual hosts to separate the requests ? Can you please give me hint consideting three diff. website? How to use name based virtual hosts to separate the requests ? Best

Re: [users@httpd] One Apache for three diff. websites

2011-01-31 Thread Joost de Heer
On Tue, February 1, 2011 08:29, Tushar Chavan wrote: > > Hi Experts, > > We have three diff. web sites providing diff. content. > 1. www.krm.com > 2. https://epsrm.com/irj > 3. http://epess.com/irj > > We have one Apache server with one Public ip. Now from this Apache can we > direct requests to th

[users@httpd] One Apache for three diff. websites

2011-01-31 Thread Tushar Chavan
Hi Experts, We have three diff. web sites providing diff. content. 1. www.krm.com 2. https://epsrm.com/irj 3. http://epess.com/irj We have one Apache server with one Public ip. Now from this Apache can we direct requests to three diff websites. ProxyPass /irj https://e

RE: [users@httpd] Missing static contents on 1st page hit with Apache+mod_jk

2011-01-31 Thread Setya
Hi, >From the logs, on 1st page hit requests are appended with jsessionid & jsessionidversion, while the 2nd hit are not, maybe this is what causes the static contents are not rendered on 1st page hit ? Could somebody explain about this ? Regards, Setya john.3.newton wrote: > > So... What ar

[users@httpd] mod_fcgid with php CGI hangs on interrupted downloads

2011-01-31 Thread Liam O'Boyle
Hi there, I'm having an issue with downloads through PHP when using mod_fcgid; if the download is interrupted before it's complete, the php-cgi process seems to block until the execution timeout is reached, rather than aborting immediately. Further requests to the server by the same user that int

RE: [users@httpd] Missing static contents on 1st page hit with Apache+mod_jk

2011-01-31 Thread john.3.newton
So... What are you upset about? Is the server not working properly or not serving pages properly? Is it going straight to tomcat instead of serving a static page, or do you just want more detail in your apache logs? John Newton -Original Message- From: Setya [mailto:jse...@gmail.com]

Re: [users@httpd] Apache spawning "broken" sub-processes under load

2011-01-31 Thread Igor Galić
- "Dave Barton" wrote: > Should really have included this; > > # apache2 -v > Server version: Apache/2.2.14 (Unix) > Server built: Jan 29 2010 12:34:06 > > # apache2ctl modules > [Mon Jan 31 17:29:24 2011] [warn] module status_module is already > loaded, skipping > Loaded Modules: > cor

Re: [users@httpd] Apache spawning "broken" sub-processes under load

2011-01-31 Thread Igor Galić
- "Dave Barton" wrote: > Hi, > > We've recently had a pretty large increase in the usage of one of our > Wordpress-powered sites. I'm seeing some very odd behaviour and I'm at Which version of WP? Did you make -- recently -- any changes? Upgrade, install new plugins? Did you traffic sponta

Re: [users@httpd] Merging Via headers

2011-01-31 Thread Igor Galić
- "Raj Iyer" wrote: > Hi, > > > > I have a requirement to merge multiple response Via headers, if any. > Can this be achieved using the ‘Header merge Via’ option? Apparently, > it needs a value to merge with, since I get this error: “Header > requires three arguments”. This is weird. >

Re: [users@httpd] Apache spawning "broken" sub-processes under load

2011-01-31 Thread Dave Barton
Should really have included this; # apache2 -v Server version: Apache/2.2.14 (Unix) Server built: Jan 29 2010 12:34:06 # apache2ctl modules [Mon Jan 31 17:29:24 2011] [warn] module status_module is already loaded, skipping Loaded Modules: core_module (static) mpm_worker_module (static) http_

[users@httpd] Re: [mod_fcgid] Question about FcgidCmdOptions (InitialEnv) and session (cookie) problem with PHP

2011-01-31 Thread Carsten Wiedmann
Am 31.01.2011 16:50, schrieb Igor Galić: - "Carsten Wiedmann" wrote: OK, this seams to be a bug? If I enable | FcgidFixPathinfo 1 many scripts are broken. e.g. there is no logo in phpinfo(). Which version of mod_fcgid are you using? Did you check bugzilla? Ah, sorry: Windows 7 32bit

[users@httpd] Apache spawning "broken" sub-processes under load

2011-01-31 Thread Dave Barton
Hi, We've recently had a pretty large increase in the usage of one of our Wordpress-powered sites. I'm seeing some very odd behaviour and I'm at a loss as to how to investigate it further. Some of the apache processes are spawning children with broken CPU usage and time stats (as shown by ps auxf)

[users@httpd] Merging Via headers

2011-01-31 Thread Raj Iyer
Hi, I have a requirement to merge multiple response Via headers, if any. Can this be achieved using the 'Header merge Via' option? Apparently, it needs a value to merge with, since I get this error: "Header requires three arguments". Is there any way to achieve this through configuration? Rega

Re: [users@httpd] mod_ssl and virtual host

2011-01-31 Thread bf...@free-man.net
I really appreciate your working this through with me. the NameVirtualHost xx.xx.xx.32:443 NameVirtualHost xx.xx.xx.34:443 only since there are multiple virtualhosts for each if I remove these I only show one virturalhost with :443 for xx.xx.xx.34 and xx.xx.xx.32 using httpd -t -D DUMP_VHOSTS.

Re: [users@httpd] compression on hard disks

2011-01-31 Thread Jeff Shearer
Thanks for the references and your insights. I will give some of these ideas a try and see how it works out for me. == Jeff Shearer, CISA, CISSP -Original Message- From: "Tom Evans" [tevans...@googlemail.com] Date: 01/31/2011 04:33 AM To: users@httpd.apache.org Subje

Re: [users@httpd] Re: [mod_fcgid] Question about FcgidCmdOptions (InitialEnv) and session (cookie) problem with PHP

2011-01-31 Thread Igor Galić
- "Carsten Wiedmann" wrote: > Hello, > > > 2) > > I also have a problem with PHP apps like phpMyAdmin. e.g. Cookie > login > > is not working. After each request a new session file is created in > the > > OK, this seams to be a bug? If I enable Which version of mod_fcgid are you using? D

Re: [users@httpd] Apache2 replies with 301 moved permanently when non-default port 80 is used

2011-01-31 Thread Fabricio Gouvea
Thank you Eric, It was not my config, nor the htaccess. But your comment made me realized that would probably be an issue with wordPress (yes, I didn't think it was relevant! sorry). And it was! Wordpress was the one redirecting. I reinstallled it using the port number as the site URL and it now wo

Re: [users@httpd] Incompatibilities between mod_remoteip and the server-info & server-status handlers?

2011-01-31 Thread Tom Evans
On Mon, Jan 31, 2011 at 12:50 PM, J.Lance Wilkinson wrote: > I've got a set of identical webservers, all Apache 2.2.6, with > configurations > such that authorized IP addresses are allowed access to locations handled by > the server-info and server-status handlers. > > These work fine when visitin

[users@httpd] Apache Reference Manual - printed edition

2011-01-31 Thread Brian Gough
Hello For people who like printed documentation, I've published the latest Apache documentation as a book ("The Apache HTTP Server Reference Manual", ISBN 9781906966034. RRP $29.95). For each copy sold, I'm donating $1 to the Apache Software Foundation. Details at http://www.network-theory.co.uk

[users@httpd] Re: [mod_fcgid] Question about FcgidCmdOptions (InitialEnv) and session (cookie) problem with PHP

2011-01-31 Thread Carsten Wiedmann
Hello, 2) I also have a problem with PHP apps like phpMyAdmin. e.g. Cookie login is not working. After each request a new session file is created in the OK, this seams to be a bug? If I enable | FcgidFixPathinfo 1 many scripts are broken. e.g. there is no logo in phpinfo(). With this setting

Re: [users@httpd] mod_ssl and virtual host

2011-01-31 Thread Igor Galić
- bf...@free-man.net wrote: > httpd -t -D DUMP_VHOSTS > VirtualHost configuration: > xx.xx.xx.34:80is a NameVirtualHost > default server www.domain1.com > (/etc/httpd/conf/httpd.conf:1108) > port 80 namevhost www.domain1.com > (/etc/httpd/conf/httpd.conf:1108) >

[users@httpd] Incompatibilities between mod_remoteip and the server-info & server-status handlers?

2011-01-31 Thread J.Lance Wilkinson
I've got a set of identical webservers, all Apache 2.2.6, with configurations such that authorized IP addresses are allowed access to locations handled by the server-info and server-status handlers. These work fine when visiting the individual servers. Now I put a load balancer in front of them

Re: [users@httpd] compression on hard disks

2011-01-31 Thread Tom Evans
On Mon, Jan 31, 2011 at 12:06 PM, Rich Bowen wrote: > File compression and decompression happens within your operating system, and > Apache doesn't care. That is, it requests the file from the OS and the OS > hands it over. Apache has no concern or interest in how that file is stored > on, or r

Re: [users@httpd] compression on hard disks

2011-01-31 Thread Joost de Heer
On Mon, January 31, 2011 12:57, Jeff Shearer wrote: > I have been using compression to minimize network traffic and am now > wondering if Apache can be configure to use compressed files stored on > disk. This question also drives a second question: if Apache can use > compressed files stored on ha

Re: [users@httpd] compression on hard disks

2011-01-31 Thread Rich Bowen
On Jan 31, 2011, at 6:57 AM, Jeff Shearer wrote: > I have been using compression to minimize network traffic and am now > wondering if Apache can be configure to use compressed files stored on disk. > This question also drives a second question: if Apache can use compressed > files stored on

Re: [users@httpd] compression on hard disks

2011-01-31 Thread Eric Covener
On Mon, Jan 31, 2011 at 6:57 AM, Jeff Shearer wrote: > I have been using compression to minimize network traffic and am now > wondering if Apache can be configure to use compressed files stored on disk.   > This question also drives a second question: if Apache can use compressed > files stored

[users@httpd] compression on hard disks

2011-01-31 Thread Jeff Shearer
I have been using compression to minimize network traffic and am now wondering if Apache can be configure to use compressed files stored on disk. This question also drives a second question: if Apache can use compressed files stored on hard disks, can Apache simply pass the compression through

Re: [users@httpd] Missing static contents on 1st page hit with Apache+mod_jk

2011-01-31 Thread Setya
Hi, This is what I get from Apache's access_log file: 10.21.114.90 - - [31/Jan/2011:08:50:28 +0700] "GET / HTTP/1.1" 302 - 10.21.114.90 - - [31/Jan/2011:08:50:28 +0700] "GET /;jsessionid=9c3908b88220b3ede29a9a376456.NRSInstance1;jsessionidversion=/:0?x=gxlH4WOrHXyQ6FxyqaLHNyt8bQVL1SKKzmeFvqAf-I