Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Member
    Join Date
    Jun 2003
    Location
    matrix
    Posts
    60

    Lightbulb ssi problem apache 2

    guys, recently we upgraded apache 1.3 to apache 2 and it broke some ssi pages. ssi was no longer working on some pages. After tons of investigation I found that apache 2.0 expects ssi in different syntax

    apache 2.0 expect SSI to be written like this

    apache 2.0
    <!--#include virtual="header.txt" -->

    where as apache 1.3 use to parse SSI like this

    <!--# include virtual="header.txt" -->

    Please note space between #include is now gone in apache 2.0.

    this page describes solution

    Re: "missing directive name in parsed document"

    i hope this will help some one some day. do reply in case it helps you
    you can fix all pages in users folder with this comand

    just got users public_html folder and run this command

    find -name "*.htm*" -exec replace '<!--# include' '<!--#include' -- {} \;

    this will replace error in all pages.

  2. #2
    Member
    Join Date
    Aug 2009
    Location
    Houston, Tx
    Posts
    275

    Post SSI Problem

    Hello,

    Thank you very much for your help, if you have any info or questions please feel free to ask.

    Thank you,
    Matthew Curry

Similar Threads & Tags
Similar threads

  1. [ERROR] SHTML (SSI) in Apache.
    By Dattatec in forum cPanel and WHM Discussions
    Replies: 7
    Last Post: 03-16-2006, 03:23 AM
  2. ssi problem with apache core 1.3.34
    By dnd in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 03-11-2006, 11:21 AM
  3. SSI Config Problem
    By Daemon1 in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 06-19-2004, 11:05 PM
  4. ssi
    By typer in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 04-29-2003, 02:56 PM
  5. SSI problem
    By Radio_Head in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 12-05-2002, 10:50 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube