Re: Adding multiipul virtual domains?

2009-06-24 Thread Mikael Bak
ALLnetgroup wrote:
 The server has 1 domain  name already setup along with:
  
 sendmail
 Webmin
 Apache Web Server
 MySQL
 Apache Tomcat
 Squid Proxy
 SOCKS5
 PERL
 Mod PERL
 PHP
 OpenSSH
 phpBB
 RoundCube WebMail
  
 When I add a new virtual host I would like the host to have it's own 
 directory, website and the services above.
  

Hi,
If Webmin is correctly set up, then I think you should be able to add
you domains there. Hopefully it'll make configuration changes for
sendmail and apache.

HTH,
Mikael
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Adding multiipul virtual domains?

2009-06-24 Thread CmdLnKid

On Tue, 23 Jun 2009 15:21 -, mg-fbsd3 wrote:


On Tue, Jun 23, 2009 at 17:04, eculpec...@encontacto.net wrote:

Quoting ALLnetgroup allnetgr...@yahoo.com:


The server has 1 domain  name already setup along with:

sendmail
Webmin
Apache Web Server
MySQL
Apache Tomcat
Squid Proxy
SOCKS5
PERL
Mod PERL
PHP
OpenSSH
phpBB
RoundCube WebMail

When I add a new virtual host I would like the host to have it's own
directory, website and the services above.


There is nothing that I know of that will automatically add a new
virtual domain to a machine in all of these systems.  I have my own
home brew perl scripts which do such things but they are not usable
outside my own environment.  Many other people I have talked to have
done the same thing or just configured each of these individually.

If you are not technically savvy enough to write your own
configuration management system or to modify the configuration files
individually, you might consider instead of having your own machine to
use a web hosting company which automatically installs and configures
this stuff for you via a control panel.

Incidentally this is not the first time I have seen a need for some
larger meta confutation system for unix/linux in general.  It's
absolutely true that adding a domain to a system is often a multi-step
process and it need not be.  Like adding a user in the old days when
you first edited the passwd file, the group file, made the home
directory and copied over some dot files there, now it's all automated
in the adduser command.

A user might have several domains, mail, one or more web sites, etc.
All of this gets configured into lots of different files.  Then think
what happens when you get rid of a user.  There really aught to be
some easier way which is why I ended up writing my own scripts.

Michael Grant


Might I suggest 

http://promote.pairlite.com/direct.pl?pl893

;)

End of Thread

--

 Sincerely,-- Jason H.  ;;  Networked Systems Engineering.
   The Command Line Kid.;;  Multi-user Systems Advocate.
 mailto:gmail.com!cmdlnkid  ;;  1(616)403- / BSD Group.

 - (2^(N-1))

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Adding multiipul virtual domains?

2009-06-23 Thread Guido Falsi
On Mon, Jun 22, 2009 at 08:18:03PM -0500, eculp wrote:
 You really need to be more specific.  To use the domains you will need  
 at least:

   o. a functional DNS for each, be it on your freebsd box or not.
   o. Probably a mail server.  Lot of options here most are in ports.
   o. A web server, probably apache or lighthttp that are both in ports.

 All of these can be handled by multiple programs, none of which are  
 parts of the basic freebsd OS install except named, I suppose but that  
 is if you are running your own dns, which I somehow doubt.

Well the base system does include a mail server.

-- 
Guido Falsi m...@madpilot.net
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Adding multiipul virtual domains?

2009-06-23 Thread Jeffrey Goldberg

On Jun 22, 2009, at 4:46 PM, ALLnetgroup wrote:

I have 3 virtual domains I need to add to FreeBSD 7.2-RELEASE server  
using Terminal or Webmin preferably Terminal.


If you are talking about virtual web domains, then this will be  
configured in the Apache configuration files.  Assuming you have  
apache22 installed from ports, then look in


 /usr/local/etc/apache22/extra/http-vhosts.com

That will point you to some apache documentation

 http://httpd.apache.org/docs/2.2/vhosts/

which you should review.

As others have said, you need to clarify your question.  Virtual  
domains with respect to what?  I'm just guessing that you are talking  
about webserver vhosts and that you are running apache.


If you are talking about virtual domains for email, then you will need  
to let us know whether you are running the FreeBSD default sendmail  
installation or some other mail server system.


-j


--
Jeffrey Goldberghttp://www.goldmark.org/jeff/

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Adding multiipul virtual domains?

2009-06-23 Thread ALLnetgroup
The server has 1 domain  name already setup along with:
 
sendmail
Webmin
Apache Web Server
MySQL
Apache Tomcat
Squid Proxy
SOCKS5
PERL
Mod PERL
PHP
OpenSSH
phpBB
RoundCube WebMail
 
When I add a new virtual host I would like the host to have it's own directory, 
website and the services above.
 
 
Thank You
 
--- On Tue, 6/23/09, Jeffrey Goldberg jeff...@goldmark.org wrote:


From: Jeffrey Goldberg jeff...@goldmark.org
Subject: Re: Adding multiple virtual domains?
To: allnetgr...@yahoo.com
Cc: sta...@freebsd.org
Date: Tuesday, June 23, 2009, 6:41 AM


On Jun 22, 2009, at 4:46 PM, ALLnetgroup wrote:

 I have 3 virtual domains I need to add to FreeBSD 7.2-RELEASE server using 
 Terminal or Webmin preferably Terminal.

If you are talking about virtual web domains, then this will be configured in 
the Apache configuration files.  Assuming you have apache22 installed from 
ports, then look in

/usr/local/etc/apache22/extra/http-vhosts.com

That will point you to some apache documentation

http://httpd.apache.org/docs/2.2/vhosts/

which you should review.

As others have said, you need to clarify your question.  Virtual domains with 
respect to what?  I'm just guessing that you are talking about webserver vhosts 
and that you are running apache.

If you are talking about virtual domains for email, then you will need to let 
us know whether you are running the FreeBSD default sendmail installation or 
some other mail server system.

-j


--Jeffrey Goldberg                        http://www.goldmark.org/jeff/





___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Adding multiipul virtual domains?

2009-06-23 Thread eculp

Quoting ALLnetgroup allnetgr...@yahoo.com:


The server has 1 domain  name already setup along with:
 
sendmail
Webmin
Apache Web Server
MySQL
Apache Tomcat
Squid Proxy
SOCKS5
PERL
Mod PERL
PHP
OpenSSH
phpBB
RoundCube WebMail
 
When I add a new virtual host I would like the host to have it's own  
directory, website and the services above.


Hmmm... the link Jeffery sent you solves the apache vhosts and you  
will need to read the manuals for the rest to get your configuration  
the way you want it and ask specific questions on the questions  
mailing list, possibly.


ed

 
 
Thank You
 
--- On Tue, 6/23/09, Jeffrey Goldberg jeff...@goldmark.org wrote:


From: Jeffrey Goldberg jeff...@goldmark.org
Subject: Re: Adding multiple virtual domains?
To: allnetgr...@yahoo.com
Cc: sta...@freebsd.org
Date: Tuesday, June 23, 2009, 6:41 AM


On Jun 22, 2009, at 4:46 PM, ALLnetgroup wrote:

I have 3 virtual domains I need to add to FreeBSD 7.2-RELEASE  
server using Terminal or Webmin preferably Terminal.


If you are talking about virtual web domains, then this will be  
configured in the Apache configuration files.  Assuming you have  
apache22 installed from ports, then look in


/usr/local/etc/apache22/extra/http-vhosts.com

That will point you to some apache documentation

http://httpd.apache.org/docs/2.2/vhosts/

which you should review.

As others have said, you need to clarify your question.  Virtual  
domains with respect to what?  I'm just guessing that you are  
talking about webserver vhosts and that you are running apache.


If you are talking about virtual domains for email, then you will  
need to let us know whether you are running the FreeBSD default  
sendmail installation or some other mail server system.


-j


--Jeffrey Goldberg                        http://www.goldmark.org/jeff/





___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org



___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Adding multiipul virtual domains?

2009-06-23 Thread Michael Grant
On Tue, Jun 23, 2009 at 17:04, eculpec...@encontacto.net wrote:
 Quoting ALLnetgroup allnetgr...@yahoo.com:

 The server has 1 domain  name already setup along with:

 sendmail
 Webmin
 Apache Web Server
 MySQL
 Apache Tomcat
 Squid Proxy
 SOCKS5
 PERL
 Mod PERL
 PHP
 OpenSSH
 phpBB
 RoundCube WebMail

 When I add a new virtual host I would like the host to have it's own
 directory, website and the services above.

There is nothing that I know of that will automatically add a new
virtual domain to a machine in all of these systems.  I have my own
home brew perl scripts which do such things but they are not usable
outside my own environment.  Many other people I have talked to have
done the same thing or just configured each of these individually.

If you are not technically savvy enough to write your own
configuration management system or to modify the configuration files
individually, you might consider instead of having your own machine to
use a web hosting company which automatically installs and configures
this stuff for you via a control panel.

Incidentally this is not the first time I have seen a need for some
larger meta confutation system for unix/linux in general.  It's
absolutely true that adding a domain to a system is often a multi-step
process and it need not be.  Like adding a user in the old days when
you first edited the passwd file, the group file, made the home
directory and copied over some dot files there, now it's all automated
in the adduser command.

A user might have several domains, mail, one or more web sites, etc.
All of this gets configured into lots of different files.  Then think
what happens when you get rid of a user.  There really aught to be
some easier way which is why I ended up writing my own scripts.

Michael Grant
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


RE: Adding multiipul virtual domains?

2009-06-23 Thread Daniel Anson
Try running plesk.

--D

-Original Message-
From: owner-freebsd-sta...@freebsd.org 
[mailto:owner-freebsd-sta...@freebsd.org] On Behalf Of Michael Grant
Sent: Tuesday, June 23, 2009 2:21 PM
To: allnetgr...@yahoo.com
Cc: sta...@freebsd.org
Subject: Re: Adding multiipul virtual domains?

On Tue, Jun 23, 2009 at 17:04, eculpec...@encontacto.net wrote:
 Quoting ALLnetgroup allnetgr...@yahoo.com:

 The server has 1 domain  name already setup along with:

 sendmail
 Webmin
 Apache Web Server
 MySQL
 Apache Tomcat
 Squid Proxy
 SOCKS5
 PERL
 Mod PERL
 PHP
 OpenSSH
 phpBB
 RoundCube WebMail

 When I add a new virtual host I would like the host to have it's own
 directory, website and the services above.

There is nothing that I know of that will automatically add a new
virtual domain to a machine in all of these systems.  I have my own
home brew perl scripts which do such things but they are not usable
outside my own environment.  Many other people I have talked to have
done the same thing or just configured each of these individually.

If you are not technically savvy enough to write your own
configuration management system or to modify the configuration files
individually, you might consider instead of having your own machine to
use a web hosting company which automatically installs and configures
this stuff for you via a control panel.

Incidentally this is not the first time I have seen a need for some
larger meta confutation system for unix/linux in general.  It's
absolutely true that adding a domain to a system is often a multi-step
process and it need not be.  Like adding a user in the old days when
you first edited the passwd file, the group file, made the home
directory and copied over some dot files there, now it's all automated
in the adduser command.

A user might have several domains, mail, one or more web sites, etc.
All of this gets configured into lots of different files.  Then think
what happens when you get rid of a user.  There really aught to be
some easier way which is why I ended up writing my own scripts.

Michael Grant
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Confidentiality Notice: This e-mail message (including any attached or
embedded documents) is intended for the exclusive and confidential use of the
individual or entity to which this message is addressed, and unless otherwise
expressly indicated, is confidential and privileged information of Rackspace.
Any dissemination, distribution or copying of the enclosed material is 
prohibited.
If you receive this transmission in error, please notify us immediately by 
e-mail
at ab...@rackspace.com, and delete the original message.
Your cooperation is appreciated.

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


RE: Adding multiipul virtual domains?

2009-06-23 Thread Larry Rosenman
I wouldn't wish plesk on my worst enemy.

Qmail, and non-standard stuff all the way around. 

I have clients that use it, and I cringe when I have to debug/change
something.


-- 
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 512-248-2683E-Mail: l...@lerctr.org
US Mail: 430 Valona Loop, Round Rock, TX 78681-3893

-Original Message-
From: owner-freebsd-sta...@freebsd.org
[mailto:owner-freebsd-sta...@freebsd.org] On Behalf Of Daniel Anson
Sent: Tuesday, June 23, 2009 2:47 PM
To: Michael Grant; allnetgr...@yahoo.com
Cc: sta...@freebsd.org
Subject: RE: Adding multiipul virtual domains?

Try running plesk.

--D

-Original Message-
From: owner-freebsd-sta...@freebsd.org
[mailto:owner-freebsd-sta...@freebsd.org] On Behalf Of Michael Grant
Sent: Tuesday, June 23, 2009 2:21 PM
To: allnetgr...@yahoo.com
Cc: sta...@freebsd.org
Subject: Re: Adding multiipul virtual domains?

On Tue, Jun 23, 2009 at 17:04, eculpec...@encontacto.net wrote:
 Quoting ALLnetgroup allnetgr...@yahoo.com:

 The server has 1 domain  name already setup along with:

 sendmail
 Webmin
 Apache Web Server
 MySQL
 Apache Tomcat
 Squid Proxy
 SOCKS5
 PERL
 Mod PERL
 PHP
 OpenSSH
 phpBB
 RoundCube WebMail

 When I add a new virtual host I would like the host to have it's own
 directory, website and the services above.

There is nothing that I know of that will automatically add a new
virtual domain to a machine in all of these systems.  I have my own
home brew perl scripts which do such things but they are not usable
outside my own environment.  Many other people I have talked to have
done the same thing or just configured each of these individually.

If you are not technically savvy enough to write your own
configuration management system or to modify the configuration files
individually, you might consider instead of having your own machine to
use a web hosting company which automatically installs and configures
this stuff for you via a control panel.

Incidentally this is not the first time I have seen a need for some
larger meta confutation system for unix/linux in general.  It's
absolutely true that adding a domain to a system is often a multi-step
process and it need not be.  Like adding a user in the old days when
you first edited the passwd file, the group file, made the home
directory and copied over some dot files there, now it's all automated
in the adduser command.

A user might have several domains, mail, one or more web sites, etc.
All of this gets configured into lots of different files.  Then think
what happens when you get rid of a user.  There really aught to be
some easier way which is why I ended up writing my own scripts.

Michael Grant
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Confidentiality Notice: This e-mail message (including any attached or
embedded documents) is intended for the exclusive and confidential use of
the
individual or entity to which this message is addressed, and unless
otherwise
expressly indicated, is confidential and privileged information of
Rackspace.
Any dissemination, distribution or copying of the enclosed material is
prohibited.
If you receive this transmission in error, please notify us immediately by
e-mail
at ab...@rackspace.com, and delete the original message.
Your cooperation is appreciated.

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Adding multiipul virtual domains?

2009-06-22 Thread ALLnetgroup
I have 3 virtual domains I need to add to FreeBSD 7.2-RELEASE server using 
Terminal or Webmin preferably Terminal.
 
 
Thanks,
Michael 



___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Adding multiipul virtual domains?

2009-06-22 Thread Glen Barber
On Mon, Jun 22, 2009 at 5:46 PM, ALLnetgroupallnetgr...@yahoo.com wrote:
 I have 3 virtual domains I need to add to FreeBSD 7.2-RELEASE server using 
 Terminal or Webmin preferably Terminal.



Virtual domains for what?


-- 
Glen Barber
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Adding multiipul virtual domains?

2009-06-22 Thread Glen Barber
On Mon, Jun 22, 2009 at 6:23 PM, ALLnetgroupallnetgr...@yahoo.com wrote:
 For 3 domain names I just recieved.


Please don't just reply to me, because the rest of the list doesn't
see your response.

Your question is extremely vague.  What are you trying to do?


-- 
Glen Barber
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Adding multiipul virtual domains?

2009-06-22 Thread ALLnetgroup
I am trying to add 3 domain name accounts: 
 
domain1.com
domain2.com
domain3.com 
 
to FreeBSD 7.2-RELEASE sever with a Static IP the domain names are pointed to 
the server via godaddy. What do I need to do to add the domains to the BSD 
server?
 
 
--- On Mon, 6/22/09, Glen Barber glen.j.bar...@gmail.com wrote:


From: Glen Barber glen.j.bar...@gmail.com
Subject: Re: Adding multiipul virtual domains?
To: allnetgr...@yahoo.com
Cc: sta...@freebsd.org
Date: Monday, June 22, 2009, 3:24 PM


On Mon, Jun 22, 2009 at 6:23 PM, ALLnetgroupallnetgr...@yahoo.com wrote:
 For 3 domain names I just received.


Please don't just reply to me, because the rest of the list doesn't
see your response.

Your question is extremely vague.  What are you trying to do?


-- 
Glen Barber




___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Adding multiipul virtual domains?

2009-06-22 Thread Greg Black
On 2009-06-22, ALLnetgroup wrote:

 I am trying to add 3 domain name accounts: 
  
 domain1.com
 domain2.com
 domain3.com 
  
 to FreeBSD 7.2-RELEASE sever with a Static IP the domain names are pointed to 
 the server via godaddy. What do I need to do to add the domains to the BSD 
 server?

You need to do two things: (1) formulate a meaningful question; (2) ask
your questions in a suitable forum for newbie questions.  Please read
the charters of the mailing lists and stop using this list for questions
that don't belong here.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Adding multiipul virtual domains?

2009-06-22 Thread eculp

Quoting ALLnetgroup allnetgr...@yahoo.com:


I am trying to add 3 domain name accounts: 
 
domain1.com
domain2.com
domain3.com
 
to FreeBSD 7.2-RELEASE sever with a Static IP the domain names are  
pointed to the server via godaddy. What do I need to do to add the  
domains to the BSD server?


You really need to be more specific.  To use the domains you will need  
at least:


  o. a functional DNS for each, be it on your freebsd box or not.
  o. Probably a mail server.  Lot of options here most are in ports.
  o. A web server, probably apache or lighthttp that are both in ports.

All of these can be handled by multiple programs, none of which are  
parts of the basic freebsd OS install except named, I suppose but that  
is if you are running your own dns, which I somehow doubt.


Why don't you try reading the FreeBSD handbook that will answer most  
of what I mentioned.

 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html

I would also suggest you read about the mailing lists on the  
http://www.freebsd.org web site to know which you should use and how  
to ask questions.


Good luck,

ed

--- On Mon, 6/22/09, Glen Barber glen.j.bar...@gmail.com wrote:


From: Glen Barber glen.j.bar...@gmail.com
Subject: Re: Adding multiipul virtual domains?
To: allnetgr...@yahoo.com
Cc: sta...@freebsd.org
Date: Monday, June 22, 2009, 3:24 PM


On Mon, Jun 22, 2009 at 6:23 PM, ALLnetgroupallnetgr...@yahoo.com wrote:

For 3 domain names I just received.



Please don't just reply to me, because the rest of the list doesn't
see your response.

Your question is extremely vague.  What are you trying to do?


--
Glen Barber




___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org



___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org