Contact Menu

Search results for "joomla virtualmin script"

virtualmin-nginx-wordpress-permalinks-apc

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

…slave DNS, and testing. The Nginx modules are also available for the free Virtualmin GPL version. To install the modules, go to Virtualmin Package Updates (wbm-virtualmin-nginx and wbm-virtualmin-nginx-ssl). WordPress Plugins… (Search hits: 26 in body, 1 in title, 0 in categories, 1 in tags, 0 in other taxonomies, 0 in comments. Score: 1228.48)

Continue Reading 20

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
wordnish

Varnish VCL and Config for WordPress with W3 Total Cache

I have been working on a Varnish front-end for Apache, to be used with WordPress sites. I described the architecture in Load Balancing Virtualmin WordPress Hosting Server with Varnish on… (Search hits: 4 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 170.92)

Continue Reading 25

Search Engine Optimization

SEO Consulting $95 per hour. Includes research for page titles, text headings and content keywords to optimize a website for a targeted market. WordPress Sites $350 per site. Includes setup of pretty URLs and install and setup of SEO plugins, PagerFix plugin and Google XML Sitemaps plugin. Automated Yahoo, MSN and Google Sitemap submission, Google […]

Continue Reading 1
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: 3 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 128.19)

Continue Reading 0

Integrating Content from External Sources into OU Campus Using RSS, PHP, and JavaScript

…: ”; $html = “<div class=\”row-fluid\”>” . “<h3><a href=\”{$item->link}\”>{$item->title}</a></h3>” . “{$content_encoded}” . “</div>”; echo($html); } ?> <script> $(document).ready(function(){ $(‘.sidebar img’).removeClass().addClass(‘thumbnail pull-right span5’); $(‘aside.well img’).removeClass().addClass(‘thumbnail pull-right span5’); }); </script> OU Campus… (Search hits: 3 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 128.19)

Continue Reading 0

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