我有以下 httpd 配置
<Directory "..">
AllowOverride All
SetEnv ENV local
Options Indexes MultiViews FollowSymLinks
Require all granted
</Directory>
我想添加更多变量,例如 ENV,URL_PATH = "c:/programs_files",可以在这里使用它吗?如果可以,我该怎么做?
答案1
使用多个SetEnv
指令。