Questions tagged [server-side-includes]

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

48 questions
0
votes
0 answers

Transfer Compression with Cloudfront and nginx SSI

Is there any way to enable GZIP / Brotli compression on Cloudfront if the origin is a nginx server with SSI (Server Side Includes) enabled? The issue seems that nginx SSI drops the Content-Length header, as it doesn’t know the content length at the…
0
votes
1 answer

Best way to secure world-writable .shtml files written to by Perl?

The Perl script I have a Perl script running on an old Debian 6 server (until I move to a new server) that opens an editable pane in an .shtml file, accepts only Creole markup input from a single user, and writes to two user-editable .shtml files…
Dave Everitt
  • 201
  • 1
  • 4
  • 11
-1
votes
1 answer

Nginx Server Side Includes and url rewrite

I'm trying to do something that looks very difficult for me. I need to embed a live blog remote HTML url inside my rails app and I don't want to use iframes for SEO. I'm trying to use SSI. I understand that I cannot use SSI with remote URL, but I'm…
Roberto Pezzali
  • 141
  • 1
  • 1
  • 9
1 2 3
4