Is it possible to include a windows enviroment variable in an httpd.conf?
Ideally I would like to set DocumentRoot to something like %PROGRAMDATA%\MyCompany\MyApp\htdocs.
Background: I'm trying to make a custom apache installer as part of a larger project. I could make installer write an absolute path into httpd.conf, but I'd prefer to keep the conf file portable if possible.