- From: John Calcote <John_Calcote@novell.com>
- Date: Mon, 22 May 1995 14:56:39 -0600
- To: www-talk@w3.org
I'm attempting to implement a clean version of HTTPD on the NetWare (4.x) OS. I have a daemon up and running now, (the easy part), and I have rudimentary (if temporary) file transfers working for playing with the server. Works pretty good if I do say so myself! Before I dive in any deeper, there is a concept or two that I need to understand before I start designing the URL parsing mechanism. First, what is the magic mime type: text/x-server-parsed-html >From my perusing of the NCSA source, this is some sort of INCLUDE functionality, but I can't decipher what INCLUDE is all about, can an HTML document include others to be sent along inline? If so, what is the general algorithm for parsing the include list, that is, how to you know what these other files are? Thanks! John Calcote
Received on Monday, 22 May 1995 16:57:11 UTC