All Downloads are FREE. Search and download functionalities are using the official Maven repository.

refcodes-batch.1.0.2.source-code.apache-vhost.template Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
##############################################################################
# {SERVER_NAME}
##############################################################################

    ServerName {SERVER_NAME}.local:8080
    AddType text/html .shtml
    AddHandler server-parsed .shtml
    ServerAdmin {SERVER_ADMIN}
    DocumentRoot "{DOCUMENT_ROOT}"
    
        Options +FollowSymLinks
        Options +Includes
        AllowOverride All
        Order allow,deny
        Allow from all
        DirectoryIndex index.html index.htm index.php
    
    # ErrorLog "|/usr/bin/cronolog {LOGS_DIR}/error.log.%Y-%m-%d"
    # CustomLog "|/usr/bin/cronolog {LOGS_DIR}/access.log.%Y-%m-%d" combined
    ErrorLog "|/usr/bin/cronolog --symlink={LOGS_DIR}/error.log {LOGS_DIR}/%Y/error.log.%W"
    CustomLog "|/usr/bin/cronolog --symlink={LOGS_DIR}/access.log {LOGS_DIR}/%Y/access.log.%W" combined





© 2015 - 2024 Weber Informatics LLC | Privacy Policy