Fedora Linux Support Community & Resources Center
  #1  
Old 2nd July 2004, 06:35 PM
Optimistic's Avatar
Optimistic Offline
Registered User
 
Join Date: Jun 2004
Location: Missouri
Age: 36
Posts: 196
Host a Website?

So I'm a n00b, please forgive me.

I'm interested in hosting a website on my computer (mostly text based stuff for my students). I have no idea how to do this, well, aside from all the HTML/JAVA/CGI/ programing of course. Is there a tutorial that you could point me to?

I'm running Fedora Core 2 on a pretty decent machine (2 GHz, 512 MB RAM, etc).
I have a fast internet conection--at least fast enough for the low traffic that I expect.

Any advice?

Thank you in advance, you guys and gals are great!
__________________
" I mean, say what you want about the tenets of National Socialism, at least it's an ethos." Walter
Reply With Quote
  #2  
Old 2nd July 2004, 07:18 PM
marks_linux Offline
Registered User
 
Join Date: Jun 2004
Location: UK
Age: 38
Posts: 103
you need a static IP address to allow people to view pages from your webserver. (most ISPs don't give static IP addresses unless you are a business user) If you don't have this then check out something like http:///www.dyndns.com who offer some free services for giving you a virtual static ip address.

On your machine you wil nedd a web server tunnning such as apache, this may already be installed - just look in services for httpd and if its there start it - otherwise download apache or install from the Fedora disks.

You will also need to change the security on your firewall to allow http access (redhat button > Ssytem Settings > security level)

should get you started!

Mark
__________________
AMD 64 3200+
MSI K8T Neo
1024 RAM
40GB Maxtor IDE
120GB Maxtor SATA
ATI Radeon 9600XT 256mb
Fedora Core 4 i386 and nowhere to go
Reply With Quote
  #3  
Old 2nd July 2004, 11:12 PM
ghenry's Avatar
ghenry Offline
Retired Community Manager
 
Join Date: Mar 2004
Location: Scotland
Age: 34
Posts: 1,019
Save all your files in /var/www/html and point your browser to 127.0.0.1 and you should see the pages to test.

Let us know what stage you are at so we can help more.
__________________
http://blog.suretecsystems.com
Reply With Quote
  #4  
Old 3rd July 2004, 04:11 AM
Optimistic's Avatar
Optimistic Offline
Registered User
 
Join Date: Jun 2004
Location: Missouri
Age: 36
Posts: 196
1. I installed Appache (httpd) from my Fedora disks.
2. I registered a domain name and got the script for the virtual static ip address from dynu.com, but when I tried to run the script I got this error:

./dynubasic: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory

Thank you for all of your help.
__________________
" I mean, say what you want about the tenets of National Socialism, at least it's an ethos." Walter
Reply With Quote
  #5  
Old 3rd July 2004, 04:18 AM
ghenry's Avatar
ghenry Offline
Retired Community Manager
 
Join Date: Mar 2004
Location: Scotland
Age: 34
Posts: 1,019
Make sure you have this RPM installed:

compat-libstdc++

Code:
apt-get install compat-libstdc++
or
Code:
yum install compat-libstdc++
__________________
http://blog.suretecsystems.com
Reply With Quote
  #6  
Old 3rd July 2004, 05:04 AM
Optimistic's Avatar
Optimistic Offline
Registered User
 
Join Date: Jun 2004
Location: Missouri
Age: 36
Posts: 196
Thanks ghenry--I got the libraries and DNYU runs fine so far as I can tell.

I get this error from the DYNU site:
Domain Info:

*** Can't find server name for address 209.98.205.184: Non-existent domain
Server: UnKnown
Address: 209.98.205.184

Is this an Apache thing? I haven't doe anything with it yet.
__________________
" I mean, say what you want about the tenets of National Socialism, at least it's an ethos." Walter
Reply With Quote
  #7  
Old 3rd July 2004, 08:18 AM
marks_linux Offline
Registered User
 
Join Date: Jun 2004
Location: UK
Age: 38
Posts: 103
Is your firewall set to allow web access?

I can ping the IP address you listed in your previous post.
__________________
AMD 64 3200+
MSI K8T Neo
1024 RAM
40GB Maxtor IDE
120GB Maxtor SATA
ATI Radeon 9600XT 256mb
Fedora Core 4 i386 and nowhere to go
Reply With Quote
  #8  
Old 3rd July 2004, 11:21 AM
Optimistic's Avatar
Optimistic Offline
Registered User
 
Join Date: Jun 2004
Location: Missouri
Age: 36
Posts: 196
Quote:
Originally Posted by marks_linux
Is your firewall set to allow web access?

I can ping the IP address you listed in your previous post.

Yep, sure is.
Perhaps the DNYU script isn't doing its job.
__________________
" I mean, say what you want about the tenets of National Socialism, at least it's an ethos." Walter
Reply With Quote
  #9  
Old 3rd July 2004, 11:30 AM
ghenry's Avatar
ghenry Offline
Retired Community Manager
 
Join Date: Mar 2004
Location: Scotland
Age: 34
Posts: 1,019
is your reverse dns setup?

Code:
host 209.98.205.184
__________________
http://blog.suretecsystems.com
Reply With Quote
  #10  
Old 3rd July 2004, 11:33 AM
ghenry's Avatar
ghenry Offline
Retired Community Manager
 
Join Date: Mar 2004
Location: Scotland
Age: 34
Posts: 1,019
Code:
host 209.98.205.184
Host 184.205.98.209.in-addr.arpa not found: 3(NXDOMAIN)
I forgot, I can test that myself. You need to beable to resolve the domain name?

Anyone, it this right?

Isn't this what we are trying to do? I am a bit tired
__________________
http://blog.suretecsystems.com
Reply With Quote
  #11  
Old 3rd July 2004, 04:43 PM
blammo's Avatar
blammo Offline
Registered User
 
Join Date: May 2004
Location: That toddlin' town...
Posts: 296
Quote:
Originally Posted by Optimistic
Yep, sure is.
Perhaps the DNYU script isn't doing its job.
Good point! Log into your account at DNYU and update your IP address manually. If it works, then the update script your using is hosed.
Reply With Quote
  #12  
Old 3rd July 2004, 04:48 PM
blammo's Avatar
blammo Offline
Registered User
 
Join Date: May 2004
Location: That toddlin' town...
Posts: 296
Quote:
Originally Posted by ghenry
Code:
host 209.98.205.184
Host 184.205.98.209.in-addr.arpa not found: 3(NXDOMAIN)
I forgot, I can test that myself. You need to beable to resolve the domain name?

Anyone, it this right?

Isn't this what we are trying to do? I am a bit tired
The registrar's DNS settings have to point to the DNYU name servers, right? Then the script updates to DNYU the current IP address of the computer. I think this is how it works. I'm not tired, but I've had about 9 beers. Is this right?
Reply With Quote
  #13  
Old 16th July 2004, 06:20 AM
gdude Offline
Registered User
 
Join Date: Jul 2004
Posts: 1
Dynu not working

I get a similar message when I log into Dynu.com and check my "curretn status":

Domain Info:

*** Can't find server name for address 209.98.205.184:
Non-existent domain
Server: UnKnown
Address: 209.98.205.184

Note that the address is the same as the one as Optimistic gets when he checks his own Dynu account. It looks to me like my Dynu basic clien is working, and Dynu.com has the correct IP for me, so it seems it is updating properly.

Is this a problem on the Dynu side?

Can anyone help me?

Does anyone know what a working account looks like when you check the current status?
Reply With Quote
Reply

Tags
host, website

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
how do i host a website on my own pc noobusinglinux Using Fedora 5 11th September 2009 08:48 PM
Lost connections to host after changing host name km4hr Servers & Networking 1 20th September 2006 05:09 PM
configure IPsec host-host for FC5 jayendhiran EOL (End Of Life) Versions 0 26th July 2006 10:18 AM
how do i host my on website faustozabdi Using Fedora 3 20th January 2006 09:04 PM
hosts puzzle ->host hostname -> host hostname not found alphonsebrown Servers & Networking 2 30th March 2005 09:26 AM


Current GMT-time: 12:32 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat