Annotation of doc/install/linux/debian-ubuntu/ubuntu14/loncapa_site, revision 1.1
1.1 ! raeburn 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: Include conf/loncapa_rewrite.conf
! 26: </VirtualHost>
! 27:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>