Searched refs:NOT_IN_VIRTUALHOST (Results 1 - 2 of 2) sorted by relevance

/httpd/include/
H A Dhttp_config.h903 #define NOT_IN_VIRTUALHOST 0x01 /**< Forbidden in &lt;VirtualHost&gt; */ macro
912 #define GLOBAL_ONLY (NOT_IN_VIRTUALHOST|NOT_IN_LIMIT|NOT_IN_DIR_LOC_FILE)
/httpd/server/
H A Dcore.c1160 if ((forbidden & NOT_IN_VIRTUALHOST) && cmd->server->is_virtual) {

Completed in 515 milliseconds