summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/monkey/conf/sites/default.in
blob: 0d259ae9e69ecef7fc8c547ba04a5767bca7a851 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Default Host - Configuration
# ============================
# Here the variable principals of the program are defined in respect
# to the configuration of the different types of directives.

[HOST]
    # ServerName:
    # -----------
    # Allow you to set a host and domain name (e.g monkey.linuxchile.cl). If
    # you are working in a local network just set your IP address or if you
    # are working like localhost set your loopback address (127.0.0.1).

    ServerName @MK_VH_SERVERNAME@

    # DocumentRoot:
    # -------------
    # This variable corresponds to the location of the main server directory
    # of the web pages, where the files of your site are located.
    #
    # Example:
    #      DocumentRoot /home/krypton/htdocs

    DocumentRoot @MK_PATH_WWW@

    # Redirect:
    # ---------
    # Under specific conditions, you may want the server performs a HTTP
    # redirect when this Virtual Host is reach. If that is the case, append
    # to the Redirect key the value of the address where to redirect the
    # HTTP client.
    #
    # Redirect http://monkey-project.com

[LOGGER]
    # AccessLog:
    # ----------
    # Registration file of correct request.

    AccessLog @MK_PATH_LOG@/access.log

    # ErrorLog:
    # ---------
    # Registration file of incorrect request.

    ErrorLog @MK_PATH_LOG@/error.log

[ERROR_PAGES]
    404  404.html

[HANDLERS]
    # FastCGI
    # =======
    # Match /.*\.php fastcgi

    # CGI
    # ===
    # Match /cgi-bin/.*\.cgi cgi