Contact Menu

Search results for "chmod recursive example wordpress"

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

…production examples of the concepts outlined in this post News releases, events and content from WordPress via RSS Example web pages: OU Campus PHP page with news feed and events feed… (Search hits: 22 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 186.56)

Continue Reading 0
chmod-linux-1

Recursive chmod Tricks

Recursively chmod only directories find . -type d -exec chmod 755 {} \; Similarly, recursively set the execute bit on every directory chmod -R a+X * The +X flag sets… (Search hits: 0 in body, 1 in title, 0 in categories, 1 in tags, 0 in other taxonomies, 0 in comments. Score: 93.95)

Continue Reading 8
LAMP-linux-apache-mysql-php

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

…statements can be in the following form (example from one of my servers): [mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock user=mysql symbolic-links=0 innodb_file_per_table = 1 thread_concurrency = 8 query_cache_size = 64M query_cache_limit = 4M… (Search hits: 5 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 85.71)

Continue Reading 9
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
APC INFO Monitor

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

…RegEx: apc.filters = “-/home/username/public_html/apc\.php$,-/home/username/public_html/wordpress/wp-content/themes/themename/thumb\.php$,-/usr/share/psa-horde/.*,+/home/username/public_html/phpmyadmin/.*” TimThumb is a good example of a common WordPress theme plugin that may not need to be cached. Because the apc.filters RegExp only works with filenames,… (Search hits: 9 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 74.04)

Continue Reading 57
hew-conf

High Ed Web 2023 Presentation

…Composer, and using Git for multi-dev source control? Enter Bedrock, from Roots.io, a professional WordPress project boilerplate. Bedrock makes WordPress multi-environment capable, while PHP Composer manages all WordPress software, even… (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
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: 6 in body, 1 in title, 0 in categories, 1 in tags, 0 in other taxonomies, 0 in comments. Score: 62.23)

Continue Reading 25