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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
-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
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
19 matches
Mail list logo