Submitted By: Submitted To
Submitted By: Submitted To
e. ServerAlias www.xy.com
It is an alternate names for a host used when matching requests to
name-virtual hosts.
f. ServerName www.xyz.com
ServerName defines the hostname returned to clients when they read data
from this server. In the default Solaris configuration, the ServerName
directive is commented out, which means that the "real" hostname is sent
to clients. Thus, if the name assigned to the first network interface is
www.xyz.com, then that is the name sent to clients.
b.
my $test=33;
print "Output containing string, (this one) ",
"numbers (",4.3,
") and variables: ",
$test,
"\n
End of Output";
ANSWER
End of Output