Comment # 4 on bug 954508 from
JFYI test's configuration file is:

$ cat /tmp/php7-test/httpd.conf 
ServerName test
User abuild
Group abuild
Listen 60080
PidFile /tmp/php7-test/pid
ErrorLog /tmp/php7-test/error_log
LoadModule dir_module        /usr/lib64/apache2-prefork/mod_dir.so
LoadModule auth_basic_module /usr/lib64/apache2-prefork/mod_auth_basic.so
LoadModule authz_core_module /usr/lib64/apache2-prefork/mod_authz_core.so
LoadModule authz_host_module /usr/lib64/apache2-prefork/mod_authz_host.so
LoadModule php7_module
/home/abuild/rpmbuild/BUILDROOT/php7-7.0.0RC6-0.x86_64/usr/lib64/apache2/mod_php7.so
Include
/home/abuild/rpmbuild/BUILDROOT/php7-7.0.0RC6-0.x86_64/etc/apache2/conf.d/php7.conf
DocumentRoot /tmp/php7-test/htdocs
DirectoryIndex index.html
$


You are receiving this mail because: