Contact Menu

Search results for "apache-conf-location-apc-enabled-off"

APC INFO Monitor

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

…1 apc.shm_size = 12M apc.optimization = apc.num_files_hint = 512 apc.user_entries_hint = 1024 apc.ttl = apc.user_ttl = apc.gc_ttl = 600 apc.cache_by_default = apc.filters = “-/home/username/public_html/apc/apc\.php$” apc.slam_defense = apc.use_request_time = 1 apc.mmap_file_mask… (Search hits: 108 in body, 1 in title, 0 in categories, 5 in tags, 0 in other taxonomies, 0 in comments. Score: 4860.52)

Continue Reading 57
virtualmin-nginx-wordpress-permalinks-apc

WordPress with W3 Total Cache on Nginx with APC (Virtualmin)

…apc.optimization = apc.num_files_hint = 256 apc.user_entries_hint = 1024 apc.ttl = apc.user_ttl = apc.gc_ttl = 600 apc.cache_by_default = apc.filters = “-/home/username/public_html/scripts-not-to-cache/.*,-/home/username/public_html/apc/.*” apc.slam_defense = apc.use_request_time = 1 apc.mmap_file_mask = /tmp/apc.XXXXXX apc.file_update_protection =… (Search hits: 63 in body, 1 in title, 0 in categories, 1 in tags, 0 in other taxonomies, 0 in comments. Score: 2809.5)

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

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

…256k; fastcgi_temp_file_write_size 256k; fastcgi_intercept_errors on; } location ~* ^/phpMyAdmin/(.+\.(jpg|jpeg|gif|css|png|js|ico|html|xml|txt))$ { root /usr/share/; } } location /phpmyadmin { rewrite ^/* /phpMyAdmin last; } Edit /etc/phpMyAdmin/config.inc.php The config below shows some common… (Search hits: 16 in body, 1 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 769.14)

Continue Reading 0
LAMP-linux-apache-mysql-php

Tuning Apache and MySQL for Best Performance in a Shared Virtual Hosting Environment

…slightly higher than Apache’s maxclients. If you are running database caching via APC, you may lower max_connections, because APC will serve the busiest queries directly from cache. Take Time to… (Search hits: 13 in body, 1 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 640.95)

Continue Reading 9
SoccerNews.com website

Apache and MySql Performance Tuning for High Traffic WordPress Website on Cpanel

…server, PHP and MySQL to better utilize the server’s horsepower. Cpanel’s efault Apache and MySQL configurations were limiting the number of concurrent user sessions the server could handle. Changed PHP… (Search hits: 5 in body, 1 in title, 0 in categories, 3 in tags, 0 in other taxonomies, 0 in comments. Score: 395.25)

Continue Reading 4
wordnish

Varnish VCL and Config for WordPress with W3 Total Cache

…# explicit: VARNISH_VCL_CONF, VARNISH_ADMIN_LISTEN_ADDRESS, # VARNISH_ADMIN_LISTEN_PORT, VARNISH_SECRET_FILE RELOAD_VCL=1 # ## Advanced configuration # # # Main configuration file. VARNISH_VCL_CONF=/etc/varnish/wordpress-varnish3.vcl # # # Default address and port to bind to #… (Search hits: 5 in body, 0 in title, 0 in categories, 3 in tags, 0 in other taxonomies, 0 in comments. Score: 309.8)

Continue Reading 25

Résumé

Chris Gilligan Web Developer, Information Architect, Web Server Administrator, Media Producer web • video • print chris@chrisgilligan.net chrisgilligan.com I design and produce information and communication media for university, corporate, small business, manufacturing and non-profit clients: web sites Information architecture and design for open source content management systems Front-end UI design, HTML, PHP, LESS Linux Apache/Nginx […]

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