httpd.conf 파일관련 채택완료
개미왕자
9년 전
조회 3,035
httpd.conf 파일안에
</p><p>#</p><p># Listen: Allows you to bind Apache to specific IP addresses and/or</p><p># ports, instead of the default. See also the <VirtualHost></p><p># directive.</p><p>#</p><p># Change this to Listen on specific IP addresses as shown below to </p><p># prevent Apache from glomming onto all bound IP addresses.</p><p>#</p><p>#Listen 12.34.56.78:80</p><p>Listen 80</p><div>
이부분이랑
</div><div><div>#</div><div># ServerName gives the name and port that the server uses to identify itself.</div><div># This can often be determined automatically, but we recommend you specify</div><div># it explicitly to prevent problems during startup.</div><div>#</div><div># If your host doesn't have a registered DNS name, enter its IP address here.</div><div>#</div><div>ServerName 127.0.0.1</div></div><div>
이부분에 IP 주소 대신 도메인주소 입력해도 상관 없나요?
댓글을 작성하려면 로그인이 필요합니다.
답변 2개
답변을 작성하려면 로그인이 필요합니다.
로그인