Results 1 to 3 of 3
Hello,
I cannot get Apache 2.0.53 to correctly parse for SSI. I am using Kubuntu 5.04 and obtained Apache via Kynaptic. Apache is working in general, just not SSI.
I ...
- 09-01-2005 #1Just Joined!
- Join Date
- Aug 2005
- Posts
- 12
Apache SSI Not Working
Hello,
I cannot get Apache 2.0.53 to correctly parse for SSI. I am using Kubuntu 5.04 and obtained Apache via Kynaptic. Apache is working in general, just not SSI.
I have the following in /etc/apache2/apache2.conf
(Yes, I want it to parse .html and not .shtml.)Code:LoadModule include_module /usr/lib/apache2/modules/mod_include.so <Directory /var/www> Options +Includes AddType text/html .html AddOutputFilter INCLUDES .html </Directory>
I am a bit confused since I am migrating from an Apache 2 server that was set up on a Windows box, and Apache was set up differently (something to do with a Debian-specific release or something?) i.e. the configuration files were very different.
Thanks for all the continuing help... you guys are great!
- 09-01-2005 #2Linux Newbie
- Join Date
- Jul 2005
- Location
- Turn Around
- Posts
- 202
will it parse .shtml?
- 09-01-2005 #3Just Joined!
- Join Date
- Aug 2005
- Posts
- 12
No, it wouldn't.
But it parses everything now that I rebuilt it!
Stupid Apache that came with Kynaptic...


Reply With Quote
