Hi,
Where to put our common SSI scripts, that should be
used by our VHosts webmasters (like tools) ?
In other words, how to bypass the DocumentRoot directive for SSIs,
in virtualHosts that are subdirectories of the main server ?
(Apache 1.3.6 on Solaris2.6).
Example of configuration :
DocumentRoot /htdocs
<Directory /htdocs>
Options Includes
</Directory>
<VirtualHost IP_address>
DocumentRoot /htdocs/subdomain
ServerName www.subdomain.domain.com
...
</VirtualHost>
In a www.subdomain.domain.com html code,
that is, i.e., /htdocs/subdomain/index.html
<!--#exec cmd="/htdocs/ssi/my_script.sh">
Thanks for your help !
Catherine