Drop old configuration and adapt configure
[MonkeyD.git] / lang / en / sites / default
blob37d7cee53c750fc6f094bd33c4caad2ab16578cd
2 cat > conf/sites/default <<EOF
3 # Default Host - Configuration
4 # ============================
5 # Here the variable principals of the program are defined in respect
6 # to the configuration of the different types of directives.
8 # DocumentRoot :
9 # -------------
10 # This variable corresponds to the location of the main server directory
11 # of the web pages, where the files of your site are located.
13 # Example:
14 #      DocumentRoot /home/krypton/htdocs
17 DocumentRoot $datadir
19 # ServerName :
20 # ------------
21 # Allow you to set a host and domain name (e.g monkey.linuxchile.cl). If
22 # you are working in a local network just set your IP address or if you
23 # are working like localhost set your loopback address (127.0.0.1).
25 ServerName 127.0.0.1
27 # AccessLog:
28 # ----------
29 # Registration file of correct request.
31 AccessLog $logdir/access.log
33 # ErrorLog:
34 # ---------
35 # Registration file of incorrect request.
37 ErrorLog $logdir/error.log
39 # GetDir :
40 # --------
41 # In case a starting file cannot be found for the required route through
42 # the browser, it's possible to send the information from the directory 
43 # with it's respective contents (values on/off).
45 GetDir on
47 EOF