search for: inorout

Displaying 1 result from an estimated 1 matches for "inorout".

Did you mean: ingroup
2012 Mar 13
2
vhost creation with and without ssl
...which case the unique $servername variable became a singleton Do you have any idea how to get around this? I am pretty tired at the moment and cant think of any good solution. define vhost ($servername = "${hostname}.${domain}", $serveralias = [ "www.${hostname}.${domain}" ], $inorout = "1", $owner = "root", $group = "root", $enabled = "link", $rewrite = "", $ssl = "false", $cacert = "", $certchain = "", $certfile = "", $keyfile = "" ) { $filename = $ssl ? {...