Skip to content

Instantly share code, notes, and snippets.

@sudokzt
sudokzt / file0.txt
Last active May 15, 2020 09:50
Ubuntu16.04 で Apache2 を使って localhost を立てる ref: https://qiita.com/sudokzt/items/6100288a82eb2b2685e3
<VirtualHost *:80>
# The ServerName directive sets the request scheme, hostname and port that
# the server uses to identify itself. This is used when creating
# redirection URLs. In the context of virtual hosts, the ServerName
# specifies what hostname must appear in the request's Host: header to
# match this virtual host. For the default virtual host (this file) this
# value is not decisive as it is used as a last resort host regardless.
# However, you must set it for any further virtual host explicitly.
#ServerName www.example.com