env vars for server side includes?

John Ellson (hotsand!ellson)
Sat, 2 Oct 93 13:42:14 EDT


This question is primarily for the ncsa-httpd developers, but also
for Tony Sanders if he would consider implementing server side
includes into plexus.

I'd like to put the last-modified date of the html file into the display.
Is there a way to obtain the full pathname of the current html file to pass
to a program?

I'm thinking perhaps an environment variable set by the server
daemon so that I can do something like:

Last modified: <inc srv "|ls -l $HTML_PATHNAME |awk '{print $5,$6,$7}'>

Some other possibly useful environment variables that come to mind are the
identity and version of the server daemon.

John.Ellson@att.com