2
VirtualHost 컨텍스트에서 _default _ : *와 * : *의 차이점
VirtualHost 컨텍스트에서 " default : *" 와 "* : *" 의 차이점을 알고 싶습니다 . <VirtualHost _default_:*> #... ServerName host.example.com #... </VirtualHost> <VirtualHost *:*> #... ServerName host.example.com #... </VirtualHost> 나는 사용의 차이와 Porpouse를 모른다. Thk