Searched refs:access (Results 1 - 3 of 3) sorted by relevance
| /httpd/os/win32/ |
| H A D | ap_regkey.c | 64 DWORD access = KEY_QUERY_VALUE; local 70 access |= KEY_READ; 72 access |= KEY_WRITE; 88 access, NULL, &hkey, &exists); 90 rc = RegOpenKeyExW(parentkey->hkey, wkeyname, 0, access, &hkey); 98 access, NULL, &hkey, &exists); 100 rc = RegOpenKeyEx(parentkey->hkey, keyname, 0, access, &hkey); 154 * consistent behavior with NT, which returns access denied
|
| /httpd/modules/arch/unix/ |
| H A D | mod_unixd.c | 314 && (access(SUEXEC_BIN, R_OK|X_OK) == 0)) {
|
| /httpd/test/ |
| H A D | make_sni.sh | 56 echo "few non-SNI browsers access." 136 -days 10 -subj '/CN=Da Second Root/O=SNI user access I/' -set_serial 2$serial$$\ 142 -days 10 -subj '/CN=Da Second Root/O=SNI user access II/' -set_serial 3$serial$$ \ 146 # Create a chain of just the two access authorites: 296 # want to only allow access to clients with 394 access to those sites.
|
Completed in 28 milliseconds