Tag: Debian/Apache
sudo aptitude install apache2
cd /etc/apache2/site-available cp 000-default.conf srcw.net.conf a2ensite # srcw.netを有効化 a2dissite # 000-defaultを無効化
sudo a2enmod rewrite
AddDefaultCharset Off
<Html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </head> <body> <h1>テストです</h1> </body> </html>