Re: Getting PerlSetVar's at PerlModule time...

2000-01-27 Thread Doug MacEachern
On Thu, 27 Jan 2000, Matt Sergeant wrote: > Am I just stupid, or can you not get at PerlSetVar's at server startup time? > > I've tried: > > Apache->request->dir_config (segfaults) > Apache->server->dir_config (segfaults) > and > Apache::dir_config (script stops, but httpd continues...) > Apach

Getting PerlSetVar's at PerlModule time...

2000-01-27 Thread Matt Sergeant
Am I just stupid, or can you not get at PerlSetVar's at server startup time? I've tried: Apache->request->dir_config (segfaults) Apache->server->dir_config (segfaults) and Apache::dir_config (script stops, but httpd continues...) Apache::dir_config(undef, 'Var') (segfaults) This is on the lates