вот кусок конфига апача
AddType text/html .shtml
AddHandler server-parsed .shtml .html .htm
а вот кусок лога апача где при попытке запроса документа с сси выдается неприметная ошибка
2.168.1.1 - - [27/Jun/2002:10:51:08 +0000] "GET /counter/index.htm HTTP/1.1" 304 -
192.168.1.1 - - [27/Jun/2002:10:51:09 +0000] "GET /counter/index.htm HTTP/1.1" 304 -
192.168.1.1 - - [27/Jun/2002:10:51:09 +0000] "GET /counter/index.htm HTTP/1.1" 304 -
192.168.1.2 - - [27/Jun/2002:10:51:25 +0000] "GET /counter/index.htm HTTP/1.0" 304 -
Скажите пожалуйста где я ошибаюсь при написании конфига ? может не указано вот здесь что можно использовать сси ?
DocumentRoot "/usr/local/apache/htdocs"
#
# Each directory to which Apache has access, can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# permissions.
#
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
Заранее всем спасибо