Re: webhosting

2002-02-25 Thread Debian Usera
El lun, 25-02-2002 a las 15:48, Michal Novotny escribió:
> There  is a couple of interesting answers, but nothing to help me with
> my  imagine, but I am (maybe) too exacting to find a real (little more
> described) way to setup the webhosting with my needs.
> Anyway,  is  there  any  doc  or  something  what  can  help  me setup
> webhosting  by my imagine ? Below is copy of my original mail. I think
> here  must be  a lot of admins with  this type of  hosting, share your
> practice... maybe private?

Dudethere are like 4 howtos in linuxdoc.org and linuxdocs.org
real easy what you are asking for.,..its a classic case of RTFHTs answer

Now, the only shakey part is that one dns per virtual host thingyou
dont need a whole server for each. Just a zone for each of them...
again, refer to the HOWTOS


Alex




Re: webhosting

2002-02-25 Thread Michal Novotny
There  is a couple of interesting answers, but nothing to help me with
my  imagine, but I am (maybe) too exacting to find a real (little more
described) way to setup the webhosting with my needs.
Anyway,  is  there  any  doc  or  something  what  can  help  me setup
webhosting  by my imagine ? Below is copy of my original mail. I think
here  must be  a lot of admins with  this type of  hosting, share your
practice... maybe private?

Regards
Michal Novotny

--cut--
Hello all!

 I would  want  to  have  my  own webhosting (for friends etc.), could
someone help me how to set up a debian for it, if there is better have
for each web special user or what ?

 My imagine:
 1. Apache with PHP, and some cgi could be enabled (perl, etc.)
 2. FTP for each Apache web
 3. Some e-mails for each web (better with webmail+antivir)
 4. Primary DNS server for each web
 5. there will be (for now) only 8 webs (domains) and 21 emails
 
 Is  there  change  to make it best secure ? So, there will be only my
friends, but I want to be careful.

 I  am  not new in the Linux, and I have this server already, but only
for  html  web  (which runs one user without suexec) and some free ftp
for  virtual  domains.  But  it  is not all real Debian packages and I
think it is not too much secure :-(. So, I want it setup again & clean.

Thank you for any message.

Regards
Michal Novotny
--cut--





Re: webhosting

2002-02-25 Thread Debian Usera

El lun, 25-02-2002 a las 15:48, Michal Novotny escribió:
> There  is a couple of interesting answers, but nothing to help me with
> my  imagine, but I am (maybe) too exacting to find a real (little more
> described) way to setup the webhosting with my needs.
> Anyway,  is  there  any  doc  or  something  what  can  help  me setup
> webhosting  by my imagine ? Below is copy of my original mail. I think
> here  must be  a lot of admins with  this type of  hosting, share your
> practice... maybe private?

Dudethere are like 4 howtos in linuxdoc.org and linuxdocs.org
real easy what you are asking for.,..its a classic case of RTFHTs answer

Now, the only shakey part is that one dns per virtual host thingyou
dont need a whole server for each. Just a zone for each of them...
again, refer to the HOWTOS


Alex


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: webhosting

2002-02-25 Thread Michal Novotny

There  is a couple of interesting answers, but nothing to help me with
my  imagine, but I am (maybe) too exacting to find a real (little more
described) way to setup the webhosting with my needs.
Anyway,  is  there  any  doc  or  something  what  can  help  me setup
webhosting  by my imagine ? Below is copy of my original mail. I think
here  must be  a lot of admins with  this type of  hosting, share your
practice... maybe private?

Regards
Michal Novotny

--cut--
Hello all!

 I would  want  to  have  my  own webhosting (for friends etc.), could
someone help me how to set up a debian for it, if there is better have
for each web special user or what ?

 My imagine:
 1. Apache with PHP, and some cgi could be enabled (perl, etc.)
 2. FTP for each Apache web
 3. Some e-mails for each web (better with webmail+antivir)
 4. Primary DNS server for each web
 5. there will be (for now) only 8 webs (domains) and 21 emails
 
 Is  there  change  to make it best secure ? So, there will be only my
friends, but I want to be careful.

 I  am  not new in the Linux, and I have this server already, but only
for  html  web  (which runs one user without suexec) and some free ftp
for  virtual  domains.  But  it  is not all real Debian packages and I
think it is not too much secure :-(. So, I want it setup again & clean.

Thank you for any message.

Regards
Michal Novotny
--cut--



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: webhosting

2002-02-24 Thread Debian Usera
Um...this here is the ISP listaint there a users lista around
somewhere?
real easy...

By default, debian's apache comes with ~username directories enabled
you can start there www.yourserver.com/~dude1/ should bring up
/home/dude1/public_html/index.htmlthats there for free...in default

About giving hosting as per domainname, the easy way to do this is to go
and dl webmin from webmin.com, install it and go to the apache
moduleits pretty much self explanatory after that... Okay...go to
the bottom and put the name of the host (dude1.yourserver.com) and your
own ip address (you want name based virtual hosting since its easyer).
In that servers document root, there should be the web directory that
will be accesed by said dude1/home/dude1/public_html

php is enabled by simply apt-get install php4 and uncommenting the
corresponding AddModule directive in /etc/apache/httpd.conf

perl is somehow the same but its a little bit different and i wont get
myself into it now (STFW?, RTFM?)

ftp is installed by doing apt-get install proftpd and presto, each user
has an ftp account by default...you just tell them tu upload to
public_html dir.

Mail is much different with virtual hosts and i wont go into that (see
above)

>Thank you for any message.

Im surprised you got one but heyim in the mood

Alex





Re: webhosting

2002-02-23 Thread Debian Usera

Um...this here is the ISP listaint there a users lista around
somewhere?
real easy...

By default, debian's apache comes with ~username directories enabled
you can start there www.yourserver.com/~dude1/ should bring up
/home/dude1/public_html/index.htmlthats there for free...in default

About giving hosting as per domainname, the easy way to do this is to go
and dl webmin from webmin.com, install it and go to the apache
moduleits pretty much self explanatory after that... Okay...go to
the bottom and put the name of the host (dude1.yourserver.com) and your
own ip address (you want name based virtual hosting since its easyer).
In that servers document root, there should be the web directory that
will be accesed by said dude1/home/dude1/public_html

php is enabled by simply apt-get install php4 and uncommenting the
corresponding AddModule directive in /etc/apache/httpd.conf

perl is somehow the same but its a little bit different and i wont get
myself into it now (STFW?, RTFM?)

ftp is installed by doing apt-get install proftpd and presto, each user
has an ftp account by default...you just tell them tu upload to
public_html dir.

Mail is much different with virtual hosts and i wont go into that (see
above)

>Thank you for any message.

Im surprised you got one but heyim in the mood

Alex



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]