Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1892)

Unified Diff: third_party/WebKit/LayoutTests/http/conf/arch-httpd-2.4.conf

Issue 2444633002: Change ArchLinux httpd config to php7 (from php5) (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/conf/arch-httpd-2.4.conf
diff --git a/third_party/WebKit/LayoutTests/http/conf/arch-httpd-2.4.conf b/third_party/WebKit/LayoutTests/http/conf/arch-httpd-2.4.conf
index b67c7ff5df2e3d8197960ebe3e729166bdc42410..0fb67a1c49cf624b6f537fb298f6e599fb6c1fd4 100644
--- a/third_party/WebKit/LayoutTests/http/conf/arch-httpd-2.4.conf
+++ b/third_party/WebKit/LayoutTests/http/conf/arch-httpd-2.4.conf
@@ -28,7 +28,7 @@ LoadModule alias_module modules/mod_alias.so
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule cgi_module modules/mod_cgi.so
LoadModule ssl_module modules/mod_ssl.so
-LoadModule php5_module modules/libphp5.so
+LoadModule php7_module modules/libphp7.so
LoadModule asis_module modules/mod_asis.so
LoadModule unixd_module modules/mod_unixd.so
LoadModule log_config_module modules/mod_log_config.so
@@ -115,7 +115,7 @@ AddOutputFilter INCLUDES .shtml
AddHandler send-as-is asis
-<IfModule mod_php5.c>
+<IfModule mod_php7.c>
AddType application/x-httpd-php .php
AddType application/x-httpd-php .bat
AddType application/x-httpd-php-source .phps
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698