On Mon, Jan 16, 2012 at 11:57 AM, Petr Hracek <phrac...@gmail.com> wrote:
> This I have already read.
> Thank you but what should be in that two configuration files?
> The files will be empty?
>
> best regards
> Petr
>
>

The directives that 1.3 contained in those files don't need to
specified separately to httpd.conf any more, and so typically are
included in httpd.conf. If you are adjusting a 2.2 stock config to add
your setup, and you were not modifying access.conf or srm.conf
previously, then just ignore them.

If you were, add the changed/extra directives to the end of
httpd.conf, or if you prefer the older method, place the directives in
a separate file and Include them into your httpd.conf. You no longer
need to include access directives with ""AccessConfig foobar.conf"",
you can simple ""Include foobar.conf""

Cheers

Tom

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to