202244110 송아리 3.38.214.183

<VirtualHost *:80>
#	ServerAdmin songali1@naver.com
	DocumentRoot /home/inhatc/www2
	ServerName hazi-inhatc.com
	RewriteEngine on

	ErrorLog /home/inhatc/202244110_error.log
	CustomLog /home/inhatc/202244110_access.log combined

	<Directory /home/inhatc/www2>
		DirectoryIndex index.html
		Options FollowSymLinks
		Require all granted
		AllowOverride All
		Allow from All
	</Directory>
</VirtualHost>