Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: ElFroggio on April 30, 2004, 02:59:39 AM
-
How to set an activity of Apache.
in httpd.conf it says:
#------------------------------------------------------------
# DO NOT MODIFY THIS FILE! It is updated automatically by the
# SME Server software.
So where?
Any suggestion?
-
A suggestion is to read the manual as it CLEARLY states where to and how to edit the files.
Take look under the Documentation section on this site :lol:
-
I must be either blind, or cannot read English, [could even be both]
I have checked both:
The admin guide
The tech guide
and I can't see it. Can you at least give me the location?
-
try /etc/e-smith/templates/etc/httpd/conf/httpd.conf
There you will see the template fragments.
If you need to make changes, try
mkdir -p /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf
cp whatever fragment from the main directory to the templates-custom directory, make your changes, then
/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
service httpd restart