Questions tagged [ssi]

Server Side Includes (SSI) is a simple interpreted server-side scripting language used almost exclusively for the Web. The most frequent use of SSI is to include the contents of one or more files into a web page on a web server.

References

371 questions
-1
votes
1 answer

Is it possible to use SSI and Apache to make a cms?

I've been thinking about using Apache http advanced features and SSI to build a dynamic site with like a simple cms(lists most recent stories and uses a csv file to do look ups). Is it possible to abuse the advanced features of Apache and SSI in…
HSchmale
  • 1,838
  • 2
  • 21
  • 48
-1
votes
1 answer

Can I use SSI as a base server side language

I am currently using a limited webhost which only allows php and it seems like it has SSI enabled, my question is, can I use strictly SSI as my server side language? To make Database calls, transfer data from one page to another, etc. The main…
dhershman
  • 341
  • 2
  • 12
-1
votes
1 answer

lwip tcp/ip checksum error

LWIP: SSI output lengths may cause TCP/IP checksum errors I am using LWIP 1.4.1 running on an ARM LPC4357 (LPCOpen 2.1.12, date 5/15/2014). I am using httpserver_raw and have added a few SSI handlers. I find that the system is sensitive to both the…
Pete
  • 1
  • 1
-1
votes
2 answers

php - server side include broken pictures

when I add an include to my header, i get broken photos. example: my code: is there a problem in my code? html:
-1
votes
2 answers

Have nginx process an aspx file as though it were html

I have nginx running on Linux. I want to take an .aspx webpage and output just the html from it (no <% %> directives, imports or page declarations.) For simplicity's sake, assume that all .aspx pages I host are simply .html files renamed with a…
NuclearPeon
  • 5,743
  • 4
  • 44
  • 52
-1
votes
1 answer

SSI querystring syntax

I have a problem with a query string in SSI. Syntax isn't valid. The example URL is following: www.site.com/index.shtml?firstID=100&secondID=104&thirdID=true