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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
02-08-2005, 04:11 PM
|
#1
|
LQ Newbie
Registered: Feb 2005
Location: El Cajon, CA
Posts: 3
Rep:
|
Web site hosting
I currently have a Fedora Linux server, i had someone admin it for me, I need to be able to do a few things myself like adding web sites. I know using the command console adding a folder to catch a URL has something to do with the command mkdir. But after that im lost lol  I would love any info anyone could give me on how to add folders for websites to my server. The more detail the better, im not an idiot, just new to Linux. Thx for any help.
|
|
|
02-08-2005, 04:17 PM
|
#2
|
LQ Guru
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507
Rep: 
|
Well, is it safe to assume you are using apache to serve webpages? If so, you'll need to create a folder (or user) for the new web[pages/site] and then modify httpd.conf as needed. Are you trying to add new domains, or just a new subfolder?
|
|
|
02-08-2005, 04:20 PM
|
#3
|
Member
Registered: Jun 2004
Location: MD
Distribution: Fedora Core
Posts: 269
Rep:
|
To create another folder under your URL is simply creating a folder under the root directory of your website. If you have the apache httpd installed, the root directory of the website should be /var/www/html/<website> (replace <website> with whatever the directory name it is in.
Code:
cd /var/www/html/<website>
mkdir <new directory name>
|
|
|
02-08-2005, 04:20 PM
|
#4
|
LQ Newbie
Registered: Feb 2005
Location: El Cajon, CA
Posts: 3
Original Poster
Rep:
|
Yes im using apache to serve webpages. Im trying to add new domains. I need to make the folder for the new URL. Im just lost on how to do so....... Ok i was able to add the new folder, but what else do i need to do to make it catch the URL? im not using a name server just an IP address. So right now the URL is being caught by the IP address and not making it to the new folder i made.
Last edited by Xonoss; 02-08-2005 at 04:39 PM.
|
|
|
02-08-2005, 09:07 PM
|
#5
|
LQ Guru
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507
Rep: 
|
Are you using virtual hosts? Look in apache.conf (or httpd.conf, depending on distro) and look for how it's currently set up.
|
|
|
02-08-2005, 09:55 PM
|
#6
|
LQ Newbie
Registered: Feb 2005
Location: El Cajon, CA
Posts: 3
Original Poster
Rep:
|
im not sure how to look at the apache.conf file, but i do believe it is using virtual hosts
|
|
|
All times are GMT -5. The time now is 12:36 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|