<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>php mysql apache &#187; msti</title>
	<atom:link href="http://www.phpmysqlapache.com/wordpress/author/msti/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpmysqlapache.com/wordpress</link>
	<description>Provides simple tips and tricks about php programming, mysql databases, apache web server and linux servers</description>
	<lastBuildDate>Wed, 23 Sep 2009 12:53:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Speedup cakephp apps</title>
		<link>http://www.phpmysqlapache.com/wordpress/2009/09/23/speedup-cakephp-apps/</link>
		<comments>http://www.phpmysqlapache.com/wordpress/2009/09/23/speedup-cakephp-apps/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 12:53:21 +0000</pubDate>
		<dc:creator>msti</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.phpmysqlapache.com/wordpress/2009/09/23/speedup-cakephp-apps/</guid>
		<description><![CDATA[This is a great article about speeding up cakephp apps:

http://www.pseudocoder.com/archives/2009/03/17/8-ways-to-speed-up-cakephp-apps/
          Share/Save]]></description>
		<wfw:commentRss>http://www.phpmysqlapache.com/wordpress/2009/09/23/speedup-cakephp-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cpanel &#8211; view ftp activity</title>
		<link>http://www.phpmysqlapache.com/wordpress/2009/09/22/cpanel-view-ftp-activity/</link>
		<comments>http://www.phpmysqlapache.com/wordpress/2009/09/22/cpanel-view-ftp-activity/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 10:12:49 +0000</pubDate>
		<dc:creator>msti</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.phpmysqlapache.com/wordpress/2009/09/22/cpanel-view-ftp-activity/</guid>
		<description><![CDATA[This is a quick way to view ftp access activity in cpanel:
PLAIN TEXT
CODE:




&#60;/p&#62;&#60;p&#62;


&#160;grep account_name /var/log/messages&#60;/p&#62;&#60;p&#62; 







the message are archived chronologically like messages messages.1 messages.2 messages.3 messages.4 with messages.1 being the most recent
          Share/Save]]></description>
		<wfw:commentRss>http://www.phpmysqlapache.com/wordpress/2009/09/22/cpanel-view-ftp-activity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copy a file to remote server with scp</title>
		<link>http://www.phpmysqlapache.com/wordpress/2009/09/18/copy-a-file-to-remote-server-with-scp/</link>
		<comments>http://www.phpmysqlapache.com/wordpress/2009/09/18/copy-a-file-to-remote-server-with-scp/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 08:10:43 +0000</pubDate>
		<dc:creator>msti</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.phpmysqlapache.com/wordpress/2009/09/18/copy-a-file-to-remote-server-with-scp/</guid>
		<description><![CDATA[This assumes that ssh runs on the remote machine.

To copy a file to a remote machine use the following command:
PLAIN TEXT
CODE:




scp /path/to/file user@remotehost:/path/to/destination 







To set the access port use the -P switch:
PLAIN TEXT
CODE:




scp -P 1234 /path/to/file user@remotehost:/path/to/destination 







If you need to copy from the remote host to the local host, reverse the above command
PLAIN TEXT
CODE:




scp [...]]]></description>
		<wfw:commentRss>http://www.phpmysqlapache.com/wordpress/2009/09/18/copy-a-file-to-remote-server-with-scp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix. view message in queue</title>
		<link>http://www.phpmysqlapache.com/wordpress/2009/09/17/postfix-view-message-in-queue/</link>
		<comments>http://www.phpmysqlapache.com/wordpress/2009/09/17/postfix-view-message-in-queue/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 10:31:44 +0000</pubDate>
		<dc:creator>msti</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[postfix]]></category>

		<guid isPermaLink="false">http://www.phpmysqlapache.com/wordpress/?p=45</guid>
		<description><![CDATA[use 
mailq
to dispay all the messages and message id
use
postcat -vq message_id
to display the message contents
          Share/Save]]></description>
		<wfw:commentRss>http://www.phpmysqlapache.com/wordpress/2009/09/17/postfix-view-message-in-queue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cakephp find(&#8217;list&#8217;) and select</title>
		<link>http://www.phpmysqlapache.com/wordpress/2009/09/14/cakephp-findlist-and-select/</link>
		<comments>http://www.phpmysqlapache.com/wordpress/2009/09/14/cakephp-findlist-and-select/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 10:31:00 +0000</pubDate>
		<dc:creator>msti</dc:creator>
				<category><![CDATA[cakephp]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.phpmysqlapache.com/wordpress/?p=37</guid>
		<description><![CDATA[How about a little trick to extend the find(’list’) functionality?..
Let’s say we need to display a list of users, but instead of just User.id and User.name we need to have User.id, as well as User.name and User.email combined. Unfortunately find(’list’) doesn’t have that type of functionality out-of-the-box. Well, that’s OK, we’ll make our own…
PLAIN TEXT
CODE:




function [...]]]></description>
		<wfw:commentRss>http://www.phpmysqlapache.com/wordpress/2009/09/14/cakephp-findlist-and-select/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exim Mail Server &#8211; Exim Commands</title>
		<link>http://www.phpmysqlapache.com/wordpress/2009/09/13/exim-mail-server-exim-commands/</link>
		<comments>http://www.phpmysqlapache.com/wordpress/2009/09/13/exim-mail-server-exim-commands/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 09:03:31 +0000</pubDate>
		<dc:creator>msti</dc:creator>
				<category><![CDATA[exim]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mail]]></category>

		<guid isPermaLink="false">http://www.phpmysqlapache.com/wordpress/?p=35</guid>
		<description><![CDATA[This is a small tutorial with exim commands you can use with your exim mailserver:
&#62;&#62; Count the number of messages in the queue.
root@localhost# exim -bpc
&#62;&#62; Listing the messages in the queue (time queued, size, message-id, sender, recipient).
root@localhost# exim -bp
&#62;&#62; Print a summary of messages in the queue (count, volume, oldest, newest, domain, and totals).
root@localhost# exim [...]]]></description>
		<wfw:commentRss>http://www.phpmysqlapache.com/wordpress/2009/09/13/exim-mail-server-exim-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TinyMCE</title>
		<link>http://www.phpmysqlapache.com/wordpress/2008/11/27/tinymce/</link>
		<comments>http://www.phpmysqlapache.com/wordpress/2008/11/27/tinymce/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 11:31:36 +0000</pubDate>
		<dc:creator>msti</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.phpmysqlapache.com/wordpress/?p=32</guid>
		<description><![CDATA[Problem:
TinyMCE does not properly support greek characters
Solution:
Change the entity_encoding value from named to raw.
          Share/Save]]></description>
		<wfw:commentRss>http://www.phpmysqlapache.com/wordpress/2008/11/27/tinymce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cakephp 2 rc1</title>
		<link>http://www.phpmysqlapache.com/wordpress/2008/06/15/dokimi/</link>
		<comments>http://www.phpmysqlapache.com/wordpress/2008/06/15/dokimi/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 00:00:00 +0000</pubDate>
		<dc:creator>msti</dc:creator>
				<category><![CDATA[cakephp]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.phpmysqlapache.com/wordpress/2008/01/24/dokimi/</guid>
		<description><![CDATA[At last, cakephp 1.2 rc1 is finally here.
Download it now, or go to the official website: http:www//www.cakephp.org
          Share/Save]]></description>
		<wfw:commentRss>http://www.phpmysqlapache.com/wordpress/2008/06/15/dokimi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Identifying MySQL slow queries</title>
		<link>http://www.phpmysqlapache.com/wordpress/2007/12/06/identifying-mysql-slow-queries/</link>
		<comments>http://www.phpmysqlapache.com/wordpress/2007/12/06/identifying-mysql-slow-queries/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 16:01:46 +0000</pubDate>
		<dc:creator>msti</dc:creator>
				<category><![CDATA[cpanel]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.phpmysqlapache.com/wordpress/2007/12/06/identifying-mysql-slow-queries/</guid>
		<description><![CDATA[Identifying slow db queries is critical for the optimal operation of the db server. There is an excellent guide that helps to accomplish this task: http://www.ducea.com/2006/11/06/identifying-mysql-slow-queries/
          Share/Save]]></description>
		<wfw:commentRss>http://www.phpmysqlapache.com/wordpress/2007/12/06/identifying-mysql-slow-queries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache logs are not rotated in cpanel</title>
		<link>http://www.phpmysqlapache.com/wordpress/2007/11/21/apache-logs-are-not-roated-in-cpanel/</link>
		<comments>http://www.phpmysqlapache.com/wordpress/2007/11/21/apache-logs-are-not-roated-in-cpanel/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 23:19:48 +0000</pubDate>
		<dc:creator>msti</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[cpanel]]></category>

		<guid isPermaLink="false">http://www.phpmysqlapache.com/wordpress/2007/11/21/apache-logs-are-not-roated-in-cpanel/</guid>
		<description><![CDATA[use this code to rotate the apache logs in /etc/httpd/logs/ The logs in /etc/httpd/domlogs are rotated according to setting in WHM -> Tweak settings
PLAIN TEXT
CODE:




/etc/httpd/logs/*log {


missingok


notifempty


sharedscripts


compress


postrotate


/bin/kill -HUP `cat /usr/local/apache/logs/httpd.pid 2&#62;/dev/null` 2&#62; /dev/null &#124;&#124; true


endscript


} 






          Share/Save]]></description>
		<wfw:commentRss>http://www.phpmysqlapache.com/wordpress/2007/11/21/apache-logs-are-not-roated-in-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
