ArtLung posts tagged with apache ·
-
“Leverage browser caching”I was looking at Google Pagespeed Insights results today for my website today. And I got this feedback: Leverage browser caching Setting an expiry date or a maximum age in the HTTP headers for static resources instructs the browser to load previously downloaded resources from local disk rather than over the network. Leverage browser caching…
-
15-Feb-2007Turn off Magic Quotes in PHP via .htaccess#.htaccess SETTINGS TO TURN OFF # STUPID MAGIC QUOTES IN PHP # I HATE MAGIC QUOTES PROBLEMS php_flag magic_quotes_gpc off UPDATE: See Magic Quotes, and note: This feature has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 6.0.0. Relying on this feature is highly discouraged.
-
27-Mar-2002Geek Out Brain Dump!I’ve been collecting URLs as usual. And it’s gotten ahead of me. Time to release these into the wild. Great tutorials on Apache and OSX from O’Reilly: Apache Web Serving with MacOS X; and an overview of Open Source Databases, from Apple. Something on Cold Fusion: DeDup was a cold fusion function I found useful…
-
23-Dec-2001Some MacOSX Links of Note for Web GeeksKiller page of OSX Links It appears to be down at the moment. Google it and grab a mirror today! Apache-mySQL-PHP installation tutorial Apple’s OSX Downloads Building OpenSSH 2.5.2 on Mac OS X 10.0.1 Building Zope and Python on MacOS X Server Mac OS X / Mac OS X Server Resources MacNN’s OSX News MacOSX…
-
05-Nov-2001Installled MacOS X on our iBook this weekend…I installed MacOS X on our iBook this weekend. Got apache and mysql installed and running. Much adventure as I explore the new operating system.
-
03-Sep-2001New Lab item…New Lab item. How to make .php files masquerade as .php3. It’s a bit of magic which requires the very cool mod_rewrite for apache. Good mod_rewrite tutorials here and here.