File: group.yml

package info (click to toggle)
scap-security-guide 0.1.79-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 114,704 kB
  • sloc: xml: 244,677; sh: 84,647; python: 33,203; makefile: 27
file content (19 lines) | stat: -rw-r--r-- 643 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
documentation_complete: true

title: 'Web Server'

description: |-
    The web server is responsible for providing access to
    content via the HTTP protocol. Web servers represent a significant
    security risk because:
    <br /><br />
    <ul>
    <li>The HTTP port is commonly probed by malicious sources</li>
    <li>Web server software is very complex, and includes a long
    history of vulnerabilities</li>
    <li>The HTTP protocol is unencrypted and vulnerable to passive
    monitoring</li>
    </ul>
    <br /><br />
    The system's default web server software is Apache 2 and is
    provided in the RPM package <tt>httpd</tt>.