Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Apr 2011 18:28:25 +0200
From:      Andrea Venturoli <ml@netfence.it>
To:        freebsd-ports@freebsd.org
Subject:   Half OT: mod_proxy and webcam
Message-ID:  <4DAC66A9.3040605@netfence.it>

next in thread | raw e-mail | index | archive | help
Hello.

I've got an Axis webcam in an internal network. I'm accessing it using 
apache22 as a front-end, through mod_proxy.

Everything used to work fine until some days ago: however, since then it 
will drop the connection every few seconds. The message "Lost connection 
to MPEG motion stream" appears and I have to push play again.

This is an extract from my configuration:
> <VirtualHost *:80>
>         ServerName xxxxxx.xxxxxx.xx
>         <Directory />
>                 Allow from All
>         </Directory>
>         ProxyPass / http://yyyyyyy.yyyyyyy/
>         ProxyPassReverse / http://yyyyyyy.yyyyyyy/
> (1)     SetEnv proxy-nokeepalive 1
> (1)     SetEnv force-proxy-request-1.0 1
> </VirtualHost>

(1) was an hint I saw on another website, but it didn't help.

Any suggestion?


I tried inetd+sysutil/socket and it works much better; however it can't 
coexist on port 80 with other sites.


  bye & Thanks
	av.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4DAC66A9.3040605>