Re: Apache Examples Extreme Web Servers

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On Tue, 13 Mar 2007, linux guru wrote:

Does anybody host about 2000-2500 virtual sites in single server?

Which version of Apache do you prefer 2.0 or 2.2 for hosting thousands of
websites?

Do you have examples or some experiment about the httpd.conf for this kind
of servers?

Have you ever noticed an error like this below;

apachectl stop, OK
apachectl start, No responce. FAIL

You're probably hitting some resource limit.

Look within apachectl for the line which invokes httpd.

Figure out the variables and try to start it with the "broken" config it
from the command line with
'strace -f', like this:

cd $APACHE_ROOT/bin # or wherever your httpd is

strace -f ./httpd -k start  # this is my server's config

...and at the end, check the return code:
echo $?

and post the last 20 lines or so to the list.  Might help to capture all
that to a file with either output redirection or 'script.'

Thanks,
Josh



open the file which has virtual host records,  inc.vhost.httpd.conf put #
sign
start of 30-40 lines save and close the file.

apachectl start, OK

open the file again and remove the #'s

apachectl graceful, OK

Please help :) We are getting mad more and more everyday.

You could check the php config and other details at
http://82.222.170.52/i.php

We are using Redhat Enterprise Linux 4, we are installing apache , php , and
modules from source.

The servers are extremly powerful and does not have other services like
mysql or mail server. only apache serving.

Please contact me directly if you think you could help.

Thanks.


---------------------------------------------------------------------
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@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux