In config/logging.php: In channels section add these: 'none' => [ 'driver' => 'monolog', 'handler' => \Monolog\Handler\NullHandler::class, ], Then update your .env file to use this logger: LOG_CHANNEL=none And everything should work just f...
You have to pass the -np/--no-parent option to wget (in addition to -r/--recursive, of course), otherwise it will follow the link in the directory index on my site to the parent directory. So the command would look like this: wget --recursive --no-par...
If you have too many files to remove, try this trick: find . -name 'unwantedfile*' | xargs rm source: https://hostingblog.ie/centos-how-to-deal-with-a-folder-containing-very-large-number-of-files/ ...
in Cyberpanel, some advanced configuration needs to be done in OLS webadmin console. how to: first , run this line in SSH to setup login info for webadmin console /usr/local/lsws/admin/misc/admpass.sh and then, login into CyberPanel , and add TCP 7080 port to firewalld in ...
In /etc/nginx/nginx.conf changed it from 1024 to 2048. as you wish. There is following formula for determining nginx worker_processes and worker_connections:max_clients = worker_processes * worker_connectionsWhere worker_processes [number of processor cores],...
CyberPanel picks this file: /usr/local/CyberCP/index.html You can replace it with your own version. Note - This Page also gets replaced every time when we update CP. So we have to take care of this. source: https://forums.cyberpanel.net/d...
The steps are:1. Go to openlitespeed admin page (:7080), go to Virtual Hosts and add a new vhost.2. Fill in these details:Virtual Host Name: *Virtual Host Root: /home/default (or any folder you want)Config File: $SERVER_ROOT/conf/vhosts/defaultvh/vhconf.confFolow Symbolik Link...