[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RAQ Questions
- Subject: Re: [cobalt-users] RAQ Questions
- From: "Fathi Said" <fathi@xxxxxx>
- Date: Wed Feb 23 14:18:43 2000
- Organization: Hosting-Network, Inc.
Mark,
What you say sounds interesting....., but how comes that we (1) can host
many more than 75 sites (we once had over 200 on a server), and (2) were
able to do this without ANY modifications?
Thanks,
Fathi
----- Original Message -----
From: "Mark Spieth" <mspieth@xxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Wednesday, February 23, 2000 11:11 PM
Subject: RE: [cobalt-users] RAQ Questions
> Its a limit in the kernel in respect to file descriptors. It just so
happens
> that apache is what breaks in that it attempts to open more than are
> avaiaable must past 75 sites as longs as it uses seperate log files. My
> point was that it requires modification to get past that limit this is why
> cobalt put a limit in the add virtual servers script.
>
> # This autoloader file was built automatically by
> # /usr/local/sbin/autoize from Vhost.pm
>
> # Copyright 1998 Cobalt Networks (http://www.cobaltnet.com)
>
> use strict;
> ### START HARDCODED PATHS
> my $AdminServer_port = "81";
> my $Dns_notification = "/etc/dns.notification";
> my $Htconf = "/etc/httpd/conf";
> my $Htgroup_dir = "/home/sites";
> my $Htscript = "/etc/rc.d/init.d/httpd.init";
> my $If_cfg_dir = "/etc/sysconfig/network-scripts";
> my $Ifup = "/etc/sysconfig/network-scripts/ifup";
> my $Lcdshowscript = "/etc/rc.d/init.d/showip";
> my $Lockdir = "/etc/locks";
> my $Logrotate_boot = "/etc/logrotate.onboot";
> my $Logrotate_dir = "/etc/logrotate.d";
> my $Netif = "eth0";
> my $Sauce_log = "/var/cobalt/sauce.log";
> my $Sites_Max = "50";
>
> -----Original Message-----
> From: Fathi Said [mailto:fathi@xxxxxx]
> Sent: Wednesday, February 23, 2000 4:48 PM
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: Re: [cobalt-users] RAQ Questions
>
>
> > as the current limit on the raq2's
> > without modification is I believe 60 sites.
>
> No, this is not true. RaQ2s are only limited by Apache and the machine's
> configuration. You could theoretically host thousands of sites......
>
> We are fine with 100 per server, but 200 are easily possible.
>
> Regards,
> Fathi
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>