87%
18.07.2013
.
Listing 1
Virtual host TLS
01
02 ServerName login.example.com
03 DocumentRoot "/var/www"
04
05 SSLEngine on
06 SSLCertificateFile /etc/apache2/ssl
87%
05.12.2016
are used to protect the server from unauthorized access. Public blacklists (e.g., OpenBL.org [1]) distribute the IP addresses of honeypot systems that help document attacks and distribute the IP addresses
87%
05.02.2019
, a Linux and OpenStack enthusiast, and founder of the technical blog http://www.tuxfixer.com about Linux, virtualization, and cloud computing.
87%
30.11.2020
of need, when a Pod or a cluster is misbehaving, turn to these applications.
Infos
Red Hat contributes CRI-O: https://www.redhat.com/en/blog
87%
13.12.2018
:\" "\"$LINE\"" >> /tmp/listner.log
10
11 if [ $? = 1 ]
12 then
13 echo -e "$LINE ... \n found on $HOSTNAME" | mail -s "Something's wrong on $(hostname)" bf@onb.ac.at
14 fi
15 done &
16 tailf /tmp
87%
13.06.2016
, then the English version will be shown when the visitor goes to the page's URL containing no ISO language code (e.g., http://example.com/node/1). The Spanish version would be viewable at http://example.com/es/node/1
87%
11.10.2016
).
The server configuration (/etc/riemann/riemann.config) is a Clojure script [5]. The functions of this Lisp dialect follow Polish notation (i.e., first the function, then all the arguments). For example (+ 1 3
87%
30.01.2024
of the Internet. Because of the ever-increasing dependence on online services, you need to keep an eye on BGP and look into options for securing it.
Infos
ASDot and ASPlain: https://www.networkers-online.com
87%
06.10.2019
are in effect: (1) the user is still logged in and (2) the session ID information is current. In many sessions, the session ID will time out eventually (e.g., after 15 minutes).
Figures 7 and 8 provide
87%
13.02.2017
for this example. The line that begins with DocumentRoot needs the value /var/www. So that the web server knows its name, the ServerName keyword must be present and must have a correct value (e.g., owncloud.example.com