>>144
変数を使えばいいのでは?
Define SRVROOT /var/lib/htdocs
ServerRoot ${SRVROOT}
<Directory ${SRVROOT}/cgi-bin>
AllowOverride None
Options None
Require all granted
</Directory>