Koozali.org: home of the SME Server

httpd access-log

ElFroggio

httpd access-log
« 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?

Offline byte

  • *
  • 2,183
  • +2/-0
httpd access-log
« Reply #1 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:
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

ElFroggio

httpd access-log
« Reply #2 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?

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
httpd access-log
« Reply #3 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
......