summaryrefslogtreecommitdiff
path: root/tests/httpd.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/httpd.conf.in')
-rw-r--r--tests/httpd.conf.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/httpd.conf.in b/tests/httpd.conf.in
index b818c12d..93fb7ff4 100644
--- a/tests/httpd.conf.in
+++ b/tests/httpd.conf.in
@@ -24,13 +24,15 @@ LoadModule authz_host_module @APACHE_MODULE_DIR@/mod_authz_host.so
LoadModule authz_user_module @APACHE_MODULE_DIR@/mod_authz_user.so
LoadModule dir_module @APACHE_MODULE_DIR@/mod_dir.so
LoadModule mime_module @APACHE_MODULE_DIR@/mod_mime.so
-@IF_HAVE_PHP@LoadModule php7_module @APACHE_PHP_MODULE_DIR@/libphp7.so
+@IF_HAVE_PHP@LoadModule php7_module @APACHE_PHP_MODULE_FILE@
LoadModule proxy_module @APACHE_MODULE_DIR@/mod_proxy.so
LoadModule proxy_http_module @APACHE_MODULE_DIR@/mod_proxy_http.so
LoadModule proxy_connect_module @APACHE_MODULE_DIR@/mod_proxy_connect.so
LoadModule ssl_module @APACHE_SSL_MODULE_DIR@/mod_ssl.so
@IF_HAVE_MOD_UNIXD@LoadModule unixd_module @APACHE_SSL_MODULE_DIR@/mod_unixd.so
+@IF_HAVE_PHP@PHPIniDir .
+
DirectoryIndex index.txt
TypesConfig /dev/null
AddType application/x-httpd-php .php