Skip to content
Snippets Groups Projects

8.3-apache-ubuntu: new image (sqlite 3.45.0)

12 files
+ 1073
0
Compare changes
  • Side-by-side
  • Inline
Files
12
+ 19
0
 
<VirtualHost *:80>
 
 
DocumentRoot /var/www/html
 
RewriteEngine On
 
Alias "/apc" "/var/www/apc"
 
Alias "/server-status" "/var/www/apc"
 
 
<Directory /var/www/html>
 
Options Indexes FollowSymLinks MultiViews
 
AllowOverride All
 
Order Allow,Deny
 
Allow from All
 
</Directory>
 
 
ErrorLog /var/log/apache2/test.apache.error.log
 
ServerSignature Off
 
CustomLog /var/log/apache2/test.apache.access.log combined
 
 
</VirtualHost>
Loading