[ale] PHP Problems
Jerry Z. Yu
z.yu at voicecom.com
Mon Jun 17 10:57:07 EDT 2002
make sure the php module is loaded, and proper directives to tell apache
to execute *.php files instead of treating it as text/plain, the default
unknown type.
<IfDefine HAVE_PHP4>
LoadModule php4_module modules/libphp4.so
AddModule mod_php4.c
</IfDefine>
<IfModule mod_php4.c>
AddType application/x-httpd-php .php
</IfModule>
On Mon, 17 Jun 2002 sangell at nan.net wrote:
#I am trying to set up PHPNuke on a new web server and am having tons of
#difficulty. I have followed the instructions(limited as they might be) to
#the letter but nothing is working. At one point yesterday when I would try
#to access the pages they were loading as blank. Now when I go to a php page
#it shows the source code. I have MySQL installed and functioning. I have
#the latest version of PHP installed and have (at least I think) set up
#apache for php. Anyone have any ideas as to what I am missing? What will
#cause php to only show up as raw code in a browser? Would you suspect an
#apache, MySQL, or PHP problem?
#
#
#As always thanks,
#
#
#
#\_\_\_\_\_\_\_\_\_\_\_/_/_/_/_/_/_/_/_/_/_/
#\_ Steve Angell, MCSE, CCNA _/
#\_ MIS Operations Manager _/
#\_ TSYS Debt Management _/
#\_ Norcross, GA _/
#\_ Phone 770-409-5570 _/
#\_ Fax 770-416-1752 _/
#\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
#
#
#---
#This message has been sent through the ALE general discussion list.
#See http://www.ale.org/mailing-lists.shtml for more info. Problems should be
#sent to listmaster at ale dot org.
#
Jerry Z. Yu +1-404-487-8544 (O)
systems engineer z.yu at voicecom.com
is support, voicecom, llc www.voicecom.com
---
This message has been sent through the ALE general discussion list.
See http://www.ale.org/mailing-lists.shtml for more info. Problems should be
sent to listmaster at ale dot org.
More information about the Ale
mailing list