On 25 Nov 1998 [EMAIL PROTECTED] wrote:

> I've been working on my web page for the past few hours, trying to add
> a web counter. At this point, I'm fairly confused. :) I've looked at
> the Apache documentation for server-side includes, but am left
> somewhat confused...
> 
> So, is there any Apache documentation available which might explain,
> in less arcane terminology, how to enable server-side includes? Or,
> failing that, is there another web server which is smaller, simpler,
> yet secure and feature-rich? :)

   Go look for your config files.  They may be hiding anywhere, since
the distro's all have their own option on where these go.  Try looking
in /etc/httpd or /var/lib/httpd or try
   find / -name access.conf -print
and it will tell you.
   Now, edit access.conf and change your line that starts off with
Options 
  and change it to

Options Includes
 
or options ALL or whatever, since you may also want ExecCGI.
   If you've got any other apache questions I'll be happy to help.
But most everything is done in those config files, which are commented
very well.

   Adam

---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]

Reply via email to