[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Web Server



At 02:09 PM 12/12/97 -0500, you wrote:
>
>Kirk,
>Sorry it took a little while to get back to you, I've been travelling.
>
>>
>> I am currently using your web server and have a couple of questions:
>^^^
>good.
>> 
>> 1) How can I do remote administration and what all can be administered?
>^^^
>Theres no 'cool' remote administration interface. You can always use
>telnet to access the server machine and directly modify the file
>config.pi3 using a text editor, you could a little CGI program in a 
>new protected cgi-admin realm and remotely restart the server also.
>
>This follows the model used by UNIX servers. 
>
>
>    HTTP/1.0 200 OK
>    Server: foo
>    Last-Modified-Date: Sun, 02 Nov 1997 19:09:10 GMT
>    etc...

John does your server do Meta tags? or is that a client thing?
But anyways, if meta tags work, the following will do the exact same thing.
Just put it between <head> </head> of the HTML.
For the specific purpose the guy named with changing pictures from a
webcam, do this:

<META HTTP-EQUIV="refresh"
   CONTENT="3;URL='http://www.homepage.com/spot2.html'">

Where the number after the content is the the number of seconds before the
browser automatically refreshes, and the address is the page to be loaded,
in your case, the same as the page.

For the purpose of expiring, you can do the following:

<META HTTP-EQUIV="expires" CONTENT="Sun, 28 Dec 1997 09:32:45 GMT">

Note, that I have not tried either with the pi3web server.  I know not if
this is dependent on the server or the browser.