Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Bart in 't Hout on June 26, 2003, 10:51:03 PM

Title: e-smith template problem ...
Post by: Bart in 't Hout on June 26, 2003, 10:51:03 PM
The problem:
I have a apache webserver running on e-smith. I am hosting a webserver using coldfusion. Everything works but......   When i restart the server i somehow rewrites it to the default templates i think...  cus after restart my coldfusion server is no longer integrated with the rest...  And everything that uses coldfusion doesnt work anymore...  

A long time ago we found out that this was because of the templates...
(jrun module ??)   I think i have this template here before me...  Only i forgot what to do with it...  Where to place it ...    

Does this make any sense to you guys ??  

If so   please tell me how to correct my problem...

If you know this problem  and if so   where to place the template   and  if this is the correct solution...

 


When i switch off my server  (e-smith / apache).. it rewrites the templates i rewrites while connecting to my coldfusion server
Title: Re: e-smith template problem ...
Post by: Karl W. Mueller on June 26, 2003, 11:17:07 PM
Dont know, wether its a templates-problem. We had a e-smith 4.12 box and someone installed a "web-server" in the /var/www path. This person knew a lot about linux but had no idea about the e-smith directory-structure.

So did you create the web-directory for your cold-fusion server in by creating an ibay and dedicating it as a web-directory?


Karl
Title: Re: e-smith template problem ...
Post by: Nathan Fowler on June 28, 2003, 12:04:39 AM
/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf would be where you would want to place any template concerning httpd.conf, and chances are the directory won't exist, so you'll need to:

mkdir -p /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf

I would recommend visiting http://www.e-smith.org/custom

Hope this helped,
Nathan