Koozali.org: home of the SME Server

Template for "Include" [Solved]

Offline groovicus

  • *
  • 12
  • +0/-0
Template for "Include" [Solved]
« 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.

Offline groovicus

  • *
  • 12
  • +0/-0
Template for "Include" [Solved]
« Reply #1 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...