SunQuest
 
           Web Server Configuration
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsWeb DesignWeb Server Configuration

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old January 14th, 2005, 01:16 AM
Dulcinea Dulcinea is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Dec 2004
Posts: 23 Dulcinea User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 50 m 49 sec
Reputation Power: 0
Send a message via Yahoo to Dulcinea
Exclamation Apache server

I installed apache and I can display http://localhost/index.htm from my own computer. How can the other computer can access the web page? Is it by typing http://(myipaddress)/index.htm for instance http://10.228.9.3/index.htm? Or I need to edit somthing in httpd.conf file? If I need to edit it, what is the command that should I use? Really need your help guys..!!


Reply With Quote
  #2  
Old January 14th, 2005, 07:37 AM
MadCowDzz's Avatar
MadCowDzz MadCowDzz is offline
I'm Internet Famous
Dev Articles Frequenter (2500 - 2999 posts)
 
Join Date: Jan 2003
Location: Toronto, Canada
Posts: 2,890 MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 1 Week 16 h 4 m 48 sec
Reputation Power: 8
If you're on a network, your router may contain a firewall that is blocking your port.
If you have a software firewall installed, it may be blocking access.

Otherwise, http://your-ip-address should work externally (from a friend's computer) or http://your-network-address should work internally (from another computer in your house). Finally, http://127.0.0.1 should work on your own computer (it's the same as localhost)

Overeall, I suggest using your IP address...

If you have further problems, it may be with Apache... but more often than not, its a problem with network settings first.

Reply With Quote
  #3  
Old January 16th, 2005, 06:32 PM
Dulcinea Dulcinea is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Dec 2004
Posts: 23 Dulcinea User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 50 m 49 sec
Reputation Power: 0
Send a message via Yahoo to Dulcinea
Quote:
Originally Posted by MadCowDzz
If you're on a network, your router may contain a firewall that is blocking your port.
If you have a software firewall installed, it may be blocking access..


I dont think that firewall blocked others from accessing my computer.

Quote:
Originally Posted by MadCowDzz
Otherwise, http://your-ip-address should work externally (from a friend's computer) or http://your-network-address should work internally (from another computer in your house). Finally, http://127.0.0.1 should work on your own computer (it's the same as localhost)


http://127.0.0.1 or http://localhost work properly on my network. http://R60574-01.fsl.blabla.net <-- (my computer name) also work on my pc but the same URL cant be use from the other users. im in an office that working on a network, and i want user that used the same network can access my computer.

Quote:
Originally Posted by MadCowDzz
Overeall, I suggest using your IP address...


should i reinstall apache server and change the server name from my-computer-name to my-ip-address? if yes, will it effect my php and mySql plus my phpmyadmin within my computer. If not, what should i do?

Quote:
Originally Posted by MadCowDzz
If you have further problems, it may be with Apache... but more often than not, its a problem with network settings first


network setting - how can i setting network within my computer? can u give some solution? im new for all of this.


Reply With Quote
  #4  
Old January 16th, 2005, 07:04 PM
Dulcinea Dulcinea is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Dec 2004
Posts: 23 Dulcinea User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 50 m 49 sec
Reputation Power: 0
Send a message via Yahoo to Dulcinea
Question

Quote:
A communication error occurred: "Operation timed out" The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You may wish to try again at a later time.



that what is coming out when im using http://my-ip-address instead of using http://localhost

Reply With Quote
  #5  
Old January 17th, 2005, 07:38 AM
MadCowDzz's Avatar
MadCowDzz MadCowDzz is offline
I'm Internet Famous
Dev Articles Frequenter (2500 - 2999 posts)
 
Join Date: Jan 2003
Location: Toronto, Canada
Posts: 2,890 MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 1 Week 16 h 4 m 48 sec
Reputation Power: 8
You don't get that error if you use localhost?
Again, the possibility of a router/firewall...

Reply With Quote
  #6  
Old January 17th, 2005, 08:01 PM
Dulcinea Dulcinea is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Dec 2004
Posts: 23 Dulcinea User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 50 m 49 sec
Reputation Power: 0
Send a message via Yahoo to Dulcinea
Question

now, im using http://localhost or http://127.0.0.1 , when i want to use http://my-ip-address, this will come out:

Quote:
A communication error occurred: "Operation timed out" The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You may wish to try again at a later time.



so, my problem right now is related to the router/firewall, right? so, how can i solve the problem?

Reply With Quote
  #7  
Old January 18th, 2005, 08:09 AM
MadCowDzz's Avatar
MadCowDzz MadCowDzz is offline
I'm Internet Famous
Dev Articles Frequenter (2500 - 2999 posts)
 
Join Date: Jan 2003
Location: Toronto, Canada
Posts: 2,890 MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 1 Week 16 h 4 m 48 sec
Reputation Power: 8
If you have a software firewall running (norton, zonealarm), try disabling it.

If you have a router, check up the router's documentation for configuring the firewall...
Generally it involves directing your web browser to the router's IP address, entering a username/password, finding the firewall settings and either disabling the firewall, or opening port 80 (and redirecting to your computer's network ip address)

The default username and password of a router is generally admin/[blank], or admin1/default, or something ridiculous... Consult your manual... and I *strongly* advise you change the password [and don't forget it]

Reply With Quote
  #8  
Old January 18th, 2005, 07:00 PM
Dulcinea Dulcinea is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Dec 2004
Posts: 23 Dulcinea User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 50 m 49 sec
Reputation Power: 0
Send a message via Yahoo to Dulcinea
Question

Quote:
Originally Posted by MadCowDzz
If you have a software firewall running (norton, zonealarm), try disabling it.


I have no zone alarm or norton.

Quote:
Originally Posted by MadCowDzz
If you have a router, check up the router's documentation for configuring the firewall...
Generally it involves directing your web browser to the router's IP address, entering a username/password, finding the firewall settings and either disabling the firewall, or opening port 80 (and redirecting to your computer's network ip address)

The default username and password of a router is generally admin/[blank], or admin1/default, or something ridiculous... Consult your manual... and I *strongly* advise you change the password [and don't forget it]



2) How can I check router's documentation? Router is same with gateway right? Can you give the steps so that I can configure the firewall.

FYI, I am not using a PC from my house. I am using a computer in office that connected to the company's network and I want people who connected to the same network can actualy access my web page.

I really appreciate your help.

Regards;
Student

Reply With Quote
  #9  
Old January 19th, 2005, 09:02 AM
MadCowDzz's Avatar
MadCowDzz MadCowDzz is offline
I'm Internet Famous
Dev Articles Frequenter (2500 - 2999 posts)
 
Join Date: Jan 2003
Location: Toronto, Canada
Posts: 2,890 MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 1 Week 16 h 4 m 48 sec
Reputation Power: 8
oohhh... its at an office!
You may need to get your network admin to look into that...

You want people on the network to access the web page...
In which case, you don't really need external access to your page...
it will only be on the intranet

NOW i understand the problem =)

What happens if someone else tries to access your computer using your network ip address?
You get that timeout thing?

it might still be a firewall issue... consult your network administrators i guess?

Reply With Quote
  #10  
Old January 19th, 2005, 06:54 PM
Dulcinea Dulcinea is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Dec 2004
Posts: 23 Dulcinea User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 50 m 49 sec
Reputation Power: 0
Send a message via Yahoo to Dulcinea
Smile

So, i need to consult with network administrators. Ok, I'll ask them to figure out all of these things. But I dont think that they able to help me with Apache server issue because they're dealing with IIS server.

It's ok if nobody cant access http://my-ip-address and timeout will be come out. But i myself cant access my ip unless im using http://localhost or http://127.0.0.1 or http://my-computer-name ; it still relates to firewall huh?

Do u ( [MadCowDzz] ) have any experience installing apache server? My friend told me that i need to edit httpd.conf because she successfully did it.

I blurrrrrred...

Reply With Quote
  #11  
Old January 20th, 2005, 07:59 AM
MadCowDzz's Avatar
MadCowDzz MadCowDzz is offline
I'm Internet Famous
Dev Articles Frequenter (2500 - 2999 posts)
 
Join Date: Jan 2003
Location: Toronto, Canada
Posts: 2,890 MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 1 Week 16 h 4 m 48 sec
Reputation Power: 8
If you're able to connect using localhost, or 127.0.0.1, then its not a problem with Apache.
When you access that page you get a little demo page that tells you its working, right?

I have installed Apache many times at home, but never in a work environment.
The httpd.conf does have some options for the IP address to bind to and port and other stuff, but there's a chance most of that's done for you... It still doesn't hurt to have a look.

The httpd.conf file itself is well documented [via comments beginning with #], and its almost straight forward... Try reading the file line-by-line, you might absorb some useful information.

Some common things people change in the httpd.conf file are the DocumentRoot and <Directory> privelleges.

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsWeb DesignWeb Server Configuration > Apache server


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 5 hosted by Hostway