General Chat
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsGeneralGeneral Chat

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old July 30th, 2002, 09:04 PM
Micah Micah is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: NC
Posts: 21 Micah User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to Micah
Apache on Linux

I just installed Linux and I cant get Apache to work. When I try to connect it says "connection was refused when attempting to connect to www.forevercode.d2g.com"

Does anyone know how to fix this? I was thinking it could be my firewall but I set it up to allow HTTP...I donno.

Reply With Quote
  #2  
Old July 30th, 2002, 09:09 PM
EvilivE EvilivE is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Milwaukee, WI USA
Posts: 291 EvilivE User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
Send a message via Yahoo to EvilivE
RE: Apache on Linux

Try connnecting to localhost. Does that work?

Reply With Quote
  #3  
Old July 30th, 2002, 10:24 PM
Micah Micah is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: NC
Posts: 21 Micah User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to Micah
RE: Apache on Linux

Nope, I've tried my domain name, my ip, and localhost but nothing will connect.

Reply With Quote
  #4  
Old July 31st, 2002, 01:49 AM
EvilivE EvilivE is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Milwaukee, WI USA
Posts: 291 EvilivE User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
Send a message via Yahoo to EvilivE
RE: Apache on Linux

I am not at my box right now but here are some ideas.

1.Ensure the httpd is running.
2. Try "apachectl", apache control, and I think you want to pass it -restart. Double check the man on that cmd.

Reply With Quote
  #5  
Old August 7th, 2002, 04:18 AM
postalcow postalcow is offline
Codewalkers Beginner (1000 - 1499 posts)
 
Join Date: Apr 2007
Location: Ford CIty, PA USA
Posts: 1,267 postalcow User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 4
Send a message via Yahoo to postalcow
RE: Apache on Linux

Are you using RedHat? Try (/etc/rc.d/init.d/httpd status) without paren's

I believe Apache is not started by default do a (chkconfig --list | grep httpd) and see if it is in the list and if it is on. If not do a (chkconfig httpd on)the start apache by doing a (/etc/rc.d/init.d/httpd start)

Let me know if this helps

Reply With Quote
  #6  
Old August 7th, 2002, 04:45 AM
Micah Micah is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: NC
Posts: 21 Micah User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to Micah
RE: Apache on Linux

Alright, cool. It'll be a while till I can check it. I'm waiting for a new video card to come. Linux wont work with my current card...any my other card that did work with Linux died. Plus I'm no good in the console...I need the GUI to to anything right now. I just started playing with Linux. So far I love it

Do you know of anyone that has been able to crash Linux...or am I just special?

I can crash Windows 2000 as well(its suppose to be *SO* stable)

Reply With Quote
  #7  
Old August 7th, 2002, 03:40 PM
EvilivE EvilivE is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Milwaukee, WI USA
Posts: 291 EvilivE User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
Send a message via Yahoo to EvilivE
RE: Apache on Linux

I crashed my linux box once ... but that was a couple of days after the install. My graphics card had some cryptic setting wrong and it locked X server and I could not get out.

Win2k ... all the time, and it is _not_ user error! I can't even begin to tell you the problems I have with this OS and how often I have to reload these servers.

IMHO, I think HP-UX is the OS of champions. I have a box that has been up for 3+ yrs. The only time I have seen a HP-UX box reset was in a controlled testing environment.

Reply With Quote
  #8  
Old August 17th, 2002, 02:48 AM
Micah Micah is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: NC
Posts: 21 Micah User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to Micah
RE: Apache on Linux

When i run /etc/rc.d/init.d/http status i get:

httpd dead but subsys locked

Now what?

Reply With Quote
  #9  
Old August 17th, 2002, 05:44 AM
postalcow postalcow is offline
Codewalkers Beginner (1000 - 1499 posts)
 
Join Date: Apr 2007
Location: Ford CIty, PA USA
Posts: 1,267 postalcow User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 4
Send a message via Yahoo to postalcow
RE: Apache on Linux

Micah,

That error usally means that have a broken LoadModule in the httpd.conf.

try running httpd -X and see what errors you get. pound out that module that is not there to load meaning #LoadModule this will remark it out. After you worked through that problem then to a /etc/rc.d/init.d/httpd restart and it should go to town. Let me know if this helps you.

Reply With Quote
Reply

Viewing: Codewalkers ForumsGeneralGeneral Chat > Apache on Linux


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump




 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

Request Your Free Technology Downloads!
 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

Request Your Free Technology Downloads!
 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

Request Your Free Technology Downloads!
 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

Request Your Free Technology Downloads!
 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

Request Your Free Technology Downloads!
 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 




© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 5 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek