Skip to content
Snippets Groups Projects

Draft: Issue #3512443 by andypost: Add a PHP 8.5 image for early testing

Closed Draft: Issue #3512443 by andypost: Add a PHP 8.5 image for early testing
1 unresolved thread
1 unresolved thread
Files
14
+ 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