LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-24-2006, 11:43 PM   #1
mattar31
Member
 
Registered: Jul 2006
Posts: 32

Rep: Reputation: 15
What To Do???


hi i recently installed fedora 5 and then followed the PERFECT SETUP at how to forge. Welll i guess everthing is setup now but i dont know what to do next how do i acsss my web and ftp server from another computer what do i type into the adress bar???ANY HELP WOULD BE GReat!!!!
 
Old 07-24-2006, 11:54 PM   #2
debiant
Member
 
Registered: Jul 2006
Distribution: Source Mage 0.9.6
Posts: 196

Rep: Reputation: 30
Quote:
Originally Posted by mattar31
hi i recently installed fedora 5 and then followed the PERFECT SETUP at how to forge. Welll i guess everthing is setup now but i dont know what to do next how do i acsss my web and ftp server from another computer what do i type into the adress bar???ANY HELP WOULD BE GReat!!!!

First off you're going to have to provide a lot more information. Do you have the ftp and web servers setup on your computer? If so do you have a domain name setup, if so, you should just type in the domain name from a different computer, if not then you have to type in the IP address from another computer. Maybe I'm not understanding your question, but try to be a little more -v (that's verbose)

You should always try to provide some kind of information in the subject of your thread, don't just type NEED HELP NOW!
 
Old 07-25-2006, 12:04 AM   #3
mattar31
Member
 
Registered: Jul 2006
Posts: 32

Original Poster
Rep: Reputation: 15
Ok

alright i got the ftp and web and mail i put in my domain name it gives me the fedora page that says add stuff to my www/httpd floder i do add content nothing happens tho/?? do i need ISPconfig? what does it do??
 
Old 07-25-2006, 12:19 AM   #4
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Have a look at your httpd.conf file, but typically the first page that apache will look for is called index.htm, inted.html or similar. Look for the DirectoryIndex directive in the config file.

if you didn;'t have a suitably named file, this is probably your problem.

You are putting your content in /var/www/html aren't you (I think this is the default in FC5). Look for the DocumentRoot directive in httpd.conf
 
Old 07-25-2006, 12:25 AM   #5
mattar31
Member
 
Registered: Jul 2006
Posts: 32

Original Poster
Rep: Reputation: 15
im tryin to install the ISPconfig but torwards the end it stats getting waky i think its from the maildir tweak from the maildir strp in the perfect setup for fedora 5 im trying to make a mail sevver and a web server and a ftp server any avice??
 
Old 07-25-2006, 12:28 AM   #6
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Can you post a link for perfect setup?

Also, try and get one thing working at a time. Is your web server running OK now?

Do you have a domain name registered? If so, an external browser should just need the domain name www.yourdomain.com in the address bar
 
Old 07-25-2006, 12:30 AM   #7
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Another question. Whay exactly do you want ISPconfig setup?

It sounds like a lot more than your average user want, and if you want webmail and so forth, there are much simpler ways of doing it - see Squirrelmail which comes with FC5 for example
 
Old 07-25-2006, 12:30 AM   #8
mattar31
Member
 
Registered: Jul 2006
Posts: 32

Original Poster
Rep: Reputation: 15
ok here it is

http://www.forge.com/perfect_setup_fedroa_core_5


here is the adrress im using server1.matt.com
i dont have to register a domain do i??
 
Old 07-25-2006, 12:32 AM   #9
mattar31
Member
 
Registered: Jul 2006
Posts: 32

Original Poster
Rep: Reputation: 15
Bad Link

sorry ...http://www.howtoforge.com/perfect_se...dora_core_5_p5
 
Old 07-25-2006, 12:34 AM   #10
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
No, but if you don't any external user will need to enter you public IP address to connect. In this case, they could put 123.234.345.456 into the address bar (if your public IP was 123.234.345.456). It still works, just harder to remember.

If you are trying to access from same network, then you should simply put server1.matt.com in

Last edited by billymayday; 07-25-2006 at 12:35 AM.
 
Old 07-25-2006, 12:36 AM   #11
mattar31
Member
 
Registered: Jul 2006
Posts: 32

Original Poster
Rep: Reputation: 15
Oh i get it

but then what is the whole server1.matt.com thing or is that what i need to register??
 
Old 07-25-2006, 12:46 AM   #12
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Think of it this way.

I own a domain name example.com (I don't really, this is a standard example name)

I set up a web server and people outside connect to www.example.com.

I also have a romm full of comuters, all on a network, say 192.168.1.1-192.168.1.100.

Each of these computers has it's own name - machine1, machine2, etc (not very interesting names).

Think of these machines being more accurately called machine1.example.com etc.


Not very useful in itself, but if I had a couple of domains and netwrks that were conected, saw someotherexample.com, I could connect between them by referring to machine23@someotherexample.com, etc.


Does that make sense?

In short, server1.matt.com is the hostname of the machine server1 in the matt.com domain
 
Old 07-25-2006, 12:47 AM   #13
mattar31
Member
 
Registered: Jul 2006
Posts: 32

Original Poster
Rep: Reputation: 15
hmm..

for some reason it sends me to the apahce page but there is no content and i added content to that folder
 
Old 07-25-2006, 12:50 AM   #14
mattar31
Member
 
Registered: Jul 2006
Posts: 32

Original Poster
Rep: Reputation: 15
Oooo Ok

o i get it now so i will only be connecting to my own network of computers but for external computers outside my network i must register a domain name ok. or have them put in the adress is that the same for ftp?
 
Old 07-25-2006, 12:51 AM   #15
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
You need to replace the Apache index page with your own index.htm (or index.html).
 
  


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



LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:25 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