## ## hyperlinux httpd.conf -- Apache HTTP server configuration file ## For the HyPerLinux project ## NameVirtualHost 127.0.0.1 ServerName hyperlinux Listen 8000 User hyperlinux Group hyperlinux DocumentRoot "/home/hyperlinux/html" CustomLog /var/log/httpd/hyperlinux-access.log combined LogLevel warn Errorlog /var/log/httpd/hyperlinux-error.log Options Indexes Includes FollowSymLinks AllowOverride None Order allow,deny Allow from all ScriptAlias /cgi-bin/ "/home/hyperlinux/cgi-bin/" AllowOverride None Options ExecCGI Order allow,deny Allow from all