Hi,
I just finished installing apache / php, and when ever I access a php
page, it prompts for download. --> www.dns-123.com/p.php (phpinfo)
Apache is configured as:
SSL_BASE=../openssl-0.9.6b/ \
./configure --enable-module=all --enable-module=so
--disable-module=auth_db --enable-shared=max --enable-module=ssl
--enable-rule=EAPI --disable-rule=WANTHSREGEX --enable-module=auth_dbm
--enable-suexec --suexec-caller=apache
PHP was compiled with:
CPPFLAGS="-DEAPI" ./configure --with-apxs=/usr/local/apache/bin/apxs
--enable-pic --enable-shared=max --enable-inline-optimization
--with-regex=system --with-gettext --with-gd=shared --with-png
--with-zlib --without-db2 --without-db3 --with-gdbm --enable-debugger
--enable-magic-quotes --enable-safe-mode --enable-sysvsem
--enable-sysvshm --enable-track-vars --enable-yp --enable-ftp
--with-mysql=/usr/local/mysql --with-pgsql=shared --without-oracle
--without-oci8 --with-openssl --with-xml --enable-trans-sid
--enable-sockets --enable-freetype-4bit-antialias-hack
--enable-memory-limit --with-kerberos=/usr/kerberos
I do have the addtype for php & phps in httpd.conf the file.
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
Yet, I still cannot get it to work. I've restarted apache, and rebooted
the server.
I can provide my httpd.conf file if needed.
Any ideas?
Thanks
Michael
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php