Search found 33 matches

by n8klayko
Wed Apr 18, 2018 3:59 pm
Forum: ZoneMinder 1.30.x
Topic: Zoneminder 1.30.4 API not working on FreeBSD
Replies: 47
Views: 27775

Re: Zoneminder 1.30.4 API not working on FreeBSD

maybe look in the /usr/share/zoneminder/www/api/.htaccess file: <IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^$ app/webroot/ [L] RewriteRule (.*) app/webroot/$1 [L] RewriteBase /zm/api </IfModule> and change the RewriteBase /zm/api to match your url /jails/zm/usr/local/www/zoneminder/api s...
by n8klayko
Tue Apr 17, 2018 8:46 pm
Forum: ZoneMinder 1.30.x
Topic: Zoneminder 1.30.4 API not working on FreeBSD
Replies: 47
Views: 27775

Zoneminder 1.30.4 API not working on FreeBSD

I have installed zoneminder directly into a FreeNAS jail using the following guide and a few tweaks to get almost everything working correctly. Unfortunately one thing is not working, the APIs . To reduce overhead I really want to run zoneminder through the jail on my server rather than in a VM. I h...
by n8klayko
Tue Apr 17, 2018 7:56 pm
Forum: ZoneMinder 1.30.x
Topic: zoneminder api 1.30.3 broken on freebsd (solved)
Replies: 8
Views: 8600

Re: zoneminder api 1.30.3 broken on freebsd (solved)

abi wrote: Sun May 28, 2017 8:53 pm Aha, dep is missing in the ZM port.
Did you manage to get the APIs working on the FreeBSD port version? everything else appears to work correctly except for that and I am having a heck of a time trying to figure out what the issue is and how to fix it.


Respectfully,