Dear list,Can I access the content (NOT the existence) of an httpd environment variable from the apache configuration file?
For example (in the following sample) 1 <Directory /web/images> 2 Order Deny,Allow 3 Deny from all 4 Allow from env=ENV_VARIABLE 5 </Directory> I would like something like : Allow from ENV_VARIABLE == env_var_valueI have searched documentation and the internet without lack. I suppose the answer is NO and this is totally out of the logic of the web server.
Thanks in advance for the help, - George --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx