MySQL cannot connect via localhost
On an Apache server, MySQL can’t connect when you use localhost, but it work when you chane to IP address 127.0.0.1 When…
On an Apache server, MySQL can’t connect when you use localhost, but it work when you chane to IP address 127.0.0.1 When…
To install LAMP (Apache, MySQL, PHP) on Ubuntu/Debian web server, run apt-get install lamp-server^ This use meta package install LAMP. If you…
To find IP with most access from Apache or other web server log file, run If you want to see IP that…
When using Apache web server behind cloudflare, apache logs show cloudflare IP address instead of real visitor IP address. To show actual…
To optimize Apache web server, run curl -sL https://raw.githubusercontent.com/richardforth/apache2buddy/master/apache2buddy.pl | sudo perl
It is better to make web site available with one URL. Many sites work with both wwww and non-www (naked domain) urls.…
When Apache web server running behind reverse proxy or load balancer, server log and scripts show IP of reverse proxy server or…
apachectl command is used to interact with Apache web server. To see Apache status apachectl status To list virtualhost info, run apachectl…
ISPConfig is a free hosting control panel. It come with Nginx and Apache web servrs. You can select one during installation. if…
When you are using Reverse Proxy like Nginx, Haproxy or Amazon ELB in front of web server and web server use HTTP…
mod ruid2 allow you to run web site as differnt user from the one web server is running. This is helpfull when…
On CentOS 7 sevrer running apache, when try to install plugin in WordPress admin area, i get error Installazione fallita: Il download…