[users@httpd] Server Side Includes question

2017-05-26 Thread Rose, John B
1)   Is it possible to auto add a footer to all web pages on a server, 
including all virtual hosts sites pages, with a Server Sides Includes, without 
editing any of the pages?



2)   Is it possible to accomplish adding a javascript to the bottom of all 
pages on a server, including virtual hosts, automatically via Apache, without 
touching any of the sites pages?
If so, how?


Thanks



Re[2]: [users@httpd] apache in proxy mode introduces extra delay for sockjs in xhr poll mode

2017-05-26 Thread Stepan Yakovenko
How can i disable reuse?


>Пятница, 26 мая 2017, 14:12 +03:00 от Daniel :
>
>Have you tried with disabling reuse to see if the problem persists?
>
>2017-05-26 12:54 GMT+02:00 Stepan Yakovenko < stiv.yakove...@mail.ru.invalid >:
>> I need to handle users disconnecting from my sockjs application running in
>> xhr-polling mode. When I connect to localhost, everything works as expected.
>> When I put apache between nodejs and browser, I get ~20 sec delay between
>> closed browser and disconnect event inside nodejs. My apache proxy config is
>> following:
>>
>> 
>> ProxyPass  http://127.0.0.1:8080/
>> ProxyPassReverse  http://127.0.0.1:8080/
>> 
>>
>> The rest of the file is default, you can see it here. I tried playing with
>> ttl=2 and timeout=2 options, but either nothing changes, or I get
>> reconnected each 2 seconds without closing browser. How can I reduce
>> additional disconnect timeout, introduced, but apache, somewhere in its
>> defaults?
>>
>>
>>
>>
>> --
>> Stepan Yakovenko
>
>
>
>-- 
>Daniel Ferradal
>IT Specialist
>
>email dferradal at gmail.com
>linkedin es.linkedin.com/in/danielferradal
>
>-
>To unsubscribe, e-mail:  users-unsubscr...@httpd.apache.org
>For additional commands, e-mail:  users-h...@httpd.apache.org
>


-- 
Stepan Yakovenko


Re: [users@httpd] apache in proxy mode introduces extra delay for sockjs in xhr poll mode

2017-05-26 Thread Daniel
Have you tried with disabling reuse to see if the problem persists?

2017-05-26 12:54 GMT+02:00 Stepan Yakovenko :
> I need to handle users disconnecting from my sockjs application running in
> xhr-polling mode. When I connect to localhost, everything works as expected.
> When I put apache between nodejs and browser, I get ~20 sec delay between
> closed browser and disconnect event inside nodejs. My apache proxy config is
> following:
>
> 
> ProxyPass http://127.0.0.1:8080/
> ProxyPassReverse http://127.0.0.1:8080/
> 
>
> The rest of the file is default, you can see it here. I tried playing with
> ttl=2 and timeout=2 options, but either nothing changes, or I get
> reconnected each 2 seconds without closing browser. How can I reduce
> additional disconnect timeout, introduced, but apache, somewhere in its
> defaults?
>
>
>
>
> --
> Stepan Yakovenko



-- 
Daniel Ferradal
IT Specialist

email dferradal at gmail.com
linkedin es.linkedin.com/in/danielferradal

-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] apache in proxy mode introduces extra delay for sockjs in xhr poll mode

2017-05-26 Thread Stepan Yakovenko

I need to handle users disconnecting from my sockjs application  running in 
xhr-polling mode . When I connect to localhost, everything works as expected. 
When I put apache between nodejs and browser, I get ~20 sec delay between 
closed browser and disconnect event inside nodejs. My apache proxy config is 
following:

ProxyPass http://127.0.0.1:8080/
ProxyPassReverse http://127.0.0.1:8080/

The rest of the file is default, you can see it  here . I tried playing with 
ttl=2 and timeout=2 options, but either nothing changes, or I get reconnected 
each 2 seconds without closing browser. How can I reduce additional disconnect 
timeout, introduced, but apache, somewhere in its defaults?


-- 
Stepan Yakovenko