![]() |
sponsored links |
|
|
sponsored links
|
|
|
5
28th April 03:53
External User
Posts: 1
|
Hi
You need to check if your Apache is up and running do the following Right click on My Computer and select "manage" Next click on Services and Applications After that Click on Services And check if Apache is running Chetan Dattaram Rane | Software Engineer | Persistent Systems chetan_rane@persistent.co.in | Cell: +91 94033 66714 | Tel: +91 (0832) 30 79014 Innovation in software product design, development and delivery- http://www.persistentsys.com -----Original Message----- From: V S Rawat [mailto:vsrawat@gmail.com] Sent: Wednesday, August 06, 2008 2:53 PM To: php-general@lists.php.net Subject: Re: [php] Newbie problem: Php script not running in browser. Thanks. k, I will not drag and drop but would open through firefox localhost. giving http://localhost/hello.php is not showing anything at all, just a blank screen. What has gone wrong? -- V -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |
|
|
6
28th April 03:54
External User
Posts: 1
|
Can you please check what the Do***ent Root in http.conf
Chetan Dattaram Rane | Software Engineer | Persistent Systems chetan_rane@persistent.co.in | Cell: +91 94033 66714 | Tel: +91 (0832) 30 79014 Innovation in software product design, development and delivery- http://www.persistentsys.com -----Original Message----- From: V S Rawat [mailto:vsrawat@gmail.com] Sent: Wednesday, August 06, 2008 7:22 PM To: Chetan Rane Subject: Re: [php] Newbie problem: Php script not running in browser. Hi Chetan, Yeah, that is listing wampapache, Apache/2.2.8 (Win32) PHP/5.2.6, started, manual, local system, and wampmysqld, started, manual, local system, and I restarted all services from the wamp systray icon. That gave the following entries in apache_error.log [Wed Aug 06 19:06:57 2008] [notice] Parent: Received shutdown signal -- Shutting down the server. [Wed Aug 06 19:06:57 2008] [notice] Child 3072: Exit event signaled. Child process is ending. [Wed Aug 06 19:06:58 2008] [notice] Child 3072: Released the start mutex [Wed Aug 06 19:06:59 2008] [notice] Child 3072: All worker threads have exited. [Wed Aug 06 19:06:59 2008] [notice] Child 3072: Child process is exiting [Wed Aug 06 19:06:59 2008] [notice] Parent: Child process exited successfully. [Wed Aug 06 19:06:59 2008] [notice] Apache/2.2.8 (Win32) PHP/5.2.6 configured -- resuming normal operations [Wed Aug 06 19:06:59 2008] [notice] Server built: Jan 18 2008 00:37:19 [Wed Aug 06 19:06:59 2008] [notice] Parent: Created child process 1872 [Wed Aug 06 19:07:00 2008] [notice] Child 1872: Child process is running [Wed Aug 06 19:07:00 2008] [notice] Child 1872: Acquired the start mutex. [Wed Aug 06 19:07:00 2008] [notice] Child 1872: Starting 64 worker threads. I gave, check port 80. The dos window that opened said "your port 80 is not used" and the following entry got added in error_log: [Wed Aug 06 19:07:00 2008] [notice] Child 1872: Starting thread to listen on port 80. Thanks. -- V |
|