Contact Menu

Search results for "wordpress-mod_fcgid-error-reading-data"

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

…/data/web/prod/www/_resources/rss/wp*.xml /data/web/test/www/_resources/rss/ cp -p /data/web/prod/www/_resources/rss/wp*.xml /data/web/test/train/_resources/rss/ cp -p /data/web/prod/www/_resources/rss/wp*.xml /data/web/dev/www/_resources/rss/ For other RSS sources, the structure may be different; maybe we can’t do a lastBuildDate check. And… some servers may… (Search hits: 38 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 493.17)

Continue Reading 0
APC INFO Monitor

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

…on your machine. Why? Because then you do not need apache’s mod_php (php module). Less modules loaded, less wasted memory. Comment out: LoadModule php5_module modules/libphp5.so in /etc/httpd/conf.d/php.conf Remove any php_memory_limit… (Search hits: 20 in body, 1 in title, 0 in categories, 1 in tags, 0 in other taxonomies, 0 in comments. Score: 397.22)

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

Continue Reading 25

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
ss4-postbox

WordPress Content Management

…by WordPress, and so are many of my client’s websites. WordPress can also be combined with an existing website to add news, weblink and weblog functions. WordPress is a state-of-the-art… (Search hits: 9 in body, 1 in title, 0 in categories, 1 in tags, 0 in other taxonomies, 0 in comments. Score: 83.57)

Continue Reading
hew-conf

High Ed Web 2023 Presentation

I have been accepted to High Ed Web 2023 as a presenter: Modernize WordPress for a multi-developer, multi-environment workflow Presentation slides (PDF) WordPress has a ridiculously low point of entry,… (Search hits: 10 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 71.13)

Continue Reading
LAMP-linux-apache-mysql-php

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

…MySQL Tuning Is More Difficult: Trial and Error To test your MySQL server performance, you may try: mysqltuner: https://github.com/rackerhacker/MySQLTuner-perl (or http://mysqltuner.pl for the script only) MySQL Tuning Primer: https://launchpad.net/mysql-tuning-primer phpMyAdmin… (Search hits: 3 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 63.9)

Continue Reading 9
Screen Shot 2013-01-16 at 4.19.03 PM

Auto Mailer Form with Validation and reCAPTCHA

…submitted data has been validated. Your script can now proceed with any further processing required.*/ //get the POST data from the form $Course = $_POST[‘Course’]; $Semester = $_POST[‘Semester’]; $WhyUnavailable =… (Search hits: 3 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 60.22)

Continue Reading 2