Re: [PLUG] php issue : SOLVED

2009-06-22 Thread abhi
hello guys. First of all thank you to all who replied. Ummmthere was a simple solution actually - I having the knowledge of the existence of an Apache HTTP(httpd) server on my box ; p All this while i was trying to get the code run on the Apache Tomcat server that was installed with Netbeans. I

Re: [PLUG] php issue

2009-06-22 Thread Meghanand Acharekar
2009/6/22 abhi > hi. I've added these lines in my /etc/httpd/conf/httpd.conf file: > > *LoadModule php5_module etc/httpd/modules/libphp5.so > AddHandler application/x-httpd-php .php* > Make sure that Shared object i.e. /etc/httpd/modules/libphp5.so exists. Have you restarted Apache server after

Re: [PLUG] php issue

2009-06-21 Thread abhi
hi. I've added these lines in my /etc/httpd/conf/httpd.conf file: *LoadModule php5_module etc/httpd/modules/libphp5.so AddHandler application/x-httpd-php .php* And I also added this in my /home/Demon/apache-tomcat-6.0.18/conf/web.xml file: * php application/x-httpd-php .php *

Re: [PLUG] php issue

2009-06-19 Thread Chetan Kumar
On Fri, Jun 19, 2009 at 9:09 PM, abhi wrote: > But I dont know where do i add this(which file in the apache installation > directory)? > Surely it must be an xml file, but which and where? The filename is httpd.conf. Find it and fill it. Cheers ___ Pune GNU/Li

Re: [PLUG] php issue

2009-06-19 Thread abhi
Hello all. I am able to run the apache server. Actually when i had installed Netbeans, apache was also installed. PHP is also installed becoz when do this: *>[de...@localhost ~]$ php -v* It gives this : *>PHP 5.2.6 (cli) (built: Sep 13 2008 11:13:29) >Copyright (c) 1997-2008 The PHP Group >Zend