You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Mikael Henriksson <mi...@nafal.net> on 2004/11/07 15:40:49 UTC

[users@httpd] Re: Max number of include files

Thanks for you swift reply David.

~2000 do get my hopes up :)

I've read that apache can handle 256 descriptors per process.
But I didn't (and still don't) know what it really means.

I might be looking at more than 30.000 vhosts. Is this even
possible? Or do I have to rethink my strategy?

http://<user_defined_host>.mydomain1.com/

Where each <user_defined_host> is a vhost.

As it is now I have DNS wildcards that points all hosts in
"mydomain1.com" and "mydomain2.com" to my apache server.

Regards
/Mikael

dlang wrote:
> I've seen it done with ~2000 included files
> 
> David Lang
> 
> On Sun, 7 Nov 2004, Mikael Henriksson wrote:
> 
> 
>>Date: Sun, 07 Nov 2004 13:22:40 +0100
>>From: Mikael Henriksson <mi...@nafal.net>
>>Reply-To: users@httpd.apache.org
>>To: users@httpd.apache.org
>>Subject: [users@httpd] Max number of include files
>>
>>Hi,
>>
>>How many configuration files can apche include?
>>
>>In my httpd.conf file I have:
>>
>>   Include /www/config/*.conf
>>
>>In each .conf file, a  virtual  host directive similar to this one:
>>
>>   <VirtualHost 192.168.0.1:80>
>>       DocumentRoot /www/root/9991K4PZ8Q001
>>       ServerName user2032.mydomain.com
>>       ServerAlias www.user2032.mydomain.com
>>   </VirtualHost>
>>
>>This might not be the most efficent way to do this, so any sugestions
>>are welcome :)
>>
>>RedHat Enterprise 3
>>Apache: 2.0.47
>>
>>Hardware:
>>2 x 2.8 GHz Xeon CPU (HT)
>>1 GB RAM
>>2 x 72 GB 10.000 rpm SCSI U320 (hardware RAID 1)
>>
>>Thanks and regards
>>/Mikael
>>
>>---------------------------------------------------------------------
>>The official User-To-User support forum of the Apache HTTP Server Project.
>>See <URL:http://httpd.apache.org/userslist.html> for more info.
>>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
>>For additional commands, e-mail: users-help@httpd.apache.org
>>
>>
> 
> 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org