Posts tagged as:

php

Plesk

You’ll want to make sure you have PHP running as FastCGI, and not as an Apache module. To configure this in Plesk:

  1. Click on ‘Domains’
  2. Click on the control panel link for your WordPress domain
  3. Click on ‘Websites and Domains’
  4. Click on the domain in the list of domains at the bottom
  5. Next to “PHP support”, there is a drop-down box next to “run as”. Select “FastCGI Module”.
  6. Make sure ‘FastCGI support’ checkbox is checked.
  7. Click ‘OK’ to save your changes.
  • Folders should have 755 permissions (rwxr-xr-x)
  • Most files should be 644 (rw-r–r–)
  • Files with secrets, such as ‘wp-config.php’, should be 600 (rw——-)
  • All files within should be owned by the FTP user for that domain, and the group owner should be ‘psacln’

MySQL

You’ll also likely need to tune your MySQL database configuration at some point, to optimize efficiency and speed of your database queries and WordPress sites. See these articles for more information on this process.

(dv) 4.0:Sample MySQL configuration for (dv) 4.0 512MB
http://wiki.mediatemple.net/w/(dv)_4.0:Sample_MySQL_configuration_for_(dv)_4.0_512MB

(dv):MySQLTuner
http://wiki.mediatemple.net/w/(dv):MySQLTuner

{ 0 comments }

Who needs Ruby on Rails?

by JC on October 19, 2009 · 3 comments

in Settings

Who needs Ruby on Rails? When PHP-on-WordPress-on-Thesis is all you need for fast professional websites!

If, like me, you’re more of a hack than a professional coder, PHP, WordPress and Thesis are the way to go. Leave Ruby on Rails to the real nerdy nerds.

{ 3 comments }

Mysql Ajax Table Editor

by admin on October 12, 2009 · 0 comments

in Settings

Mysql Ajax Table Editor is a very versatile and customizable mysql editor. It is PHP4 and PHP5 compatible and it has incredible join capabilities. This mysql editor has the ability to join on multiple tables and maintain search functionality and best of all it is written with ajax. This makes the script very dynamic and it can be customized to fit almost every application. Things like dynamic forms and user defined actions make it very powerful.

via Mysql Ajax Table Editor.

{ 0 comments }