Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Re: Re: Re: Mod_Perl multiple timezones

by dtr (Scribe)
on Jul 24, 2003 at 10:00 UTC ( [id://277490]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Mod_Perl multiple timezones
in thread Mod_Perl multiple timezones

Hi Chmrr, you seem to have the answers to all of my problems today! Here's the relevant sections of the httpd.conf file:-
LoadModule perl_module modules/mod_perl.so

PerlOptions +SetupEnv +ParseHeaders +Parent -GlobalRequest
PerlSwitches -w -T
PerlRequire  "/var/www/startup.pl"

Alias /test  /var/www/test

<Directory /var/www/test>
    Options +ExecCGI
    Order allow,deny
    Allow from all
</Directory>

<Location /test/*.pl>
    SetHandler perl-script
    PerlResponseHandler ModPerl::Registry
</Location>

I've tried this with +Parent and -Parent (I'm trying to support multiple vhosts on this server), and also with +SetupEnv and -SetupEnv.
  • Comment on Re: Re: Re: Re: Mod_Perl multiple timezones

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Mod_Perl multiple timezones
by Anonymous Monk on Aug 05, 2003 at 02:21 UTC
    Try setting TZ in the shell before starting Apache:

    TZ=<some time zone>; export TZ

    I was having the exact same problem and explicitly setting it cured the problem. Perhaps there's a bug with setting a value for a previously non-existent environmental variable.

    StarMan

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://277490]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-12-07 17:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which IDE have you been most impressed by?













    Results (50 votes). Check out past polls.