On Tue, 21 Sep 2004 09:45:04 +1000, Craig Dibble wrote > Simon Bryan wrote: > > Hi all, > > We are trying to use SSI to read the IP address of requests to our > > webserver so we can deny some ip addresses access to certain pages. > > > > I have followed the instructions at: > > http://httpd.apache.org/docs/howto/ssi.html#configuringyourservertopermitssi
These instructions don't cover loading the SSI module. Try adding: LoadModule include_module modules/mod_include.so (assuming apache2 on *nix). -- Nick Wilcox. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
