PHP Classes

File: config/apache2.conf

Recommend this page to a friend!
  Classes of Mark de Leon   PHP Document Scanner using SANE or eSCL AirPrint   config/apache2.conf   Download  
File: config/apache2.conf
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Document Scanner using SANE or eSCL AirPrint
Web interface to scan printed documents
Author: By
Last change:
Date: 4 years ago
Size: 817 bytes
 

Contents

Class file image Download
<Directory "/var/www/html"> # Allow .htaccess files to override config directives AllowOverride All # Allow mod_dir to issue an internal subrequest for the DirectoryIndex # when requesting /subdirectory/ (note the trailing slash) DirectoryIndex index.php index.htm # Access needs to be permitted (somewhere) Require all granted </Directory> <Directory "/var/www/html/Scans"> DirectoryIndex index.php index.htm </Directory> <Directory "/var/www/html/Scans/NextDocument"> DirectoryIndex index.php index.htm </Directory> <Directory "/var/www/html/eSCL/ScannerStatus"> DirectoryIndex index.php index.htm </Directory> <Directory "/var/www/html/eSCL/ScannerCapabilities"> DirectoryIndex index.php index.htm </Directory> <Directory "/var/www/html/eSCL/ScanJobs"> DirectoryIndex index.php index.htm </Directory>