Apache 가상 호스트가 할당한 폴더

Apache 가상 호스트가 할당한 폴더

$ httpd -S호스트 이름만 제공되고 DocumentRoot는 표시되지 않습니다. 지정된 폴더를 어떻게 볼 수 있나요?

나는 이것이 필요하다:

NameVirtualHost *:80
<VirtualHost *:80>
   DocumentRoot /xampp/htdocs/gift
   ServerName gift.loc  
</VirtualHost>

하지만 이렇게 :

VirtualHost configuration:
wildcard NameVirtualHosts and _default_ servers:
*:80                   is a NameVirtualHost
         default server noelforte.com (/etc/apache2/sites-enabled/000-default:1)

답변1

예를 들어 apachectl을 사용해보십시오.

apachectl -t -D DUMP_RUN_CFG

찾고 있는 정보가 표시되나요?

관련 정보