FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Possible mod_perl incompatibility
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Possible mod_perl incompatibility [message #21230 is a reply to message #21229] Mon, 22 November 2004 20:53 Go to previous messageGo to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
This is a rather nasty situations where there is no proper fix. Using apache_setenv() does not work because when changing the timezone env variable you also need to call (lib C function) tzset() to make that timezone usable. This function ONLY reads the system environment setting and ignores the apache one. This means that calling apache_setenv() does absolutely nothing and might as well not be called at all.

The "fix" I've added is an admin option that allows disabling of the putenv() call for the people who encounter the same problem as you.

The official patch can be found here:
http://cvs.prohost.org/c/index.cgi/FUDforum/chngview?cn=3160


FUDforum Core Developer
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Forum Crash?
Next Topic: Quoting problem
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Nov 22 17:47:36 GMT 2024

Total time taken to generate the page: 0.04685 seconds