Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: groovicus on March 22, 2007, 10:04:13 PM

Title: Template for "Include" [Solved]
Post by: groovicus on March 22, 2007, 10:04:13 PM
Maybe I missed it, but is there a template to add an 'Include' line to httpd.conf? For example, I want to add the following line: Include /usr/java/someconfigfile.conf. Is there one there that I missed? All of the standard templates have descriptive names, so I am guessing that maybe I need to create my own custom template?

Thanks.
Title: Template for "Include" [Solved]
Post by: groovicus on March 23, 2007, 01:59:06 PM
Pardon the double post, but since I figured this out, I wanted to share my solution, which was to create a custom template. I created a file called 99Include in ../templates-custom/etc/httpd/conf/httpd.conf , and put the path to my configuration file. I expanded the template, restarted apache, and it worked.

Simple really...