We are attempting to setup limited SSI capability in 2.2.3 In httpd.conf we have: LoadModule include_module modules/mod_include.so AddType text/html .shtml AddOutputFilter INCLUDES .shtml And only 1 directory we need to use SSI so: <Directory c:/nwls/htdocs/buslist/> Options FollowSymLinks Options +Includes AllowOverride None Order allow,deny Allow from all ## also tried using the AddType and AddOutputFilter directives here ## </Directory> And the SSI file has only one line: IP Address: <!--#echo var="REMOTE_ADDR" --> When reading the file from the server we see only "IP Address: " I must be missing something really simple here but I don't see it!! --------------------------------------------------------------------- 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-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx