서버/리눅스

아파치포트 추가 변경

유키공 2017. 12. 25. 14:30
- 포트추가변경
$sudo nano /etc/apache2/ports.conf

# If you just change the port or add more ports here, you will likely also
# have to change the VirtualHost statement in
# /etc/apache2/sites-enabled/000-default.conf

Listen 8888
Listen 9999

        Listen 443



        Listen 443


# vim: syntax=apache ts=4 sw=4 sts=4 sr noet