HP3000-L Archives

January 1996, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Kevin Steves <[log in to unmask]>
Reply To:
Kevin Steves <[log in to unmask]>
Date:
Wed, 3 Jan 1996 01:26:01 GMT
Content-Type:
text/plain
Parts/Attachments:
text/plain (22 lines)
In article <[log in to unmask]>,
hans fohrman  <[log in to unmask]> wrote:
>Hi . One of my customers asked me to post this question for you out
>there. He do not have any direct conection to this news server so can you
>pls send all anwers over mail.
>
>Regards Hans F , Hp Sweden.
>
>Is anyone using ncsa httpd-server on the HP3000 ?  I'm running the
>httpd server on a HP3000 series 918. I wrote a CGI-program which uses
>time-function when I suddenly realized that the clock is 9 hours behind
>(Sweden). I changed the TZ-variable in the /etc/profile but that didn't
>help . Any suggestions?
 
If I recall correctly, the 3000 port is based on NCSA httpd 1.3, which
did not copy TZ into the CGI environment.
 
In 1.4, the following was added to http_script.c:add_common_vars():
 
    if((env_tz = getenv("TZ")))
        env[x++] = make_env_str("TZ",env_tz,out);

ATOM RSS1 RSS2