Listen *:8080

<VirtualHost *:8080>
  ServerName localhost
  ServerAlias *
  ServerAdmin webmaster@localhost
  
  UseCanonicalName Off

  DocumentRoot /var/www
  <Directory /var/www>
    Options Indexes FollowSymLinks MultiViews
    AllowOverride All
  </Directory>

  ErrorLog ${APACHE_LOG_DIR}/wordpress-error.log

  LogLevel warn
  CustomLog ${APACHE_LOG_DIR}/wordpress-access.log combined
</VirtualHost>
