Author |
|
fifimtwana
Joined: 24 Feb 2011 Posts: 22
|
Posted: Thu 24 Feb '11 14:45 Post subject: Apache Error: Failed to open the apache 2.2 service |
|
|
hey guys
im facing a problem with my apache server... Everytime i try to browe a php page i get the error failed to open apache 2.2 service and then the error internet explorer cannot display this page... Can someone please help me out.. im developing a paperless system n im using php,mysql,apache and phpmyadmin as my database administrator....
the other thing is that i cant login to phpmyadmin get error: Cannot start session without erros,please check your PHP and/or webserver log file and configure your PHP installation properly
thanx in advance.
im really on the edge of dying [/b] |
|
Back to top |
|
fifimtwana
Joined: 24 Feb 2011 Posts: 22
|
Posted: Fri 25 Feb '11 9:54 Post subject: |
|
|
Anybody who can help.................. ive tried everything that i know, changed configurations and still im getting the errors.. I've run out of ideas now n need a helping hand |
|
Back to top |
|
James Blond Moderator

Joined: 19 Jan 2006 Posts: 7407 Location: EU, Germany, Next to Hamburg
|
Posted: Fri 25 Feb '11 16:26 Post subject: |
|
|
- What is in your error log?
- What is in the windows event log?
- Which version of Aapache do you use?
- Where did you download apache?
- Which version of PHP do you use?
- Where did you download PHP?
- Does PHP run as module or over cgi or over fcgid?
- Does apache crash?
- Did you enable in PHP.ini log_errors = On and display_startup_errors = On and display_errors = On and error_reporting = E_ALL | E_STRICT ?
|
|
Back to top |
|
fifimtwana
Joined: 24 Feb 2011 Posts: 22
|
Posted: Mon 28 Feb '11 10:49 Post subject: |
|
|
Modnote: Moved error log to paste bin, since it is not allowed to spam this forum with thishttp://pastebin.com/TkKzczuy. |
|
Back to top |
|
James Blond Moderator

Joined: 19 Jan 2006 Posts: 7407 Location: EU, Germany, Next to Hamburg
|
Posted: Mon 28 Feb '11 17:17 Post subject: |
|
|
Well that was only the error log and not a answer to all questions.
Some of the question I can fetch from the error log
Apache version: 2.2.11
PHP versin: 5.2.8
All your version are old. Well however, some of your PHP extensions seem to crash Apache.
Which extensions have you enabled in your php.ini?
Please set display_startup_errors = On in php.ini and restart apache |
|
Back to top |
|
fifimtwana
Joined: 24 Feb 2011 Posts: 22
|
Posted: Tue 01 Mar '11 10:21 Post subject: |
|
|
I uncommented :
extension=php_mysql
extension=php_mysqli |
|
Back to top |
|
fifimtwana
Joined: 24 Feb 2011 Posts: 22
|
Posted: Tue 01 Mar '11 13:25 Post subject: |
|
|
thanx james bond,bt all is working now......................
installed php5.3.5 and ma nightmare is now over |
|
Back to top |
|