9%
16.05.2013
** ** ** ** ** **$apache_package_name = 'httpd'
14 ** ** ** ** ** **$apache_service_name = 'httpd'
15 ** ** ** ** ** **$apache_config_name = '/etc/httpd/httpd.conf'
16 ** ** ** **}
17 ** **}
18 }
19
20 class apache
9%
14.03.2013
enable TLS 1.2 – given OpenSSL 1.0.1 and a recent 2.2 or 2.4 version of the Apache web server – using the SSLProtocol configuration option. Listing 1 provides a potential server configuration.
Listing
9%
17.06.2011
,200, comprising 55 different commands, were issued. The system, a server with 768MB RAM and a Pentium 3 CPU, took a total of 22 seconds to answer them, the longest response took 32 milliseconds, the shortest
9%
31.10.2025
's usually TCP port 22) to port 2222, for example, to keep port scans from filling up your logs. Without TCP Wrappers enabled, scans might run dictionary attacks on your server where password combinations
9%
30.11.2025
on */
17 port = 5556;
18
19 /* hub mask: the mask of servers that this server may hub. Multiple
20 * entries are permitted
21 */
22 hub_mask = "*";
23
24
9%
30.11.2025
be in the database for a production web application
18 $result = $hasher->CheckPassword($password, $passwordfromdb);
19
20 if ($result) {
21 echo "Password match!";
22 }
23 else {
24 echo "Password
9%
30.11.2025
of the stress test shown in Figure 2, shows that some 19,200 queries composed of 55 different commands were issued. The system, a server with 768MB of RAM and a Pentium 3 CPU, took a total of 22 seconds to answer
9%
14.08.2017
: http://www.cybertec.at/en/
The Author
Hans-Jürgen Schönig is the CEO of Cybertec Schönig & Schönig GmbH, a company providing 24x7
9%
02.08.2022
, the extremes occur rarely and the median (i.e., the 50th percentile) occurs particularly frequently. On both sides of the x
-axis, the number of matches per value increases as the median is approached. Given 100
9%
04.08.2020
+O and exit nano with Ctrl+X. You can then run through the gamut of systemctl commands to enable the service to start automatically upon boot and then start it manually with:
# systemctl enable pandora