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
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