Current location: Hot Scripts Forums » Other Discussions » Web Servers » [SOLVED] Failure Message starting Apache


[SOLVED] Failure Message starting Apache

Reply
  #11 (permalink)  
Old 06-13-08, 06:41 PM
hightechguy hightechguy is offline
Newbie Coder
 
Join Date: Jun 2008
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Hi, mab

Thank you for the prompt reply, it's highly appreciated.

I've unchecked 80 and 443 ports usage on Skype & restarted the machine, so changes should be picked up.

Then I run netstat -ao - no signs og the 80 port usage, but apache service failed to start.

I've changed the port apache uses making modifications in the httpd.conf file as follows:

replaced Listen 80 to Listen 3128
and replaced ServerName localhost:80 to ServerName localhost:3128
saved httpd.conf
run httpd.exe -k start

This time no errors appear in the command line window, but standard Windows "Please Tell Misrosoft about this problem" window poped up and of course apache didn't start again.

System error log has the following errors:
Faulting application httpd.exe, version 2.2.6.0, faulting module libhttpd.dll, version 2.2.6.0, fault address 0x0001ad37.

No luck
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #12 (permalink)  
Old 06-30-08, 11:09 AM
chaosprime's Avatar
chaosprime chaosprime is offline
Newbie Coder
 
Join Date: Jun 2008
Location: New Jersey
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Unfortunately you're at the point where everything becomes black magic. If I were you, I would try changing localhost to 127.0.0.1, on the off chance that the problem is something to do with DNS integration. Then I'd make sure my Apache version was current. Then I'd ditch Windows and start running my Web server on a Unix system. (You might possibly benefit from looking into coLinux.)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #13 (permalink)  
Old 06-30-08, 01:54 PM
hightechguy hightechguy is offline
Newbie Coder
 
Join Date: Jun 2008
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks, chaosprime
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #14 (permalink)  
Old 07-01-08, 07:41 PM
bizzar528's Avatar
bizzar528 bizzar528 is offline
Community Liaison
 
Join Date: Sep 2004
Location: Pennsylvania, US
Posts: 1,551
Thanks: 2
Thanked 16 Times in 15 Posts
Try different RAM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #15 (permalink)  
Old 07-02-08, 03:52 AM
hightechguy hightechguy is offline
Newbie Coder
 
Join Date: Jun 2008
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Ram?

Hi, bizzar528

Thanks for the answer. What do you mean by RAM - RAM?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #16 (permalink)  
Old 07-02-08, 10:05 AM
bizzar528's Avatar
bizzar528 bizzar528 is offline
Community Liaison
 
Join Date: Sep 2004
Location: Pennsylvania, US
Posts: 1,551
Thanks: 2
Thanked 16 Times in 15 Posts
Yep, that's it.

obviously the standard troubleshooting isn't working, the ports not in use, but it's still failing. I'd start looking at either reformatting your pc or trying some different hardware (sometimes flaky ram or a hard drive can cause random problems).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #17 (permalink)  
Old 07-02-08, 12:59 PM
hightechguy hightechguy is offline
Newbie Coder
 
Join Date: Jun 2008
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Many thanks, bizzar528 - I was thinking it's the dead end. Now at least I have a direction to digg

Thanks,
hightechguy
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #18 (permalink)  
Old 07-09-08, 06:14 PM
beachcomber beachcomber is offline
New Member
 
Join Date: Jul 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
my two cents is... I see that if you are using the exellent xampp from apachefriends.org.


I found this thread because I could not get apache to start when using xampp and the suggestion to uncheck "the use port 80 and 443 as alternatives for incoming connections" tickbox in skype solved my apache connection problem instantly, once I had stopped them from running as services in the xamp control panel.

BTW I am running vista home premium.

Last edited by beachcomber; 07-09-08 at 06:19 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #19 (permalink)  
Old 07-13-08, 02:01 AM
hightechguy hightechguy is offline
Newbie Coder
 
Join Date: Jun 2008
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Hi, guys

Finally found the problem solution thanks to my friend:

https://issues.apache.org/bugzilla/s...g.cgi?id=45311

hightechguy
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #20 (permalink)  
Old 10-27-08, 12:16 PM
calligreen calligreen is offline
New Member
 
Join Date: Oct 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks Maurito

Your info saved my enthusiasm for this incredibly painful process !!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing Apache and Tomcat to serve JSP snaip JavaScript 0 12-13-03 11:30 AM
This is what we offer for starting your online business minghoo General Advertisements 0 10-27-03 07:22 PM
deleting a message from forum pnqoma ASP 2 10-19-03 09:09 AM
Problem with CDONTS javadude2003 ASP 23 08-08-03 12:09 AM


All times are GMT -5. The time now is 01:40 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.