Contact Menu

Search results for "server-cache-web-test"

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: 1623.71)

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

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
wordnish

Varnish VCL and Config for WordPress with W3 Total Cache

…”^([^\.]+\.)+([a-z]+)$”, “\1\2” ) ); } else { hash_data( server.ip ); } # ensure separate cache for mobile clients (WPTouch workaround) if( req.http.User-Agent ~ “(iPod|iPhone|incognito|webmate|dream|CUPCAKE|WebOS|blackberry9\d\d\d)” ){ hash_data(“touch”); } return (hash); }… (Search hits: 17 in body, 1 in title, 0 in categories, 3 in tags, 0 in other taxonomies, 0 in comments. Score: 908)

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

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

…”; $cfg[‘Servers‘][$i][‘connect_type’] = ‘tcp’; $cfg[‘Servers‘][$i][‘extension’] = ‘mysqli’; $cfg[‘Servers‘][$i][‘auth_type’] = ‘http’; $cfg[‘Servers‘][$i][‘user’] = ‘pma’; $cfg[‘Servers‘][$i][‘password’] = ”; $cfg[‘Servers‘][$i][‘pmadb’] = ‘phpmyadmin’; $cfg[‘Servers‘][$i][‘controluser’] = ‘pma’; $cfg[‘Servers‘][$i][‘controlpass’] = ‘pmapassword’; $cfg[‘Servers‘][$i][‘bookmarktable’] = ‘pma_bookmark’; $cfg[‘Servers‘][$i][‘relation’] =… (Search hits: 16 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 683.66)

Continue Reading 0