Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: henry on February 02, 2001, 05:03:33 AM
-
I have some questions please help me because i was knew to E-smith and I am not familiar with Linux Operation.
1. How could i configure WEB SERVER (Apache) at E-smith and how could i the configuration and if it is working?
2. How could i also configure INTRANET and to check the configuration if it working?
Thank you
-
The config file for apache is /etc/httpd/conf/httpd.conf If you mod this file do the same to the template /etc/e-smith/templates/etc/httpd/conf/httpd.conf/ A great place to research this and many other topics is www.linuxdoc.org or www.linuxdocs.org
Thanks, Michael
-
Michael Maxwell wrote:
>
> The config file for apache is /etc/httpd/conf/httpd.conf If
> you mod this file do the same to the template
> /etc/e-smith/templates/etc/httpd/conf/httpd.conf/
> [...]
Please make mods to templates in /etc/e-smith/templates-custom Any
modifications made in /etc/e-smith/templates will be lost after an upgrade
of the e-smith software.
From 4.0.1 onwards you can just place the individual template fragment
you want to modify in /etc/e-smith/templates-custom.
Gordon
-
Gordon Rowell wrote:
>
> Michael Maxwell wrote:
> >
> > The config file for apache is /etc/httpd/conf/httpd.conf If
> > you mod this file do the same to the template
> > /etc/e-smith/templates/etc/httpd/conf/httpd.conf/
> > [...]
>
> Please make mods to templates in
> /etc/e-smith/templates-custom Any
> modifications made in /etc/e-smith/templates will be lost
> after an upgrade
> of the e-smith software.
Hi Gordon
Ok i have never upgraded.... always a fresh install but ill try and remember to do that from now on /etc/e-smith/templates-custom :-)
thanks, Michael
>
> From 4.0.1 onwards you can just place the individual template
> fragment
> you want to modify in /etc/e-smith/templates-custom.
>
> Gordon