Vine + Apache
抜粋 以下間違いもありそう。
貼り付け時に消したものがいっぱい
##
## httpd.conf -- Apache HTTP server configuration file
##
ServerType standalone
ServerRoot /etc/httpd
LockFile /var/lock/httpd.lock
PidFile /var/run/httpd.pid
ScoreBoardFile /var/run/httpd.scoreboard
Timeout 300
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 15
MinSpareServers 5
MaxSpareServers 20
#
# Number of servers to start initially --- should be a reasonable ballpark
# figure.
#
StartServers 8
MaxClients 150
MaxRequestsPerChild 100
Listen 80
Port 80
#User apache
#Group apache
User nobody
Group nobody
ServerAdmin ********@hotmail.com
DocumentRoot /home/*****
Options FollowSymLinks
AllowOverride Limit AuthConfig
Options Indexes Includes FollowSymLinks MultiViews ExecCGI
AllowOverride None
Order allow,deny
Allow from all
DirectoryIndex index.html index.htm index.shtml index.php index.php4 index.php3 index.cgi
AccessFileName .htaccess
Order allow,deny
Deny from all
UseCanonicalName On
TypesConfig /etc/mime.types
DefaultType text/plain
MIMEMagicFile /usr/share/magic
HostnameLookups Off
ServerSignature On
ScriptAlias /cgi-bin/ /home/*/
AllowOverride None
Options ExecCGI
Order allow,deny
Allow from all
IndexOptions FancyIndexing NameWidth=*
AddHandler cgi-script .cgi .pl
AddType text/html .shtml
DocumentRoot /home/httpd/html
#
# Load config files from the config directory "/etc/httpd/conf.d".
#
Include conf.d/*.conf