Apache Increase FD limit
On CentOS 7 sevrer running apache, when try to install plugin in WordPress admin area, i get error Installazione fallita: Il download…
On CentOS 7 sevrer running apache, when try to install plugin in WordPress admin area, i get error Installazione fallita: Il download…
gunicorn is a python application server used to run python applications in production. This is normally run behind web servers like nginx…
On Plesk server, i get following error on error_log for a site [Tue Apr 23 08:50:32.336220 2019] [core:alert] [pid 30457:tid 140337888573184] [client…
I want to limit access to admin login url of a web application to specified IP address. The web site had admin…
On a Fresh Ubuntu 18.04 server, run following commands to setup Apache, PHP and MySQL needed for WordPress installation. You can go…
On a cpanel server, i need to run a web application using docker container. Application running side docker container listening on port…
A web site had vlunerability, all allowed hacker to upload backdoor script to “uploads” folder used by the script. As a quick…
ab is a tool for benchmarking web servers. It is designed to give you an impression of how your web server installation…
To limit access to a folder using .htaccess, create .htacess file with following content. YOUR_IP_HERE = Replace it with your actual IP.…
When apache is running behind the proxy server it shows the IP of the proxy server as visitor IP. To fix this,…
To disable PHP for a web site edit VirtualHost entry of the web site and add php_flag engine off Restart Apache systemctl…
On Ubuntu, to execute .htm files as PHP, create file vi /etc/apache2/conf-enabled/php-html.conf Add following content SetHandler application/x-httpd-php This is similar code from…