https://httpd.apache.org/docs/curren...d_include.html
I like SSI but it is old school ...
Very fast and native to the server.
That is mod has been enabled with the every default build I have worked with.
My newest server Apache2 install had that mod off too -- but I did a custom compile and overlooked it ...
Code:
[email protected]:~# a2enmod include
Considering dependency mime for include:
Module mime already enabled
Enabling module include.
To activate the new configuration, you need to run:
service apache2 restart
[email protected]:~#: service apache2 restart
Thanks for the response -- saved me a lot of grief.
