Home
last modified time | relevance | path

Searched refs:execute_x_only (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_cgi.c58 unsigned short execute_x_only; member
169 s->execute_x_only = 0; in SETDEFAULTS_FUNC()
172 cv[1].destination = &(s->execute_x_only); in SETDEFAULTS_FUNC()
1213 PATCH(execute_x_only); in mod_cgi_patch_connection()
1230 PATCH(execute_x_only); in mod_cgi_patch_connection()
1253 …if (p->conf.execute_x_only == 1 && (sce->st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) == 0) return … in URIHANDLER_FUNC()