문제

I have manually installed Apache 2.4.6 on Windows for my development environment (I don't like WampServer or EasyPHP).

I want to have a separate file for each of my Alias directories, I don't want to edit httpd.conf directly each time I need a new Alias. How can I set it up so that I can include a whole directory of files?

도움이 되었습니까?

해결책

Include can include wildcards:

Include c:\your\dir\*.conf
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top