Public bug reported:

Binary package hint: lighttpd

mod_ssi seems to work, but does not allow #includes

Test ssi.shtml
<html>
<head>
    <title>Test Page</title>
</head>
<body>
    <p><b>SSI Test<b></p>
    <!--#echo var="DOCUMENT_ROOT"-->
    <!--#include virtual="temp.txt"-->
</body>
</html>

temp.txt:
SSI includes works!

The resulting HTML source when accessed through lighttpd:

<html> 
<head> 
    <title>Test Page</title> 
</head> 
<body> 
    <p><b>SSI Test</b></p> 
    /var/www/
    
</body> 
</html> 

Options tried: setting execute bit on both ssi.shtml and temp.txt.
Result: No effect

** Affects: lighttpd (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/714832

Title:
  mod_ssi works, but does not allow any #include

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to