summaryrefslogtreecommitdiff
path: root/devstack/files/apache-ipxe-ironic.template
blob: 3be47175c17b899a992b3ee02af9d7964caea81e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Listen %PUBLICPORT%

<VirtualHost *:%PUBLICPORT%>
    DocumentRoot "%HTTPROOT%"
    <Directory "%HTTPROOT%">
        Options Indexes FollowSymLinks
        AllowOverride None
        Order allow,deny
        Allow from all
        Require all granted
    </Directory>
    ErrorLog %APACHELOGDIR%/ipxe_error.log
    ErrorLogFormat "%{cu}t [%-m:%l] [pid %P:tid %T] %7F: %E: [client\ %a] [frontend\ %A] %M% ,\ referer\ %{Referer}i"
    LogLevel info
    CustomLog %APACHELOGDIR%/ipxe_access.log "%{%Y-%m-%d}t %{%T}t.%{msec_frac}t [%l] %a \"%r\" %>s %b"
</VirtualHost>