0

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?

4

1 回答 1

1

Include可以包括通配符:

Include c:\your\dir\*.conf
于 2013-11-14T17:41:50.220 回答