Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- GNU nano 2.9.3 /etc/boa/boa.conf Modified
- # Boa v0.94 configuration file
- # Customized for Debian GNU/Linux by Jonathon Nelson <jnelson@boa.org>
- # File format has not changed from 0.93
- # File format has changed little from 0.92
- # version changes are noted in the comments
- #
- # The Boa configuration file is parsed with a lex/yacc or flex/bison
- # generated parser. If it reports an error, the line number will be
- # provided; it should be easy to spot. The syntax of each of these
- # rules is very simple, and they can occur in any order. Where possible
- # these directives mimic those of NCSA httpd 1.3; I saw no reason to
- # introduce gratuitous differences.
- # $Id: boa.conf,v 1.7 2001/09/25 03:28:30 jnelson Exp $
- # The "ServerRoot" is not in this configuration file. It can be compiled
- # into the server (see defines.h) or specified on the command line with
- # the -c option, for example:
- #
- # boa -c /usr/local/boa
- # Port: The port Boa runs on. The default port for http servers is 80.
- # If it is less than 1024, the server must be started as root.
- Port 1119
- # PidFile: The file that boa should write it's PID to
- # NOT FUNCTIONAL YET -- just a stub for now
- #PidFile /var/run/boa.pid
- # Listen: the Internet address to bind(2) to. If you leave it out,
- # it takes the behavior before 0.93.17.2, which is to bind to all
- # addresses (INADDR_ANY). You only get one "Listen" directive,
- # if you want service on multiple IP addresses, you have three choices:
- # 1. Run boa without a "Listen" directive
- # a. All addresses are treated the same; makes sense if the addresses
- # are localhost, ppp, and eth0.
- # b. Use the VirtualHost directive below to point requests to different
- # files. Should be good for a very large number of addresses (web
- # hosting clients).
- # 2. Run one copy of boa per IP address, each has its own configuration
- # with a "Listen" directive. No big deal up to a few tens of addresses.
- # Nice separation between clients.
- # The name you provide gets run through inet_aton(3), so you have to use dotted
- # quad notation. This configuration is too important to trust some DNS.
- #Listen 192.68.0.5
- # User: The name or UID the server should run as.
- # Group: The group name or GID the server should run as.
- User imperial
- Group imperial
- # ServerAdmin: The email address where server problems should be sent.
- # Note: this is not currently used, except as an environment variable
- # for CGIs.
- [ Error writing /etc/boa/boa.conf: Permission denied ]
- ^G Get Help ^O Write Out ^W Where Is ^K Cut Text ^J Justify ^C Cur Pos M-U Undo M-A Mark Text M-] To Bracket M-▲ Previous ^B Back ^◀ Prev Word ^A Home ^P Prev Line M-- Scroll Up
- ^X Exit ^R Read File ^\ Replace ^U Uncut Text ^T To Spell ^_ Go To Line M-E Redo M-6 Copy Text M-W WhereIs Next M-▼ Next ^F Forward ^▶ Next Word ^E End ^N Next Line M-+ Scroll Down
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement