Thank you very much, Lars. Motion is really nice. I used ZoneMinder
before and I had one problem after another.
Motion "just works" :)
tom
On 11/21/2012 10:38 PM, Lars Öhgren wrote:
> It's been mentioned on the list before:
>
> Basic authentication enforced reverse proxy for apache (yep, tested too!):
>
> <VirtualHost *:80>
> ServerName http://www.example.com
> ServerAlias example.com
> DocumentRoot /opt/http-root/
> <IfModule itk.c>
> AssignUserID apache apache
> </IfModule>
>
> <Location /motion> #ww.example.com/motion
> AuthType Basic
> AuthUserFile /opt/not-http-root/passwords/motion.htpassword
> AuthName "Protected Motion"
> Require valid-user
> </Location>
>
> <Proxy *>
> Order deny,allow
> Allow from all
> </Proxy>
>
> ProxyPass /motion http://127.0.0.1:8081
> ProxyPassReverse /motion http://127.0.0.1:8081
>
> </VirtualHost>
>
> On 2012-11-22 06:31, Tom N. wrote:
>> I search the mailing list but couldn't find an answer.
>> Is it possible to protect the motion live stream on the Internet? I
>> understand that the configuration is password protected but not the live
>> camera stream. Since I installed cameras in the house and would like to
>> view live stream from outside on the Internet, I have to open my
>> firewall and forward the motion streaming port. However, I can't find a
>> way to password protect this stream, eg, allowing only authorized
>> clients to view. I am running the Apache server on the same machine and
>> I can password protect my contents. However, I don't know how to forward
>> the motion live stream through Apache. What is the best way to let only
>> authorized users to view you cams?
>> Thank you very much.
>> tom
>>
>> ------------------------------------------------------------------------------
>> Monitor your physical, virtual and cloud infrastructure from a single
>> web console. Get in-depth insight into apps, servers, databases, vmware,
>> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
>> Pricing starts from $795 for 25 servers or applications!
>> http://p.sf.net/sfu/zoho_dev2dev_nov
>> _______________________________________________
>> Motion-user mailing list
>> Motion-user@...
>> https://lists.sourceforge.net/lists/listinfo/motion-user
>> http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome
>>
> ------------------------------------------------------------------------------
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> _______________________________________________
> Motion-user mailing list
> Motion-user@...
> https://lists.sourceforge.net/lists/listinfo/motion-user
> http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome
>
>
|