LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 09-02-2006, 04:45 PM   #1
colinstu
Member
 
Registered: Apr 2005
Posts: 113

Rep: Reputation: 15
webserver/apache help


Ok, I've tried to make webservers before, and they've never worked.
I downloaded Apache HTTP server 2.2.3 for windows, (im using xp). I only have 1 network card, and it makes a different IP address every time or something like that.

It then wants to know my "Network Domain", and "Server Name", when Im installing. Where can I find that out? I want the webpage to be for ex: http://www.example.com, not http://192.168.1.104.com.

Thats as far as I'm going to go right now.
 
Old 09-02-2006, 04:58 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
your hostname is whatever you call your machine. i assume you are on DHCP from your isp, in which case you will probably be being given a hostname of sorts, but nothign you'd be interested in. if you're after a publically accessible server, then your hostname would be whatever name you probably end up configuration with a dynamic dns provioder like dyndns or noip. for the apache side, you don't need to give a hostname at all.
 
Old 09-02-2006, 09:59 PM   #3
colinstu
Member
 
Registered: Apr 2005
Posts: 113

Original Poster
Rep: Reputation: 15
Ahh well, I knew i was gonna fail to get that to work again. Folowed some guide online, didnt work.... Why can't some one jsut make a webserver program, that you install, type in domain name you want, press a button, and start making a cool webpage with a WYSIWYG/html editoe, press save, and POW DONE! (free too). Why cant something like that be made?
 
Old 09-03-2006, 02:39 AM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
i wouyld guess it would be because you do not understand basics like domain registration and dns. if you know what you're doing it absolutly is that easy...
 
Old 09-03-2006, 02:40 AM   #5
gilead
Senior Member
 
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 14.0
Posts: 4,141

Rep: Reputation: 168Reputation: 168
Quote:
Originally Posted by colinstu
Why can't some one jsut make a webserver program, that you install, type in domain name you want, press a button, and start making a cool webpage with a WYSIWYG/html editoe, press save, and POW DONE! (free too). Why cant something like that be made?
Partly because in many corporate environments, the web server administration is separate from the content administration. With different groups like that, the scenario you're describing isn't necessary.

These days the roles often get mixed in SOHO environments so a lot of people rely on default packages installed by their distro and concentrate on the content. Since that's not doing what you need, it sounds like you've identified a project - how are your coding skills?

PS Happy birthday in a few days time...
 
Old 09-03-2006, 03:26 AM   #6
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
Quote:
Partly because in many corporate environments, the web server administration is separate from the content administration. With different groups like that, the scenario you're describing isn't necessary.
No, I think it's because of what acid_kewpie said...

Colin: If you want a publically accessable webserver that doesn't use an IP address than you need to either register yourself a domain ($10-20/year) and have it pointed to your IP using DNS (usually the domain registrar will do this for you for free or for low cost) or use the free services of dyndns.com or likewise.

I don't think you are understanding that this is a completely separate issue from configuring the webserver itself, as apache will work fine 'out of the box' if you have the domain/DNS sorted (well, it will display the "It Worked!" test page anyway).

Maybe do some background reading: http://en.wikipedia.org/wiki/Domain_name_system
 
Old 09-03-2006, 08:33 AM   #7
colinstu
Member
 
Registered: Apr 2005
Posts: 113

Original Poster
Rep: Reputation: 15
What would I type into the Apache install thing, If I would be okay with just using an IP address as the address?
 
Old 09-03-2006, 12:22 PM   #8
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
http://192.168.0.1/ -- replace with your real IP.

If the install is asking for a hostname just use 'localhost'
 
Old 09-03-2006, 12:28 PM   #9
colinstu
Member
 
Registered: Apr 2005
Posts: 113

Original Poster
Rep: Reputation: 15
Which IP is it? My wireless network connection, under the support tab says "192.168.1.103", but on websites that say what my IP always say "65.30.173.211". Which one should I use? Or does it not matter?
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Apache webserver Help.. co_macho Mandriva 5 02-26-2006 10:22 PM
Apache webserver name karupt Linux - Networking 2 08-01-2004 11:55 PM
Apache Webserver 403 Forbidden Errors (User not in apache group?) Mankind75 Mandriva 4 07-08-2004 05:30 AM
apache webserver nooodles Linux - Networking 8 06-30-2004 01:04 AM
Apache webserver trusouthrnplaya Linux - Networking 1 03-30-2003 11:34 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 09:34 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration