Contact Menu

Search results for "apache-is-running-a-threaded-mpm-but-your-php-module-is-not-compiled-to-be-threadsafe"

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
chmod-linux-1

Recursive chmod Tricks

…only files find . -type f -exec chmod 644 {} \; Recursively chmod only PHP files (with extension .php) find . -type f -name ‘*.php‘ -exec chmod 644 {} \;… (Search hits: 3 in body, 0 in title, 0 in categories, 1 in tags, 0 in other taxonomies, 0 in comments. Score: 172.73)

Continue Reading 8
hew-conf

High Ed Web 2023 Presentation

…UT Chattanooga had a WordPress Multisite that was managed “the old way” since 2007. We had a test environment and a production environment, running on a solid infrastructure, but making… (Search hits: 3 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 138.18)

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

Continue Reading 25
Trawire website

Portable Wifi Hotspot Rental Site

…maintained, self-hosted MacMini server running unoptimized WordPress installs. Trawire website I migrated the site to Amazon Web Services, where it now can handle traffic spikes and can be scaled and… (Search hits: 1 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 46.06)

Continue Reading 0
twitter_font-face

SSL and CloudFront CDN Support for WebFonts via .htaccess

…font/eot .eot AddType font/opentype .otf AddType font/x-woff .woff </IfModule> <FilesMatch “\.(svg|ttf|otf|eot|woff)$”> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin “fonts.googleapis.com,{{yourdistro69}}.cloudfront.net” </IfModule> </FilesMatch> # END CDN Cross-Site for Webfonts Yay! Delicious webfonts, even on… (Search hits: 1 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 46.06)

Continue Reading 2