Search found 1 match

by gbengat
Thu Jan 21, 2016 1:03 pm
Forum: Website Issues
Topic: socket_sendto
Replies: 3
Views: 15941

Re: socket_sendto

Just in case someone runs into this problem and comes across the question in the post, here is a fix that worked for me. Found the fix under a bug filed here https://bugs.launchpad.net/ubuntu/+source/zoneminder/+bug/1159361 It is possible CGI isn't enabled on apache. Enable with: sudo a2enmod cgi ...