You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
948 B
36 lines
948 B
## |
|
## boa.conf -- Boa HTTP Server Configuration |
|
## |
|
|
|
Port 80 |
|
Listen 127.0.0.1 |
|
User @l_nusr@ |
|
Group @l_ngrp@ |
|
|
|
PidFile @l_prefix@/var/boa/boa.pid |
|
ErrorLog @l_prefix@/var/boa/boa.error.log |
|
AccessLog @l_prefix@/var/boa/boa.access.log |
|
CGILog @l_prefix@/var/boa/boa.cgi.log |
|
|
|
#VirtualHost |
|
#DefaultVHost www.example.com |
|
ServerName www.example.com |
|
DocumentRoot @l_prefix@/pub |
|
UserDir public_html |
|
DirectoryIndex index.html |
|
DirectoryMaker @l_prefix@/libexec/boa/boa_indexer |
|
DirectoryCache @l_prefix@/var/boa/boa.dircache |
|
|
|
UseLocaltime |
|
KeepAliveMax 1000 |
|
KeepAliveTimeout 10 |
|
|
|
MimeTypes @l_prefix@/etc/boa/mime.types |
|
DefaultType text/plain |
|
AddType application/x-httpd-cgi cgi |
|
|
|
#Alias /doc @l_prefix@/doc |
|
ScriptAlias /openpkg-cgi/ @l_prefix@/cgi/ |
|
CGIPath /bin:/usr/bin:@l_prefix@/bin |
|
CGIumask 027 |
|
|
|
|