Search found 2 matches

by snakebob
Sat Feb 01, 2025 2:23 am
Forum: ZoneMinder 1.36.x
Topic: I am not clear of ZM_PATH_ZMS and No sock files in /run/zm
Replies: 1
Views: 805

Re: I am not clear of ZM_PATH_ZMS and No sock files in /run/zm

After I changed it as

Code: Select all

ZM_PATH_ZMS=/cgi-bin/nph-zms
to

Code: Select all

ZM_PATH_ZMS=/zoneminder/cgi-bin/nph-zms
No more PHP related error I see from the apache error log

But I am still struggling in /run/zm/zm-*****.sock does not exist issue... :|
by snakebob
Thu Jan 30, 2025 5:29 am
Forum: ZoneMinder 1.36.x
Topic: I am not clear of ZM_PATH_ZMS and No sock files in /run/zm
Replies: 1
Views: 805

I am not clear of ZM_PATH_ZMS and No sock files in /run/zm

Hello brothers :) I just installed ZM in ubuntu liunux. My system condition is following - OS : Ubuntu 22.04 LTS - ZM version : 1.36.35 - Webserver : Apache2.4.52 - Database : mysql 8.0.40 * I am trying to use zoneminder in virtual domain ( ex: zm.mydomain.com ), not with subdirectory installation ...