Contact Menu

Search results for "apache-event-mod_fcgid-poor-performance"

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, 4 in tags, 0 in other taxonomies, 0 in comments. Score: 1151.53)

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)

…Apache 2.4 <RequireAny> Require ip 127.0.0.1 Require ip ::1 </RequireAny> </IfModule> <IfModule !mod_authz_core.c> # Apache 2.2 Order Deny,Allow # comment out Allow from All and add your own static IPs… (Search hits: 10 in body, 1 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 552.73)

Continue Reading 0

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
TEDxChattanooga website screenshot

TEDx Event Website

I’m very excited to help out with Chattanooga’s premier TEDx event: TEDxChattanooga. TEDxChattanooga website For this site, I chose a responsive Bootstrap 3 SASS WordPress theme, originally developed for TEDxToronto…. (Search hits: 3 in body, 1 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 230.31)

Continue Reading 0
screen-shot 2016-03-02 at 1.13.28 PM

YouTube Gallery snippet & table transform for OU Campus

….css for styling //www.woosterwebdesign.com/responsive-youtube-player-with-playlist/ $(document).ready(function () { $(“.arrow-right”).bind(“click”, function (event) { event.preventDefault(); $(“.vid-list-container”).stop().animate({ scrollLeft: “+=336” }, 750); }); $(“.arrow-left”).bind(“click”, function (event) { event.preventDefault(); $(“.vid-list-container”).stop().animate({ scrollLeft: “-=336” }, 750); }); });… (Search hits: 4 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 184.25)

Continue Reading 0

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