The server-side-includes tag has no wiki summary.
1
vote
1answer
127 views
IIS 6.1 Handlers for HTML, ASP, INC files
I have a legacy website in which .HTML, .ASP, and .INC files are being used. Problem is all pages have VBScript code not parsed by IIS and thus written on page as static text. I want to fix it. All ...
1
vote
1answer
420 views
nginx proxy caching and ssi
I am using nginx for caching requests from the upstream apache server, however I want few blocks inside to be fetched from apache all the time. I am hoping ssi can do this, but the SSI tags are ...
0
votes
1answer
99 views
Adding SSI support causes mod_dir “trailing slash” redirect to stop working
I have enabled SSI using the following directives in .htaccess
AddHandler server-parsed .html
AddOutputFilter INCLUDES html
However when I add these, the trailing slash redirects stop working.
For ...
0
votes
0answers
35 views
SSIs not working on default page
I'm new to this and have (for me, at least) a bit of a strange problem. I've set up SSI on my home apache2 server, adding some lines to /etc/apache2/apache2.conf (on Debian). The strange thing its ...
0
votes
0answers
46 views
Can Apache logs capture SSI
I'm a web developer so I have some knowledge of how Apache works.
I'm working with a MASSIVE website at the moment (1.6 million files) 90% of which are called through virtual includes, cgi-bin, PHP, ...
0
votes
0answers
46 views
Server-Side-Include date formatting not working on Apache 2
I'm a webmaster trying to figure out what might need changing in the setup of our new web server to fix this SSI issue. Until I can replace much SSI code with PHP in many many pages, I need to make ...
0
votes
0answers
151 views
Apache2 SSI include query-strings
Hello
I have some troubles with query strings in SSI includes.
Apache 2.2 mpm-prefork + mod_perl + SSI enabled
Apache2 configuration:
cat apache2.conf
......
AddType text/html .shtml .html .htm
...