Search results for "centos chmod recursive"

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 {} \; … 1, 1, 1, 0 and 12.29

Comments { 1 }

Punk Rock Music Community

Punktastic.com is a community powered site that covers punk music in Britain, but is poised to go worldwide. They cover punk and hardcore shows and festivals, and provide album reviews, video interviews and more. With a growing audience and user base, Punktastic needed a more reliable and robust web server, so they made the move to a dedicated CentOS 5 series web server with 3GB RAM. While this is a relatively low-end box, it has plenty of horse… 1, 0, 0, 0 and 2.18

Comments { 0 }

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… 1, 0, 0, 0 and 2.18

Comments { 43 }

Apache config for Worker MPM vs Prefork MPM

Some installations of Apache will have been compiled to work with either Prefork or Worker MPM, but most by default are compiled only to work with Prefork. Changing to Worker MPM may allow your server to handle much higher traffic, more user sessions, with less RAM use. Your site or server will not scale well if it is running Prefork MPM. Worker is a bit more difficult to set up properly, and has some restrictions regarding functionality of PHP … 1, 0, 0, 0 and 2.18

Comments { 1 }

Résumé

…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 & 2000 web server cPanel Web Host Manager web server administration Virtualmin | Webmin web host and server administration Websites See my current portfolio: http://c… 1, 0, 0, 0 and 2.18

Comments { 0 }