Den här sidan är nyligen utvecklad, vi tar gärna emot synpunkter kring tjänsten.

Driftinfo och incidentrapporter

2016-07-05 Ändrat .htaccess inför Apache 2.4

Avseer tjänst: Webbserver

Period: 2016-07-05 14:00

Status: Utfört

Kort information: Vi har patchat alla .htaccess filer som innehåller suPHP_ConfigPath

Mer information:

Inför uppdatering till Apache 2.4 har vi patchat alla .htaccessfiler vi lagt in som standard med följande patch:

 
-suPHP_ConfigPath /web/x/x/xxx.xxx/public_html
+
+# 2016-07-05 - Added for Apache 2.4 and PHP 5.6 compability.
+<IfModule !mod_php5.c>
+	suPHP_ConfigPath /web/x/x/xxx.xxx/public_html
+</IfModule>
+