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

2017-05-29 Thread Stepan Yakovenko
Tried disablereuse=On, nothing changes.


>Пятница, 26 мая 2017, 14:12 +03:00 от Daniel <dferra...@gmail.com>:
>
>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[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 <dferra...@gmail.com>:
>
>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


[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

[EMAIL PROTECTED] Trouble with long file names'.

2006-10-24 Thread Stepan Yakovenko

Hello!

I've got a problem: directories' names do not fit:

   Index of /vsv2

   Icon Name Last modified Size Description

   [DIR] Parent Directory -
   [DIR] Автопортрет (сентябр.. 11-Feb-2006 04:35 -
   [DIR] Баллады для фильма '.. 02-Feb-2006 14:24 -
   [DIR] Банька по-белому (пе.. 28-Jan-2006 01:30 -
   [DIR] Банька по-белому/ 17-Mar-2006 11:07 -
   [DIR] Бегство Мистера МакК.. 17-Mar-2006 10:42 -

(http://zeuhl.academ.org/vsv2)

Apache/2.0.55 (Debian) Server

and '' sign appears at the end of the URL.
How can I increase maximum number of letters which fits into the URL 
without overflow?


Thank you.



-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] Trouble with long file names'.

2006-10-24 Thread Stepan Yakovenko

Vincent Bray wrote:

On 10/24/06, Stepan Yakovenko [EMAIL PROTECTED] wrote:

Hello!

I've got a problem: directories' names do not fit:


http://httpd.apache.org/docs/2.2/mod/mod_autoindex.html#indexoptions


Thank you.
Though this refers to version 2.2 only. I have apache 2.0.

Stepan.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] Trouble with long file names'.

2006-10-24 Thread Stepan Yakovenko

Joshua!


And exactly how long did you spend yourself trying to find the similar
stuff in the 2.0 docs?  Really, try helping yourself a little.

Thank you for pointing out my incompetence.
I've just haven't manage to find mod_autoindex in my apache2.0 on my PC.
I will retry.


Anyway, 2.0 and 2.2 are essentially identical in this regard.

Thank you for the information. They are.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]