Search results for "powered by phpbb using technology in the classroom"

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

ugin called W3 Total Cache. First Things First Please read my posts about APC on commodity virtual hosting servers and Apache and MySQL performance tuning before you begin. If you are running your virtual servers under FCGId, then you should do so for all virtual servers on your machine. Why? Because then you do not need apache’s mod_php (php module). Less modules loaded, less wasted memory. Comment out: LoadModule php5_module modules/libp… 6, 0, 0, 0 and 13.33

Comments { 43 }

Résumé

and database-driven interactive technology using PHP, MySQL, Javascript, CSS video — delivered via DVD, CD, or web training media web-based online training systems print — manuals, posters, job station training materials classroom — audiovisual presentations, slideshows, motivational music, sound reinforcement corporate communications meeting planning and support audiovisual presentations — board meetings, analyst meetings, business devel… 4, 0, 0, 0 and 11

Comments { 0 }

Remote publishing to WordPress from Facebook via RSS

Most WordPress developers know you can use one of several plugins to publish from WordPress to a Facebook wall, app or fan page. Did you know you can also do the opposite? You can publish from Facebook to WordPress by using the FeedWordPress plugin and the RSS feed from your fan page. This can be handy for clients who want to keep their site updated with blog posts, or share links and information, but don’t necessarily want to spend the ti… 3, 0, 0, 0 and 4.72

Comments { 3 }

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 3.28

Comments { 0 }

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… 2, 0, 0, 0 and 3.14

Comments { 11 }

Web Hosting

riate for busy blogs, e-commerce, etc. Basic PHP hosting PHP, MySQL, NginX Small local business sites or blogs with a few users, using WordPress as Content Management System Basic HTML hosting NginX web server Just the basics, a few HTML pages and a contact form … 2, 0, 0, 0 and 3.14

Comments { 0 }

APC Cache Considerations for Virtual Hosting Environments

APC cache does not work well in a virtual hosting environment unless PHP is running as FCGID, and every individual virtual host has a unique PHP.ini and a unique fcgiwrapper. This is not the case with many virtual hosting environments because the memory and CPU requirements are too great. I suggest using Virtualmin for a shared hosting environment with APC cache, because it does allow to set php.ini and fcgiwrapper for every individual virtual h… 1, 0, 0, 0 and 1.57

Comments { 2 }

Chamber of Commerce Website

website for Cleveland, TN Chamber of Commerce This website for Cleveland Tennessee’s Chamber of Commerce features: Community calendar used by many organizations to publicize their events Flash slideshow Dropdown and contextual menu system to make navigation of the site very intuitive for the site’s many business, organization and individual users Detailed contact forms for ordering printed materials The site is maintained by Chambe… 1, 0, 0, 0 and 1.57

Comments { 0 }

Apache config for Worker MPM vs Prefork MPM

is running Prefork MPM. Worker is a bit more difficult to set up properly, and has some restrictions regarding functionality of PHP scripts. To determine which MPM is running: /usr/sbin/apachectl -l If you see worker.c in the list of loaded modules, your Apache is running Worker MPM. If prefork.c, it is running prefork. To determine if apache has Worker MPM compiled in: /usr/sbin/httpd.worker -l If you see worker.c in the list of compiled… 1, 0, 0, 0 and 1.57

Comments { 1 }