esi-test-server-docker
esi-test-server-docker copied to clipboard
A dockerized version of Akamai's Edge Side Includes Test Server (ETS).
Using Akamai, I can include a page using HTTPS. ```html ``` For such ESI tag, ETS tries to make a request using http. This is not working for me since...
We are generating other file types with `esi:` tags inside to make use of the functionality. However the mod_esi setup inside apache only seems to process text mime types. Our...
Release Notes ESI Test Server Version 6.0.0.6x April 17, 2017 ********************************************************************* - Expand default maximum response size to 2MB; I am using the version 6.0.0.9 and I can see that...
when receibe an utf8 char, httpd crashes test: # curl -vsH 'testHeader: ÃÃ' testServer/ * About to connect() to testServer port 80 (#0) * Trying 127.0.0.1... * Connected to testServer...
i'm using version 6.0.0.9 and when trying to include an external domain fragment, the mod_esi are including extra spaces among http headers. when the fragment is from local domain it...
Hi, Since primary purpose for ETS is to be used for development environments it would be nice to improve how to connect sites running on host with ETS. There is...
In order to use the ESI server you have to manually set the Host-Header for each request. This makes testing inside a browser cumbersome. Is there an option to pass...
Hi, I arrange my folder as following: ``` ├── docker-compose.yml ├── html │ ├── akamai-logo.png │ ├── geo.html │ ├── gzip.html │ ├── index.html │ ├── sample.html │ ├── style.css...
Hi, I'm talking about `To get a processed ESI page from yoursite.example.com, add "Host: yoursite.example.com" header`. I'm running IIS as a primary server (running on port 80) and make it...
Query strings passed in the browser's URL don't seem to be available under $(QUERY_STRING). For example the browser's URL is: http://localhost:8080/playground?id=1&x=2 And this code shows the values are not passed...