Koozali.org: home of the SME Server

Problems finding Template file

whistleruk

Problems finding Template file
« 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

Offline Normando

  • *
  • 841
  • +2/-1
    • Unixlan
Problems finding Template file
« Reply #1 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

whistleruk

Problems finding Template file
« Reply #2 on: March 20, 2005, 10:26:58 PM »
Thanks for that one :)