-1

I have the following httpd configuration

 <Directory "..">
        AllowOverride All
      SetEnv ENV local
    Options Indexes MultiViews FollowSymLinks
    Require all granted
</Directory>

I'd like to add more variable like ENV for example , URL_PATH = "c:/programs_files" is it possible to use it here? if yes , how can I do that ?

Scopi
  • 101

1 Answers1

0

Use multiple SetEnv directives.

Lacek
  • 7,233
  • 24
  • 28