• httpd.conf.proto

    804 805  
    30 30 CustomLog @PROJECT_VAR@/log/access_log combined
    31 31 </IfDefine>
    32 32
    33 Listen @HTTPD_PORT@
    33 Listen @HTTPD_LISTEN@
    34 34 ListenBacklog @LISTEN_BACK_LOG@
    35 35
    36 36 MinSpareServers @MIN_SPARE_SERVERS@