Apache Virtual Host Builder

Generate an Apache <VirtualHost> block from a small form.

<VirtualHost *:80>
    ServerName example.com
    DocumentRoot /var/www/site
    ErrorLog ${APACHE_LOG_DIR}/example.com-error.log
    CustomLog ${APACHE_LOG_DIR}/example.com-access.log combined
</VirtualHost>

About this tool

Build a static document-root or reverse-proxy <VirtualHost> with logging directives wired up.

An unhandled error has occurred. Reload ×