Using motion
Revision as of 13:23, 25 November 2013 by Michael Murtaugh (talk | contribs) (Created page with "== Setting up an Apache Reverse Proxy to your motion webcam == <VirtualHost *:80> # ... all the normal stuff # ADD THESE TWO LINES... make sure the port numbers m...")
Setting up an Apache Reverse Proxy to your motion webcam
<VirtualHost *:80> # ... all the normal stuff
# ADD THESE TWO LINES... make sure the port numbers match motion's settings ProxyPass /w http://localhost:8000 ProxyPass /c http://localhost:8080
</VirtualHost>