Hey all,
Well I have read a previous post about Apache and getting SSI and CGI to work. I tried it a couple of ways and well it still does not work. Maybe I just missed something all together. I got through getting PHP to work.
I have Apache 1.3.20 running on W2K, and I have Active Perl installed. I have configures the http.conf file with the following. Can some one please tell me what I'm missing here??
# To use CGI scripts:
#
AddHandler cgi-script .cgi
#
# To use server-parsed HTML files
#
<Directory /htdocs>
Options Indexes FollowSymLinks
</Directory>
<Directory /htdocs>
Options Includes
</Directory>
AddType text/html .shtml
AddHandler server-parsed .shtml
I tried to Load module with the following and got an error module_include could not be found. And it is right it is not in the directory <module> or <include>. The Apache web site docs, states: "Build your server with the mod_include module. This is normally compiled in by default"
LoadModule includes_module modules/mod_include.so
AddModule mod_include.c
AddType text/html .shtml
AddHandler server-parsed .shtml
Any help would be great...
Well I have read a previous post about Apache and getting SSI and CGI to work. I tried it a couple of ways and well it still does not work. Maybe I just missed something all together. I got through getting PHP to work.
I have Apache 1.3.20 running on W2K, and I have Active Perl installed. I have configures the http.conf file with the following. Can some one please tell me what I'm missing here??
# To use CGI scripts:
#
AddHandler cgi-script .cgi
#
# To use server-parsed HTML files
#
<Directory /htdocs>
Options Indexes FollowSymLinks
</Directory>
<Directory /htdocs>
Options Includes
</Directory>
AddType text/html .shtml
AddHandler server-parsed .shtml
I tried to Load module with the following and got an error module_include could not be found. And it is right it is not in the directory <module> or <include>. The Apache web site docs, states: "Build your server with the mod_include module. This is normally compiled in by default"
LoadModule includes_module modules/mod_include.so
AddModule mod_include.c
AddType text/html .shtml
AddHandler server-parsed .shtml
Any help would be great...