Best Options.conf for highest performance?

Luke

Verified User
Joined
Feb 15, 2014
Messages
46
What are Best Options.conf for highest performance?

Hello, what are best options.conf for highest possible performance :)?
 
Last edited:
Options.conf. has nothing to do with performance. It´s part of a tool to build/update Custombuild 2 and you decide what settings are best for your (web) server. Depending what you are running you can probably optimize those applications.
 
Hello,

nginx+apache+php-fpm+opcache+redis

and fine-tuning of configs.

And options.conf as it was already mentioned is not the only what you need to tune.
 
Hello,

nginx+apache+php-fpm+opcache+redis

and fine-tuning of configs.

And options.conf as it was already mentioned is not the only what you need to tune.

nginx + apache is it possible to use node.js?
 
what is a simplest way to have at least a performance webserver for a newbie like me? I am still boiling.
just to follow command lines and up and run the reliable server. apache+nginix+modsecurity etc.
 
what is a simplest way to have at least a performance webserver for a newbie like me? I am still boiling.
just to follow command lines and up and run the reliable server. apache+nginix+modsecurity etc.

OpenLiteSpeed or Nginx are your best free choices.
Apache + Nginx reverse proxy also works well.
Run ./setup.sh (no auto) and configure as you like.
 
OpenLiteSpeed or Nginx are your best free choices.
Apache + Nginx reverse proxy also works well.
Run ./setup.sh (no auto) and configure as you like.
thank you so much.

also what else I have to build into it to have as webserver options like, security and firewalls also which modules and plugins are a best for openlite
 
thank you so much.

also what else I have to build into it to have as webserver options like, security and firewalls also which modules and plugins are a best for openlite

I use CSF on the server and CloudFlare externally.
No Modsecurity, fail2ban, ClamAV, Maldet, etc.
 
this my server

clamd

da-popb4smtp

dovecot

exim

freshclam

httpd

lfd

mysqld

named

php-fpm72

php-fpm73

pure-ftpd

spamd

sshd

Code:
root@srv:/usr/local/directadmin/custombuild# cat options.conf
#PHP Settings
php1_release=7.2
php1_mode=php-fpm
php2_release=7.3
php2_mode=php-fpm
php3_release=no
php3_mode=php-fpm
php4_release=no
php4_mode=php-fpm
secure_php=yes
opcache=no
htscanner=yes
php_ini=yes
php_timezone=America/Chicago
php_ini_type=production
ioncube=yes
imagick=yes
zend=yes
suhosin=no
x_mail_header=yes

#MySQL Settings
mysql=8.0
mariadb=10.4
mysql_inst=mysql
mysql_backup=yes
mysql_backup_gzip=yes
mysql_backup_dir=/usr/local/directadmin/custombuild/mysql_backups
mysql_force_compile=no

#WEB Server Settings
webserver=apache
http_methods=ALL
litespeed_serialno=trial
modsecurity=no
modsecurity_ruleset=no
apache_ver=2.4
apache_mpm=event
mod_ruid2=no
userdir_access=yes
harden_symlinks_patch=yes
use_hostname_for_alias=yes
redirect_host=srv.likeakinginc.com
redirect_host_https=yes

#WEB Applications Settings
phpmyadmin=yes
phpmyadmin_ver=4
squirrelmail=no
roundcube=yes
webapps_inbox_prefix=no

#ClamAV-related Settings
clamav=yes
clamav_exim=yes
modsecurity_uploadscan=yes
proftpd_uploadscan=yes
pureftpd_uploadscan=no
suhosin_php_uploadscan=no

#Mail Settings
exim=yes
eximconf=yes
eximconf_release=4.5
blockcracking=yes
easy_spam_fighter=yes
spamd=spamassassin
sa_update=daily
dovecot=yes
dovecot_conf=yes
mail_compress=yes
pigeonhole=yes

#FTP Settings
ftpd=pureftpd

#Statistics Settings
awstats=yes
webalizer=yes

#CustomBuild Settings
custombuild=2.0
custombuild_plugin=yes
autover=yes
bold=yes
clean=yes
cleanapache=yes
clean_old_tarballs=yes
clean_old_webapps=yes
downloadserver=files9.directadmin.com

#Cronjob Settings
cron=yes
cron_frequency=weekly
[email protected]
notifications=yes
da_autoupdate=yes
updates=yes
webapps_updates=yes

#CloudLinux Settings
cloudlinux=no
cloudlinux_beta=no
cagefs=no

#Advanced Settings
autoconf=yes
automake=yes
libtool=yes
curl=yes
new_pcre=yes
ssl_configuration=intermediate

phpmyadmin_public=yes

any recommendations
 
which options I should use on OpenLiteSpeed to make the WordPress web server faster and more reliable? now I have OpenLiteSpeed, MySQL 8.0, PureFTP, php7.2,73,
 
Back
Top