>> I did tests and my Apache does interpret simple php files. >> >> I copied a directory structure from a working web server and my >> login.php is not interpreted. Apache emits some source code from the >> file. > > Did you copy httpd.conf? I use the default httpd.conf as provided on centos 7 httpd installation, modulo ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000/var/www/html/$1 DirectoryIndex /index.php What do you mean by copying? From what place to where? - Gergely -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php