Re: [us...@httpd] are you using mod_rewrite?

2010-09-06 Thread frankysanders
I have done some research on this subject and found the following. The error only occurs for me when making HTTPS request. If I make an HTTP request I never experience this issue. Additionally I've found that setting a content-type header alleviates the problem. Specifically setting the charse

Re: [us...@httpd] Unable to load perl file

2010-09-06 Thread aparna aryan
Hi Doug, We don't see PERL5LIB set in old installation. Is there any other way to check what paths are included in @INC in old server? On Mon, Sep 6, 2010 at 8:40 PM, Doug McNutt wrote: > At 17:53 +0530 9/6/10, aparna aryan wrote: > Hello Krist, > > We are relocating the old server to new serve

[us...@httpd] How much backend connections with mod_proxy and multiple VirtualHost

2010-09-06 Thread Christian Wittwer
Hi, We're currently using a setup with a tomcat application server and an apache in front. The configuration looked like this. Apache/2.2.3 with prefork model and 7 virtualhosts. Each virtualhost had the following proxypass to the tomcat ajp connector. ProxyPass / ajp://localhost:8009/ Now we cha

[us...@httpd] mod_proxy and POST requests

2010-09-06 Thread Devraj Mukherjee
Hi all, I am using Apache as a reverse proxy to proxy Lotus iNotes 8.5.1. iNotes is moving to an Ajax based interface which uses JSON strings to fetch data from the server. A particular requests happens to be a POST request and the proxy fails to proxy the request. Reading the documentation sugg

[us...@httpd] Apache prefork number of connected clients to apache

2010-09-06 Thread Damian Lęcznar
Hello, Is there any way to get number of connected clients to apache? (with mod_status is imposible becouse i need to always near limit or over it) i try to do this in this way netstat -anpt|grep 80|grep ESTABLISHED|wc -l but it shows strange numbers, i have MaxClients set to 150 and it's nev

Re: [us...@httpd] Re: Proxy streaming

2010-09-06 Thread Peter Janovsky
Varnish is a great tool. You would have to pre-cache your content to minimize first byte response time for large objects as varnish waits for the entire response from the backend to be cached before streaming to client. If object is in cache response times are great. I know the varnish team was

Re: [us...@httpd] Re: Proxy streaming

2010-09-06 Thread Eric Covener
On Mon, Sep 6, 2010 at 11:42 AM, Thom Brown wrote: > On 6 September 2010 16:10, Eric Covener wrote: >> On Mon, Sep 6, 2010 at 10:55 AM, Thom Brown wrote: >>> On 6 September 2010 12:49, Eric Covener wrote: Is the response cacheable? http://httpd.apache.org/docs/current/caching.htm

Re: [us...@httpd] Re: Proxy streaming

2010-09-06 Thread Thom Brown
On 6 September 2010 16:10, Eric Covener wrote: > On Mon, Sep 6, 2010 at 10:55 AM, Thom Brown wrote: >> On 6 September 2010 12:49, Eric Covener wrote: >>> Is the response cacheable? >>> >>> http://httpd.apache.org/docs/current/caching.html >> >> Just checked and it appears the header was returnin

Re: [us...@httpd] Re: Proxy streaming

2010-09-06 Thread Eric Covener
On Mon, Sep 6, 2010 at 10:55 AM, Thom Brown wrote: > On 6 September 2010 12:49, Eric Covener wrote: >> Is the response cacheable? >> >> http://httpd.apache.org/docs/current/caching.html > > Just checked and it appears the header was returning no-cache in > Cache-Control.  Using CacheIgnoreNoLastM

Re: [us...@httpd] Unable to load perl file

2010-09-06 Thread Doug McNutt
At 17:53 +0530 9/6/10, aparna aryan wrote: Hello Krist, We are relocating the old server to new server, We have just copied the httpd.conf file from the old one. and even the ARS.pm file is in the same location as on the old server. Can you pls help me in adding the locationin @INC Did you hav

Re: [us...@httpd] Re: Proxy streaming

2010-09-06 Thread Thom Brown
On 6 September 2010 12:49, Eric Covener wrote: > Is the response cacheable? > > http://httpd.apache.org/docs/current/caching.html Just checked and it appears the header was returning no-cache in Cache-Control. Using CacheIgnoreNoLastMod now. It meets all other criteria. >>> MCacheMaxStreamingB

Re: [us...@httpd] Unable to load perl file

2010-09-06 Thread aparna aryan
Hello Krist, We are relocating the old server to new server, We have just copied the httpd.conf file from the old one. and even the ARS.pm file is in the same location as on the old server. Can you pls help me in adding the locationin @INC On Mon, Sep 6, 2010 at 5:50 PM, Krist van Besien wrote:

Re: [us...@httpd] Unable to load perl file

2010-09-06 Thread Krist van Besien
On Mon, Sep 6, 2010 at 1:39 PM, aparna aryan wrote: > Please suggest us what needs to be done. Just look carefully at the error message, as it litterally says what is missing: Can't locate ARS.pm in @INC Either the ARS:pm is not present, or present in a directory not included on @INC. It's up t

Re: [us...@httpd] Unable to load perl file

2010-09-06 Thread aparna aryan
Hello Eric, >From the error, Will we be able to know what perl prerequisite is missing? On Mon, Sep 6, 2010 at 5:20 PM, Eric Covener wrote: > On Mon, Sep 6, 2010 at 7:39 AM, aparna aryan > wrote: > > Hello All, > > > > bash-3.00# less error_log > > [Fri Aug 20 11:48:41 2010] [error] Can't loca

Re: [us...@httpd] Unable to load perl file

2010-09-06 Thread Eric Covener
On Mon, Sep 6, 2010 at 7:39 AM, aparna aryan wrote: > Hello All, > > bash-3.00# less error_log > [Fri Aug 20 11:48:41 2010] [error] Can't locate ARS.pm in @INC (@INC > contains: /opt/app/ars/ovsc/perl /usr/perl5/5.8.4/lib/sun4-solaris-64int >  /usr/perl5/5.8.4/lib /usr/perl5/site_perl/5.8.4/sun4-s

Re: [us...@httpd] Re: Proxy streaming

2010-09-06 Thread Eric Covener
Is the response cacheable? http://httpd.apache.org/docs/current/caching.html >> MCacheMaxStreamingBuffer 30 Is it larger than 300KB? -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apach

[us...@httpd] Unable to load perl file

2010-09-06 Thread aparna aryan
Hello All, bash-3.00# less error_log [Fri Aug 20 11:48:41 2010] [error] Can't locate ARS.pm in @INC (@INC contains: /opt/app/ars/ovsc/perl /usr/perl5/5.8.4/lib/sun4-solaris-64int /usr/perl5/5.8.4/lib /usr/perl5/site_perl/5.8.4/sun4-solaris-64int /usr/perl5/site_perl/5.8.4 /usr/perl5/site_perl /us

Re: [us...@httpd] domain/~user ?

2010-09-06 Thread lists . httpd-user
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Joost, Yesterday, Sep 5, Joost de Heer wrote to users@httpd.apache.org about Re:...: JDHB: > I used to have a statement in my config so that a connection JDHB: > to www.duinheks.nl/~letan would connect to the home page of JDHB: > letan in he

[us...@httpd] Re: Proxy streaming

2010-09-06 Thread Thom Brown
On 2 September 2010 22:43, Thom Brown wrote: > Hi all, > > I'm wondering if someone could help here.  Basically what I want to do > is provide a proxy for a video stream so that only 1 request goes to > the destination server, but will server many people using some sort of > caching. > > My virtua