next up previous contents
Next: sciconphp.conf (apache) Up: SciCon Installation Document Previous: php.ini   Contents

httpd.conf - Apache 2

## httpd.conf - Apache ver 2 HTTP server configuration file, see  
## (http://sciconphp.epfl.ch/confegs/)

### Section 1: Global Environment

## <snipped>

### Section 2: 'Main' server configuration

User apache

Group apache

ServerAdmin webmaster@somewhere.zz

UseCanonicalName Off

## DocumentRoot stuff removed; see virtual hosts section instead

## Lock up primary permissions:

<Directory />

      Options None

      AllowOverride None

</Directory>

## <some snipped out>

Alias /forms "/var/www/outside/forms"

<Directory "/var/www/outside/forms">

      Options None

      AllowOverride None

      Order allow,deny

      Allow from all

</Directory>

## <some snipped out>

### Section 3: Virtual Hosts

## virtual hosts have their own configuration file

NameVirtualHost 192.168.190.10:80

Include conf.d/sciconphp.conf

NameVirtualHost 192.168.190.10:80

Include conf.d/misc.conf

<IfModule mod_ssl.c>

      Include conf.d/secure.conf

</IfModule>

### end


next up previous contents
Next: sciconphp.conf (apache) Up: SciCon Installation Document Previous: php.ini   Contents
Denice DEATRICH 2003-10-12