ssi Questions

4

Solved

Say I have a template layout saved in template.html. This template includes a banner, side navigation, content container, and footer. Can I use flask to break up these page elements in such a way t...
Riehl asked 13/3, 2012 at 5:55

3

Some of the expressions in Server Side Include are no longer working after I upgraded the server from version 2.2 to 2.4, giving me a series of errors: AH01337: Could not parse expr "$SERVER_NAM...
Jelene asked 14/2, 2013 at 15:19

3

Recently I came to know about SHTML when I saw a site with .shtml extensions. What is the purpose of SHTML, and in what ways does it differ from HTML and DHTML?
Weft asked 6/2, 2009 at 9:4

7

How do I actually run a file on localhost? I know it is working, but how do I run a file on it, and how do I verify that the file is in fact running on localhost? Server newbie here, additional qu...
Knotty asked 23/11, 2008 at 20:2

2

The web server is Apache 2.2.22 running on Ubuntu 12.04 LTS. This is my http.conf file: DirectoryIndex index.shtml index.html index.cgi index.pl index.php index.xhtml LoadModule cgi_module /usr/...
Gwinn asked 5/10, 2013 at 17:18

5

I have many files with small differences. The included file contains this, which tries to differentiate on one part of a longer path: <!--#if expr="${DOCUMENT_URI}=/internet/"-->Internet<...
Diarthrosis asked 28/1, 2013 at 18:40

2

My website is set up to use SSI and it's been working great. However, when I try to include a file via SSI it won't work for I use a relative path. For example, the following works <html> ...
Galley asked 3/11, 2015 at 5:7

3

I Love the new apache httpd 2.4 with lots of new cool stuff ! ap_expr is one of these new very promising features, ..BUT the following SSI snippet don't work as expected: {{if expr="v('HTTP_SES...
Crosswalk asked 18/4, 2013 at 19:48

5

Solved

Is it possible to build some kind of master page with Classic ASP without frames or iframes? I’m wondering if there is a way to include content pages in the main page like ASP.NET master pages do....
Althing asked 14/5, 2010 at 19:59

2

OK, this might sound a little crazy, but bear with me here for a minute. I'm working on a site where the standard is to use SSI to include page headers, footers, and menus. The included files use ...
Nutrient asked 10/2, 2011 at 2:9

1

Solved

I am running an Apache (version 2.2.22) web server on an Ubuntu 12.04 server. SSI is not working. The classic <!--#echo var="DATE_LOCAL" --> in an index.shtml page is not interpreted. In /etc...
Jaine asked 7/5, 2014 at 11:56

3

Solved

I'm trying to exploit some web vulnerabilities in a sample website running inside a VM (it is not available on the web - only for educational purposes). I have a php file named setupreset.php which...
Tuchman asked 22/12, 2013 at 4:24

1

Is there any way to use ssi on cloudfront or or is it categorized as dynamic content? I would like to have sections like a header, nav or sidebar be able to use one file. example:i have some html ...
Scorch asked 28/8, 2013 at 9:38

1

Solved

Can anyone tell me the difference between Server side include and sling dynamic include and their respective use cases ?
Fineable asked 8/8, 2013 at 19:53

4

Solved

I'm using a 10-item unordered list as a navigation bar. Using SSI, I put the header and navigation bar into every file. I'd like a way to add class="active" to the ruleset of the currently active p...
Redhanded asked 17/7, 2013 at 17:35

1

Solved

In IIS 7.5, is it possible to use web.config alone to enable SSI processing for files that have the .html extension? Specifically, I don't want to use the default SSI extension, .shtml. Reason: I ...
Evelunn asked 16/7, 2013 at 22:40

2

Solved

I want to configure Server Side Includes (SSI) in IIS 7.5. By default, the file extension that indicates that a file should be processed as an SSI file is .shtml. However, I want to configure IIS s...
Almeida asked 3/1, 2013 at 8:50

4

Solved

I'm quite new to website building. Yet do have some experience in LaTeX and some other programming languages. I really try and reuse code etc. So, when building my website, I want to "include" fo...
Stanchion asked 24/1, 2012 at 19:32

3

I created a static website in which each page has the following structure: Common stuff like header, menu, etc. Page specific stuff in main content div Footer In this website, all the common co...
Rage asked 12/2, 2009 at 1:39

2

Is there a HTML preprocessor that can do simple page processing similar to Server Side Includes, but produce a static set of HTML pages?
Seychelles asked 28/3, 2011 at 17:19

2

Solved

I have to get URL and parameters with SSI (only with SSI), but I can't find any solution. For example: http://www.test.com/abc.html?data=something And I have to get value of parameter "data".
Gunfire asked 17/9, 2010 at 6:20

4

Is it possible to use a server side include to access files that are outside of the server? If not what are some other options to do this?
Mealworm asked 10/8, 2009 at 15:26

1

When looking at a SSI printenv dump I see a variable URI_REQUEST. When reading the Apache mod_include docs I see DOCUMENT_URI which they define as "The (%-decoded) URL path of the document request...
Cardio asked 2/9, 2008 at 11:22
1

© 2022 - 2024 — McMap. All rights reserved.