Re: Flakey [Named]VirtualHost support, should TieHash be used?

2000-11-09 Thread Alexey Zilber
I'd just like to say that YOU ROCK! I was using push the wrong way originally, by trying to push a hash unto an array. This way works like a charm. Got rid of the "Attempt to free unreferenced scalar." errors and the instability. Thanks Ben! Alex Alexey Zilber Director of MIS CCG.XM 498 Se

Re: Flakey [Named]VirtualHost support, should TieHash be used?

2000-11-08 Thread Benjamin Trott
> Attempt to free unreferenced scalar. > Attempt to free unreferenced scalar. > Attempt to free unreferenced scalar. > Attempt to free unreferenced scalar. > Attempt to free unreferenced scalar. Interesting. Is the number of "Attempt to free unreferenced scalar." messages the same as the number o

Re: Flakey [Named]VirtualHost support, should TieHash be used?

2000-11-08 Thread Alexey Zilber
Benjamin Trott <[EMAIL PROTECTED]> 11/8/00 4:23:12 PM >>> >> For some reason I usually >> need to start Apache 4-5 times before it actually "sticks" and starts. > >What do you mean by "sticks"? You mean, when it doesn't "work", Apache isn't running? Exactly. It says httpd started but, for

Re: Flakey [Named]VirtualHost support, should TieHash be used?

2000-11-08 Thread Benjamin Trott
> For some reason I usually > need to start Apache 4-5 times before it actually "sticks" and starts. What do you mean by "sticks"? You mean, when it doesn't "work", Apache isn't running? What happens when you do httpd -S (should show the configured virtual hosts)? > One other weirdness.. when I

Flakey [Named]VirtualHost support, should TieHash be used?

2000-11-08 Thread Alexey Zilber
Hi All, I've been developing a little mod_perl Apache::Registery script that builds VirtualHosts and NamedVirtualhost's based on pre-generated text files. The code works wonderfully... when it actually works. For some reason I usually need to start Apache 4-5 times before it actually "sti