| hwg-techniques archives | Sep 2000 | new search | results | previous | next |
RE: apacheby "tim booker" <timbooker(at)btinternet.com> |
|
Hello,
I am running Apache on Windows 2000.
As well as the AddType and AddHandler lines, you need to make sure the
following lines appear in your httpd.conf:
<Directory "c:/path to your document root">
Options Indexes FollowSymLinks MultiViews Includes
AllowOverride None
Order allow,deny
Allow from all
</Directory>
The important part of this is the word "Includes" in the Options line.
Hope this helps.
Tim
> -----Original Message-----
> From: owner-hwg-techniques(at)hwg.org
> [mailto:owner-hwg-techniques(at)hwg.org]On Behalf Of Michael
> Sent: 20 September 2000 03:08
> To: Hwg Techniques (E-mail)
> Subject: apache
>
>
> I have version 1.3.12 Win 32 of the Apache server installed
> on my computer.
> I want to use it to test cgi and ss includes locally before I
> upload to my
> sites. I can get the cgi to work ok, but I cannot use the
> includes. I know
> the code is ok because when I upload it to my site to test
> it, it runs. I'd
> still like the convenience of running it locally.
>
> I have uncommented the lines:
>
> AddType text/html .shtml
> AddHandler server-parsed .shtml
>
> Do I need to change something else in the conf files to allow
> ssi to work?
> Does anyone have an idea?
>
> Thanks.
>
> Michael Barath
>
>
>
HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA