httpd

upstream sent too big header – nginx error

|| if you get nginx error like: upstream sent too big header while reading response header from upstream || how to...
Sysadmin.ID
14 sec read

Block / deny ip on nginx

|| what is nginx please take a look this || how to blocking ip address on nginx | configure nginx.conf #...
Sysadmin.ID
14 sec read

Enable register_globals php using .htaccess

|| how to enable register_globals php on cpanel # vi .htaccess php_flag register_globals on || links | google | cpanel
Sysadmin.ID
4 sec read

Perl fastcgi on nginx

|| how to setup perl fastcgi on nginx | installing nginx and perl cgi on debian # aptitude install nginx libfcgi-perl...
Sysadmin.ID
1 min read

Protecting a folder on nginx

|| how to protecting a folder with password on nginx | generate htpasswd password using perl # perl -le 'print crypt("yourpassword",...
Sysadmin.ID
15 sec read

Install phpmyadmin on linux

|| what is phpmyadmin please take a look this || how to install phpmyadmin on linux | download phpmyadmin package #...
Sysadmin.ID
15 sec read

wp rewrite on nginx

|| Permalink wordpress 0. Go to Permalinks 1. Common settings – Custom Structure : /%postname%/ or /%category%/%postname%/ 2. Save Changes ||...
Sysadmin.ID
18 sec read