File:  [LON-CAPA] / doc / install / linux / debian-ubuntu / loncapa
Revision 1.1: download - view: text, annotated - select for diffs
Thu May 26 13:35:38 2011 UTC (13 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, version_2_11_X, version_2_11_5_msu, version_2_11_5, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, version_2_11_1, version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1, version_2_11_0, version_2_10_X, version_2_10_1, version_2_10_0, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, HEAD, BZ4492-merge, BZ4492-feature_horizontal_radioresponse, BZ4492-feature_Support_horizontal_radioresponse, BZ4492-Support_horizontal_radioresponse
- - Rename debian-ubuntu/apache2.conf as debian-ubuntu/loncapa for
  consistency with target.

    1: <VirtualHost *:80>
    2:         ServerAdmin webmaster@localhost
    3: 
    4:         DocumentRoot /home/httpd/html
    5:         <Directory />
    6:                 Options FollowSymLinks
    7:                 AllowOverride None
    8:         </Directory>
    9:         ErrorLog /var/log/apache2/error.log
   10: 
   11:         # Possible values include: debug, info, notice, warn, error, crit,
   12:         # alert, emerg.
   13:         LogLevel warn
   14: 
   15:         CustomLog /var/log/apache2/access.log combined
   16: 
   17:     Alias /doc/ "/usr/share/doc/"
   18:     <Directory "/usr/share/doc/">
   19:         Options Indexes MultiViews FollowSymLinks
   20:         AllowOverride None
   21:         Order deny,allow
   22:         Deny from all
   23:         Allow from 127.0.0.0/255.0.0.0 ::1/128
   24:     </Directory>
   25: 
   26: </VirtualHost>
   27: 
   28: Include conf/loncapa_apache.conf

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>