Online computer courses, code, programming tutorial and sidebar information for monitoring Canadian S&P/TSX index. Build friendship and networking. Welcome to visit my blogs often!!! I also have two other sites: YouTube Channel and Google site.
Adsense
Popular Posts
- PHPWind-- A PHP forum script applcaition in China
- How to blend adsense inside your post?
- Formatting my post
- Notepad++ - Add C++ compiler
- Install PHPMailer 5.2.4 and use smtp gmail
- Set up a child account and set screen time limit in Windows 8
- Wayback Machine - see archived versions of web pages across time
- phpexcel toggle expand and hide column in EXCEL and summary
- Install PHP ibm_db2 extension in Linux (redHat)
- PHP: add a download as pdf file button in report page
Tuesday, July 26, 2011
Check system log in Windows 2003 Server
Click Start->Control Panel->Administrative tools -> Event Viewer
There are three logs:
Application, Security and System.
I checked system log and I found that I can not restart Apache2.2 due to following error message:
"The Apache2.2 service terminated with service-specific error 1 (0x1)"
First check any syntax error in httpd.conf using:
httpd -t
return "syntax OK".
According to
http://www.itauthor.com/2007/05/15/if-apache-fails-to-start-after-a-reboot/
The problem may be due to IIS admin using port 443, or other applications using port 80, or httpd.conf pointed to the no-exsitin directory. Another article for reference:
http://netheadaches.wordpress.com/2007/10/08/apache-not-starting-win32-apache2-service-terminated-with-service-specific-error-1-0x1/
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment