[prev in list] [next in list] [prev in thread] [next in thread] 

List:       novalug
Subject:    Re: [novalug] Help!
From:       Chuck Moss <cmnl () mossc ! com>
Date:       2001-04-30 3:49:50
[Download RAW message or body]

On Sun, Apr 29, 2001 at 09:55:08PM -0400, Stewkid1@aol.com wrote:
> I attended the April meeting and discovered that I had found a home. I am new 
> to linux but I am a good listener and I can return the help in other areas. I 
> have several basic questions on RedHat 5.2. (1) - I created a user named 

Just curious, why redhat 5.2?  It will be harder to get up to date info for
5.2.  Are you tied to that release?  7.1 is available.

I am assuming you are planning on running apache.
Check out http://www.apache.org/docs/vhosts/ for info on virtual hosts.
Here is  a quick example of the apache directives in httpd.conf
names have been changed to protoect the innocent.....

#############################################################################
NameVirtualHost 192.168.1.100
#############################################################################
# setup for single IP virtual server
<VirtualHost 192.168.1.100>
    ServerAdmin webmaster@foo.com
    DocumentRoot /mnt/websites/multi.foo.com
    ServerName multi.foo.com
    ErrorLog /var/log/httpd/error.multi.foo.com
    TransferLog /var/log/httpd/access.multi.foo.com
</VirtualHost>
#
############################################################################
# www.foodom.com
<VirtualHost 192.168.1.100>
    ServerAdmin joe@foo.com
    DocumentRoot /mnt/websites/www.foodom.com/docroot
    <Directory "/mnt/websites/www.foodom.com/docroot">
        Options Indexes Includes FollowSymLinks
        AllowOverride None
    </Directory>
    ServerName www.foodom.com
    ErrorLog /var/log/httpd/error.www.foodom.com
    TransferLog /var/log/httpd/access.www.foodom.com
    ScriptAlias /cgi-bin/ "/mnt/websites/www.foodom.com/cgi-bin/"
    <Directory "/mnt/websites/www.foodom.com/cgi-bin">
        AllowOverride None
        Options ExecCGI
        Order allow,deny
        Allow from all
    </Directory>
</VirtualHost>


############################################################################

I have my step by step notes on mailman but I bet it would only work on RH  7.0
->7.1.

You may want to break each of your questions into different emails so the
email threads make sense.  Provide more detail for some of the questions as
well.

Glad you made it out to the April meeting.  Welcome aboard!


Chuck Moss



> john.stewart- I then set the ftp session to home/httpd/html. I was able to 
> ftp to the directory but not upload. How do I set the perm to upload? P.S The 
> group name is also john.stewart. (2) - How do I limit storage for each user? 
> (3) - How do I set up virtual hosting using 1 ip for many domains? (4) - How 
> do I set up Mailman?  Please forgive me for asking these basic questions 
> because I am learning as fast as I can with all of the time constraints we 
> all have. 
> 
> Thanks.
> 
> John Stewart
> 703.361.2972
_______________________________________________
novalug mailing list
novalug@tux.org
http://www.tux.org/mailman/listinfo/novalug
for subscribe/unsubscribe see web page

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic