##
## CAUTION: Any changes you make here may be discarded!
##
##     The command
##         emctl secure [lock|unlock]
##     will replace httpd_em.conf (discarding your changes) 
##     using the httpd_em.conf.template file.
##
## This file contains a virtual host and other directives
## required for the "Enterprise Manager Central Console"
## to function correctly.
##
Listen %EM_UPLOAD_HTTP_PORT%
<VirtualHost *:%EM_UPLOAD_HTTP_PORT%>
    ServerName %EM_VHOST%
    Port %EM_UPLOAD_HTTP_PORT%
    Timeout %TIMEOUT%
    <Location /em/upload>
        Order deny,allow
        Deny from %EM_UPLOAD_DENY%
        Allow from localhost
    </Location>
    <Location /em/jobrecv>
        Order deny,allow
        Deny from %EM_UPLOAD_DENY%
        Allow from localhost
    </Location>
</VirtualHost>

<Location /em/upload>
    Order deny,allow
    Deny from %EM_UPLOAD_DENY%
    Allow from localhost
</Location>
<Location /em/jobrecv>
    Order deny,allow
    Deny from %EM_UPLOAD_DENY%
    Allow from localhost
</Location>

