아미(아름다운미소)

아파치포트 추가 변경 본문

서버/리눅스

아파치포트 추가 변경

유키공 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


'서버 > 리눅스' 카테고리의 다른 글

[Ubuntu] 우분투 OwnCloud 설치  (0) 2017.12.27
PHP 설치 및 기타 설정  (0) 2017.12.25
아파치 재설치 (문제 발생 시)  (0) 2017.12.25
삼바환경설정  (0) 2017.12.25
크론탭(crontab) 설정  (0) 2017.12.21
Comments