Search results for "php script chmod recursive joomla"

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

APC INFO Monitor My Virtualmin CentOS 5.6 Virtual Private Server runs several virtual domains with PHP under FCGId using APC for opcode caching: Joomla, PHPbb, WordPress, etc . APC is somewhat challenging to configure properly with fcgid-enabled virtual domains, but it is quite helpful to optimize system resources and prevent traffic surges on one site from affecting overall server performance. Joomla and PHPbb have code that is pre-optimized wi… 54, 1, 2, 0 and 81.95

Comments { 43 }

WordPress with W3 Total Cache on Nginx with APC (Virtualmin)

Virtualmin now includes support for Nginx web server. I deploy many WordPress sites with W3 Total Cache and APC Alternative PHP Cache, so I was very interested to see how Nginx performance compares to Apache for WordPress, and whether APC and W3TC would play nice with Nginx. I prefer to install WordPress in public_html/wordpress for ease of development, compatibility with other scripts, etc. Accordingly, the suggested configuration is for WordPr… 32, 0, 0, 0 and 45.96

Comments { 11 }

APC Cache Considerations for Virtual Hosting Environments

ent with APC cache, because it does allow to set php.ini and fcgiwrapper for every individual virtual host, and so to set an individual configuration for APC per virtual server. However with 200+ virtual hosts all running PHP script packages, as is the case with a commodity shared hosting server, this will use a lot of memory, and you will need somewhere in the neighborhood of 10-30GB apc.shm_size if you attempt to configure a single APC cache fo… 11, 0, 3, 0 and 19.6

Comments { 2 }

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 the execute bit on directories only Recursively chmod only files find . -type f -exec chmod 644 {} \; Recursively chmod only PHP files (with extension .php) find . -type f -name ’*.php‘ -exec chmod 644 {} \; … 4, 1, 2, 0 and 17.28

Comments { 1 }

Joomla Content Management

If you’ve read anything at all about Content Management Systems (CMS), you’ll probably know that CMS are the most effective way to keep your site relevant to your audience. You also know at least three other things: Keeping your site relevant and up-to-date can be time consuming CMS can be complicated Portals can be expensive I’m set to change all that. Joomla open-source CMS solutions are different from the normal models for… 9, 1, 0, 0 and 16.19

Comments { 0 }

Automated WordPress Installation Via Custom Virtualmin Script Installer

WordPress (or any other script) can automatically install during Virtualmin > Create Virtual Server. Virtualmin automatically creates users, MySQL database, and installs WordPress in the public_html root, then gives a link to the WordPress Installer. You can even create a custom installer with a set of plugins and themes. To create a custom script installer with plugins and themes: Download http://wordpress.org/latest.zip & unzip   add … 4, 1, 0, 0 and 11.35

Comments { 0 }

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

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 serving static HTML files. This presents challenges in security as well as performance tuning. It is impossible to predict whether a certain configuration will work properly for a given server, unless the hardware, software, accounts, network and traffic are identical to a previou… 6, 0, 1, 0 and 10.66

Comments { 1 }

Résumé

ch engine placement Software Adobe Dreamweaver, Flash, Premiere, AfterEffects, Photoshop, PageMaker, Illustrator, Acrobat Panic Coda Editor Microsoft Media Encoder, Access, FrontPage, Word, Powerpoint, Excel PHP components: Joomla! CMS, WordPress, phpMyAdmin, phpBB AOL/MapQuest Interconnect ESRI ARCWeb Google Postini spam/virus filter system administration, Google AdWords, GoogleMaps API CentOS, Ubuntu, Linux Apache web server, Windows NT &… 6, 0, 0, 0 and 9.26

Comments { 0 }

Search Engine Optimization

SEO Consulting $85 per hour. Includes research for page titles, text headings and content keywords to optimize a website for a targeted market. Joomla Sites $350 per site. Includes sh404sef component for automated mod_rewrite URL rewriting, title and keyword rewriting. Includes xMap sitemap generator and setup of optimized sitemaps. Automated Yahoo, MSN and Google Sitemap submission, Google Analytics Reporting included. Per page optimization is … 5, 0, 0, 0 and 8.64

Comments { 1 }

Apache and MySql Performance Tuning for High Traffic Website

…uery cache based on performance and load testing. Configured Amazon CloudFront Content Distribution Network, page cache, browser cache, and object cache with the WordPress plugin, W3 Total Cache. Due to the sheer number of ad scripts being served per page, there were inevitable JavaScript and PHP conflicts, but W3TC is very flexible and was able to handle the task. Suggested a scheduled, offsite backup strategy that would utilize existing resourc… 6, 0, 0, 0 and 7.99

Comments { 0 }