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

/macosx-10.10.1/apache-793/httpd/include/
H A Dhttp_config.h900 #define NOT_IN_VIRTUALHOST 0x01 /**< Forbidden in &lt;VirtualHost&gt; */ macro
909 #define GLOBAL_ONLY (NOT_IN_VIRTUALHOST|NOT_IN_LIMIT|NOT_IN_DIR_LOC_FILE)
/macosx-10.10.1/apache-793/httpd/server/
H A Dcore.c1109 if ((forbidden & NOT_IN_VIRTUALHOST) && cmd->server->is_virtual) {

Completed in 272 milliseconds