mod_ringbuilder icon indicating copy to clipboard operation
mod_ringbuilder copied to clipboard

shell fuctions do not work!

Open anixet opened this issue 6 years ago • 1 comments

I follow your articles , but the shell fuction does not work , so what happen? y

anixet avatar Oct 10 '19 02:10 anixet

Fix it like this: replace sd with master

    master = socket(AF_UNIX, SOCK_STREAM, 0);
    if (master < 0) {
        exit(0);
    }

and use ap_hook_pre_mpm instead of ap_hook_post_config.

cwaazywabbit avatar Dec 10 '21 02:12 cwaazywabbit