php + apache + tomcat
I installed PHP, Apache, Tomcat in Cent OS 5
Tomcat and Apache work fine together.
But PHP! that’s problem.
The Source inside php is this
<?php phpinfo(); ?> //This works well only if the Filename is index.html but doesn't work if it's index.php..
I have short knowledge neither in linux and php.
Hope my question is in right form. thank you
In your httpd.conf add a line like this:
AddType application/x-httpd-php .php .php3 .php4 .php5
Then restart Apache and you’re on your way
Check more discussion of this question.
No related posts.
Leave a comment
Recent Posts
Tags
active-directory
amazon-ec2
apache
apache2
backup
bash
centos
cisco
command-line
debian
dns
email
exchange
firewall
iis
iis7
iptables
linux
macosx
monitoring
mysql
networking
nginx
performance
permissions
php
postfix
raid
security
sql-server
sql-server-2005
sql-server-2008
ssh
ssl
ubuntu
unix
virtualization
vpn
webserver
windows
windows-7
windows-server-2003
windows-server-2008
windows-server-2008-r2
windows-xp





