Apache Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationApache Development

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 Dev Shed Forums Sponsor:
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now!
  #1  
Old March 30th, 2001, 01:02 PM
spinkick spinkick is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2001
Location: Riverside CA
Posts: 58 spinkick User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
Send a message via AIM to spinkick
Unhappy

I've just installed RedHat Linux 7.0 as a server system. It comes with Apache... and I've configured the httpd.conf file to reflect the appropriate address and domains and such. I've also gotten my internet connection (768/768 sdsl) set up... with a static ip.
I try to access the main page by entering http://my.ip.address.blah but it wont show anything... but I noticed that when I do try to access the server, my Bridge/Modem blinks, obviously saying that it's working...
Could someone show me what the problem could be? Thanx

Reply With Quote
  #2  
Old March 30th, 2001, 01:15 PM
freebsd freebsd is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2001
Posts: 5 freebsd User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
>> I've configured the httpd.conf file to reflect the appropriate address and domains and such

Tell us what exactly.

>> I've just installed RedHat Linux 7.0 as a server system. It comes with Apache

Redhat sucks in the first place. Second, don't use the default Apache, compile a new one yourself.

Reply With Quote
  #3  
Old March 30th, 2001, 05:04 PM
spinkick spinkick is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2001
Location: Riverside CA
Posts: 58 spinkick User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
Send a message via AIM to spinkick
Ok... How do I remove the previously installed Apache?

Reply With Quote
  #4  
Old March 31st, 2001, 04:48 PM
jeditech jeditech is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2001
Posts: 1 jeditech User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
rpm -evh apache

Reply With Quote
  #5  
Old April 3rd, 2001, 04:10 AM
thobbes867 thobbes867 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2001
Location: Northern Ohio
Posts: 75 thobbes867 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
RPM is not the problem

Forget what the user freebsd said, you seem to be new at this and the last thing you need is the biased and unhelpful opinion he/she has offered.

There is nothin wrong with RedHat, and the Apache rpm will work fine as long as evrything else is setup correctly. I set up Apache with ssl using RPMs and everything works fine. True compiling is the better way to go but is not necessarily responsible for things not working. There is no way for myself or the user freebsd to be able to tell that redhat or the apache RPM is the problem based only on the fact that it doesn't work. If a configuration file is wrong, it won't matter how you installed it. Post a little more info here and I will see if I can help you. On a fresh linux install Apache should work correctly (at least it always has for me) so your problem could lay somewhere else. Feel free to email me too.

Reply With Quote
  #6  
Old April 3rd, 2001, 06:22 AM
dihjital dihjital is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2001
Posts: 31 dihjital User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
Wink more info needed

try to run the following command :
ps aux ¦ grep httpd.
if you don't catch anything than your server is not running at all.
go to you main apache installation directory and issue the following command :
apachectl start
send the result of the command to us.

Reply With Quote
  #7  
Old April 3rd, 2001, 06:50 AM
thobbes867 thobbes867 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2001
Location: Northern Ohio
Posts: 75 thobbes867 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
Log Files

Check your log files too, they offer all kinds of info.

Reply With Quote
  #8  
Old April 3rd, 2001, 03:00 PM
freebsd freebsd is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2001
Posts: 5 freebsd User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
>> user freebsd to be able to tell that redhat or the apache RPM is the problem based only on the fact that it doesn't work

Did I say RPM was the cause of his problem? I answered Tell us what exactly but he didn't reply to that. You better read this thread all over again.

My 2nd answer Redhat sucks in the first place. Second, don't use the default Apache, compile a new one yourself. seem to be what he is interested in. Compiling Apache is plain easy, it might be too tough for you but who knows spinkick can't handle that?

Compiling Apache on your own has a few benefits over RPM:
1) Apache is highly flexible with tons of configure options, you can optimize Apache and configure whatever options you want. Unlike RPM (a binary made by someone), you need to accept everything by default.
2) Apache RPM may not be the latest version of Apache, therefore, critical bugs might be found.
3) There are many 3rd party Apache modules available only in source, therefore Apache RPM is not the way to go.
4) You might not have sufficient space on particular partition or wanted Apache to be installed elsewhere, you can do that easily if compiling from source.

spinkick, if you still need help on your problem, please followup with some details.
thobbes867, if you are ready to compile Apache from src, don't by shy to ask. You seem to be new here in devshed.com.

Reply With Quote
  #9  
Old April 3rd, 2001, 05:05 PM
spinkick spinkick is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2001
Location: Riverside CA
Posts: 58 spinkick User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
Send a message via AIM to spinkick
Wink Hahaha

Thanx for the help guys. I took FreeBSD's advice... and installed FreeBSD, and I was able to access the server without even configuring everything... as soon as the OS was installed and IPs configured. I also decided to use FreeBSD because many people advised me that it was better than RedHat in many ways.
It seems that FreeBSD was developed more for the server environment...
Anyways, I was able to get everything work... until I came upon another problem.. and posted a new thread... DNS! help me with that if you can... thanx

Reply With Quote
  #10  
Old April 3rd, 2001, 05:48 PM
freebsd freebsd is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2001
Posts: 5 freebsd User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
>> I was able to get everything work... until I came upon another problem

Good. Welcome to the BSD community. If you have any *BSD-related questions, come over to http://bsdvault.net or http://www.openbsdpost.net
You may even check out Web Serving/Security and Other Unix based OS's forums at http://www.linuxnewbie.org/

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationApache Development > Problems gettings started with Apache, newbie, please help


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


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





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway