Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am using linux operating system.
now i want to run a php program on webrowser.
i installed apache tomcat.
have to i change any settings in virtualhost or httd.conf,proxy.conf?
Posted

1 solution

PHP programs don't run in a web browser, they run in a web server. Tomcat is used to run Java servlets and JavaServer Pages.
For PHP you must install Apache HTTP Server (httpd) or some other supported web server and the PHP interpreter on your Linux system. If you use software packages provided by your Linux distribution, then PHP should be automatically enabled after installation.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900