- <Directory "/var/www/html/librarian">
- AllowOverride None
- Order deny,allow
- Deny from all
- Allow from 127.0.0.1
- <IfModule mod_php5.c>
- php_value upload_max_filesize 200M
- php_value post_max_size 800M
- php_value max_input_time 120
- </IfModule>
- </Directory>
- <Directory "/var/www/html/librarian/library">
- IndexIgnore *
- AddType text/plain .html .htm .shtml
- <IfModule mod_php5.c>
- php_admin_flag engine off
- </IfModule>
- <FilesMatch "\.(sq3|pdf)$">
- Order allow,deny
- </FilesMatch>
- </Directory>