Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: whistleruk on March 20, 2005, 07:03:45 PM

Title: Problems finding Template file
Post by: whistleruk on March 20, 2005, 07:03:45 PM
Any one know which httpd.conf template file contains this.....
Code: [Select]

Alias       /webmail /home/httpd/html/horde/imp


Its Driving me nuts :hammer:  I'm running SquirrelMail now and need to change the path.

cheers in advance
Title: Problems finding Template file
Post by: Normando on March 20, 2005, 08:43:09 PM
Make the necesary directories under /etc/e-smith/templates-custom/ and do the follow
Code: [Select]

cp /etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/30WebmailAliases /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/VirtualHosts

Then edit lines 9 and 10 of 30WebmailAliases you copy located under "template-custom" structure.
The expand and restar httpd
PicsOne
Title: Problems finding Template file
Post by: whistleruk on March 20, 2005, 10:26:58 PM
Thanks for that one :)