Search found 1 match

by Andy.Styles
Sat Aug 18, 2007 10:10 pm
Forum: ZoneMinder Previous Versions
Topic: Apache using a reverse proxy
Replies: 21
Views: 38551

I too have placed my ZM machine on a non-visible server behind my firewall. I've managed to get proxying to work to a degree with a minor code mod to zm.php: if (!isset($_SERVER['HTTP_X_FORWARDED_FOR'])) { define( "ZM_BASE_URL", $protocol.'://'.$_SERVER['HTTP_HOST'] ); } else { define( "ZM_BASE_URL ...