This is a discussion on Server-side includes within the Linux Web Servers forums, part of the Web Server and Related Forums category; Does a page with server-side includes make multiple GET requests to the webserver (one for the page, one for ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Does a page with server-side includes make multiple GET requests to the
webserver (one for the page, one for each server-side include) or is the request handled by the server all at once and "put together" before being returned to the client? |
|
|||
|
SA <anon@nospam.com> writes:
> Does a page with server-side includes make multiple GET requests to > the webserver (one for the page, one for each server-side include) or > is the request handled by the server all at once and "put together" > before being returned to the client? It's done completely on the server. |
|
|||
|
On 02 Oct 2003 11:58:44 -0700, Paul Rubin <http://phr.cx@NOSPAM.invalid> wrote:
> SA <anon@nospam.com> writes: >> Does a page with server-side includes make multiple GET requests to >> the webserver (one for the page, one for each server-side include) or >> is the request handled by the server all at once and "put together" >> before being returned to the client? > > It's done completely on the server. In fact if everything is working properly, you would not even be able to tell from the browser what part of the content is SSI (you would not see SSI tags even in "view source"). -- David Efflandt - All spam ignored http://www.de-srv.com/ |