On Wed, Sep 19, 2018 at 4:35 PM @lbutlr <[email protected]> wrote:
>
> Is it possible to do something along these lines in the apache.conf files?
>
> DocumentRoot /usr/local/www/roundcube/
> ProxyPassMatch ^/(.*\.php)$ fcgi://127.0.0.1:9000${DocumnetRoot}$1
>
> (that is, not have to repeat the information that is already in the
> configuration)
Not automatically like that, but e.g.:
# Will also use native environment variable if not found as a 'Define'
Define ROOT /var/www
DocumentRoot ${ROOT}
<Directory ${ROOT}>
Require all granted
</Directory>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]