The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Recently read about these two, not sure which one i should switch to from Apache....im looking into optimization of my server and forums.....appreciate feedback
![]() |
#2
|
||||
|
||||
![]()
I believe litespeed has a restriction of no content like warez, porn or other illegal activity on the server where it is installed.
nginx has almost no restrictions. Don't take my word for it though. |
#3
|
|||
|
|||
![]()
CentOS + Nginx + xCache + most powerfull combination for me
![]() |
#4
|
||||
|
||||
![]()
Stay with Apache and remove not required modules. Specially since - like on Litespeed's example configuration, using Apache's prefork MPM and then comparing this non-threaded against threaded webservers is well - not really compareable.
Specially with FastCGI worker is the right MPM to use. And Xcache and other PHP Optimizer's are maybe a bit more placebo-ware than a real help in the most cases. Just saying - by changing some software there won't be maybe much speedup. Do benchmarks yourself and see what fits your needs best, not just Webserver related, also PHP, MySQL and whatever else is running + the OS of course ![]() |
#5
|
|||
|
|||
![]()
What modules you suggest i remove on Apache?
|
#6
|
||||
|
||||
![]()
That depends on your configuration and if you maybe run other sites on the server and if any modules have been built in. VB itself won't need much.
Quote:
Rpaf is used because of my reverse caching proxy, auth_form handles SSL encrypted logins for VB. The easy way is maybe removing one-by-one on your test environment - not the production machine - until something is broken. And check the official Apache documentation - mod_alias will be needed if you use any "alias" directives, if you don't, no need to use this module. And - additionally - don't forget PHP and MySQL. Won't give a much better perfomance if your Webserver can deliver pages lightning-fast if the Database slows down everything. But for PHP and MySQL - depends on your usage. tuning-primer / mysqltuner can help for MySQL and maybe some Profiling tool for MySQL to see if any Addons cause problems with long queries. And for PHP - you won't need the openssl extension as example if you only use VB and don't use any SSL / TLS - e.g. for sending mails over a SSL / TLS connection. And a memory_limit of 128 MB might look good, but is pretty useless in the most cases. If you still have some spare resources, a reverse proxy might help to speed up things - specially static content like JS / Images and there, yes, Nginx might be a good choice. Sorry if there's no clear answer, really all depends on how your site and VB are used. ![]() |
#7
|
|||
|
|||
![]()
Thanks for all the info dude. Appreciate everything will look into this.
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|