Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

    Code:
    LoadModule include_module /usr/lib/apache2/modules/mod_include.so
    <Directory /var/www>
       Options +Includes
       AddType text/html .html
       AddOutputFilter INCLUDES .html
    </Directory>
    (Yes, I want it to parse .html and not .shtml.)

    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!

  2. #2
    Linux Newbie
    Join Date
    Jul 2005
    Location
    Turn Around
    Posts
    202
    will it parse .shtml?

  3. #3
    Just 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...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •