Contact Menu

Search results for "centos-6-cached-ram"

APC INFO Monitor

How to Configure APC Cache on Virtual Servers with PHP running under FCGId

…virtual server’s /home/domainname.com/etc/php5/php.ini, add the following configuration: (you may also install memcached, and should install fileinfo for full use of W3 Total Cache) [memcached] ;memcached for distributed servers – e.g…. (Search hits: 12 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 238.56)

Continue Reading 57
Screen Shot 2012-09-07 at 11.09.50 AM

Install phpMyAdmin with SSL on CentOS, Amazon Linux, RedHat (Apache or NginX)

…/usr/share/; index index.php; location ~ ^/phpMyAdmin/(.+\.php)$ { try_files $uri =404; root /usr/share/; fastcgi_pass localhost:9002; fastcgi_param HTTPS on; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME /usr/share$fastcgi_script_name; include /etc/nginx/fastcgi_params; fastcgi_buffer_size 128k; fastcgi_buffers 256 4k; fastcgi_busy_buffers_size… (Search hits: 1 in body, 1 in title, 0 in categories, 1 in tags, 0 in other taxonomies, 0 in comments. Score: 74.55)

Continue Reading 0
wordnish

Varnish VCL and Config for WordPress with W3 Total Cache

…space using the % suffix. VARNISH_STORAGE_SIZE=3G # # # Backend storage specification # malloc runs from RAM, file from file VARNISH_STORAGE=”malloc,${VARNISH_STORAGE_SIZE}” #VARNISH_STORAGE=”file,${VARNISH_STORAGE_FILE},${VARNISH_STORAGE_SIZE}” # # # Default TTL used when the… (Search hits: 3 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 60.85)

Continue Reading 25

Web Hosting

Decades of experience hosting websites, from small local sites with only a few html pages, to high-traffic sites with thousands of users and pages.  Website hosting, evolved Web hosting has changed dramatically in the last few years. The majority of accounts are now running PHP scripts and MySQL, whereas in the past most accounts were only […]

Continue Reading

WordPress Fail2Ban RegEx for RedHat, CentOS, Amazon Linux

VacantServer WordPress sites are getting hammered with bad logins and probes. We’ve implemented a plugin to log failed login attempts to syslog, and a Fail2Ban filter for the same. If you run these on RedHat, you’ll need some additional configuration info… here it is: WordPress login failure regex (error_log): ^%(__prefix_line)sAuthentication failure for .* from <HOST>$ […]

Continue Reading 0