Re: Getting domain info on each hit.

2009-11-16 Thread Philippe M. Chiasson
On 09-11-16 13:54 , Devrim Yasar wrote: > Hi, > > We want to retrieve URL and use it inside our vhosts, realtime. > > To demonstrate my case, I placed random numbers on ServerAdmin directive > (just to test), > > > $ServerAdmin = int(rand(100))."lo...@koko.com"; > > > > > > As you may know

Getting domain info on each hit.

2009-11-16 Thread Devrim Yasar
Hi,We want to retrieve URL and use it inside our vhosts, realtime.To demonstrate my case, I placed random numbers on ServerAdmin directive (just to test),$ServerAdmin = int(rand(100))."lo...@koko.com";As you may know, this random number is assigned only when you restart the server, and never change