Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: ElFroggio on April 30, 2004, 02:59:39 AM

Title: httpd access-log
Post 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?
Title: httpd access-log
Post by: byte on April 30, 2004, 02:15:21 PM
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:
Title: httpd access-log
Post by: ElFroggio on May 01, 2004, 12:45:40 AM
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?
Title: httpd access-log
Post by: mrjhb3 on May 01, 2004, 05:16:42 AM
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