Search results for "cpanel chmod recursive"

Cpanel Mailman mailing lists: cannot manage lists after migrating to new host

We recently migrated 2 Cpanel servers to VPS. Most things migrated properly and without incident. However, Mailman mailing lists were the exception. Mailing lists appear to have migrated properly, as they show up under WHM and Cpanel and usr/local/cpanel/3rdparty/mailman/bin/list_lists However, when cpanel user clicks Manage link, the following message appears: cpanel1.hosting.com mailing lists – Admin Links No such list listname_domainnam… 6, 1, 1, 0 and 20.66

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

Comments { 1 }

Résumé

…rdPress, 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://chrisgilligan.com/portfolio/ Video The Krystal Company GrillCam originally… 1, 0, 0, 0 and 2.36

Comments { 0 }

Apache and MySql Performance Tuning for High Traffic Website

SoccerNews.com is a high traffic WordPress site with over 600,000 unique visitors and over 2,000,000 page impressions per month. It is a content republisher and aggregator, presenting custom XML feeds for (what else?) soccer news from all over the world. The site has a very active user base, providing content in the forms of editorials and comments on news items. Advertising and sponsored referrals provide the revenue stream. SoccerNews.com webs… 0, 0, 1, 0 and 1.77

Comments { 0 }