<?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>Woshka&#039;s Experiences &#187; Apache</title>
	<atom:link href="http://woshka.com/blog/apache/feed" rel="self" type="application/rss+xml" />
	<link>http://woshka.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 11 May 2012 18:22:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<atom:link rel="next" href="http://woshka.com/blog/apache/feed?page=2" />

		<item>
		<title>how to fix Resource temporarily unavailable: apr_thread_create: unable to create worker thread on apache</title>
		<link>http://woshka.com/blog/apache/how-to-fix-resource-temporarily-unavailable-apr_thread_create-unable-to-create-worker-thread-on-apache.html</link>
		<comments>http://woshka.com/blog/apache/how-to-fix-resource-temporarily-unavailable-apr_thread_create-unable-to-create-worker-thread-on-apache.html#comments</comments>
		<pubDate>Wed, 11 Apr 2012 11:29:28 +0000</pubDate>
		<dc:creator>voshka</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://woshka.com/blog/?p=1131</guid>
		<description><![CDATA[


today I encountered this error after recompiling and reconfiguring apache webserver with Fcgi and having Fcgi enabled for the default apache handle
Resource temporarily unavailable: apr_thread_create: unable to create worker thread
after investigating asnd did a little search on the web I found out that the problem is due to the ulimit ...]]></description>
		<wfw:commentRss>http://woshka.com/blog/apache/how-to-fix-resource-temporarily-unavailable-apr_thread_create-unable-to-create-worker-thread-on-apache.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to fix internal server error 500 caused by .htaccess misconfiguration</title>
		<link>http://woshka.com/blog/apache/how-to-fix-internal-server-error-500-caused-by-htaccess-misconfiguration.html</link>
		<comments>http://woshka.com/blog/apache/how-to-fix-internal-server-error-500-caused-by-htaccess-misconfiguration.html#comments</comments>
		<pubDate>Wed, 04 Apr 2012 03:10:19 +0000</pubDate>
		<dc:creator>voshka</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://woshka.com/blog/?p=1127</guid>
		<description><![CDATA[toay i was asked for looking into a server which soem websites were suffering internal server error
like always firstly I would go ahead and take a look at what the apache logs are saying at
/usr/local/apache/logs/error_log
which in this server was the path of apache logs
from my experience it is mostly because ...]]></description>
		<wfw:commentRss>http://woshka.com/blog/apache/how-to-fix-internal-server-error-500-caused-by-htaccess-misconfiguration.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disabling directory browsing to prevent files from being displayed .htaccess apache webserver hosts</title>
		<link>http://woshka.com/blog/apache/disabling-directory-browsing-to-prevent-files-from-being-displayed-htaccess-apache-webserver-hosts.html</link>
		<comments>http://woshka.com/blog/apache/disabling-directory-browsing-to-prevent-files-from-being-displayed-htaccess-apache-webserver-hosts.html#comments</comments>
		<pubDate>Sun, 01 Jan 2012 21:17:53 +0000</pubDate>
		<dc:creator>voshka</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://woshka.com/blog/?p=1101</guid>
		<description><![CDATA[In some cases for a better security or even by just your intention you may want to prevent files from being displayed for the public on your website where there is no index.php o index.html
To do so on Apache Webserver where you have root access just copy and paste the ...]]></description>
		<wfw:commentRss>http://woshka.com/blog/apache/disabling-directory-browsing-to-prevent-files-from-being-displayed-htaccess-apache-webserver-hosts.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to fix mod_fcgid: can&#8217;t apply process slot for /usr/local/cpanel/cgi-sys/php5, referer:</title>
		<link>http://woshka.com/blog/apache/how-to-fix-mod_fcgid-cant-apply-process-slot-for-usrlocalcpanelcgi-sysphp5-referer.html</link>
		<comments>http://woshka.com/blog/apache/how-to-fix-mod_fcgid-cant-apply-process-slot-for-usrlocalcpanelcgi-sysphp5-referer.html#comments</comments>
		<pubDate>Mon, 07 Nov 2011 17:31:46 +0000</pubDate>
		<dc:creator>voshka</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://woshka.com/blog/?p=1086</guid>
		<description><![CDATA[solution was changing the apache directive to the following
MaxRequestsPerProcess 1000
DefaultMaxClassProcessCount 120
IdleTimeout 60
MaxProcessCount 2000
IPCCommTimeout 40
IPCConnectTimeout 10
MaxRequestLen 10240000
]]></description>
		<wfw:commentRss>http://woshka.com/blog/apache/how-to-fix-mod_fcgid-cant-apply-process-slot-for-usrlocalcpanelcgi-sysphp5-referer.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect all of the traffic with requested old domian url to new domian with the same url using .htaccess</title>
		<link>http://woshka.com/blog/apache/redirect-all-of-the-trafic-with-requested-url-to-new-domian-with-the-same-url-with-htaccess.html</link>
		<comments>http://woshka.com/blog/apache/redirect-all-of-the-trafic-with-requested-url-to-new-domian-with-the-same-url-with-htaccess.html#comments</comments>
		<pubDate>Thu, 26 May 2011 16:04:49 +0000</pubDate>
		<dc:creator>voshka</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://woshka.com/blog/?p=1051</guid>
		<description><![CDATA[One of the Concerns on changing a domain name is at first the Search Engine ranks on the pages that all will be lost because google will not find the old urls by the old domian 
So it is a good Idea to direct all of the visitors from the ...]]></description>
		<wfw:commentRss>http://woshka.com/blog/apache/redirect-all-of-the-trafic-with-requested-url-to-new-domian-with-the-same-url-with-htaccess.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fixing Apache Error Name or service not known: mod_unique_id: unable to find IPv4 address of</title>
		<link>http://woshka.com/blog/apache/name-or-service-not-known-mod_unique_id-unable-to-find-ipv4-address-of.html</link>
		<comments>http://woshka.com/blog/apache/name-or-service-not-known-mod_unique_id-unable-to-find-ipv4-address-of.html#comments</comments>
		<pubDate>Sat, 21 May 2011 13:29:23 +0000</pubDate>
		<dc:creator>voshka</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://woshka.com/blog/?p=1043</guid>
		<description><![CDATA[I couldn&#8217;t get apache started
it returened this error
Name or service not known: mod_unique_id: unable to find IPv4 address of 
Starting httpd: httpd: apr_sockaddr_info_get() failed for server.domain.com
httpd: Could not reliably determine the server&#8217;s fully qualified domain name, using 127.0.0.1 for ServerName
I checked the error_log it had the same error showing so ...]]></description>
		<wfw:commentRss>http://woshka.com/blog/apache/name-or-service-not-known-mod_unique_id-unable-to-find-ipv4-address-of.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install and compile Zend Optimizer with apache and php on DirectAdmin Control panel with custombuild</title>
		<link>http://woshka.com/blog/apache/install-and-compile-zend-optimizer-with-apache-and-php-on-directadmin-control-panel-with-custombuild.html</link>
		<comments>http://woshka.com/blog/apache/install-and-compile-zend-optimizer-with-apache-and-php-on-directadmin-control-panel-with-custombuild.html#comments</comments>
		<pubDate>Wed, 23 Mar 2011 15:11:45 +0000</pubDate>
		<dc:creator>voshka</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://woshka.com/blog/?p=998</guid>
		<description><![CDATA[Zend should be installed if you want to have ioncube and ioncube is a must for some scripts to work
to install go to directory
/usr/local/directadmin/custombuild/
cd /usr/local/directadmin/custombuild/
nano options.conf
set zend=yes
THen run
./build update
./build zend
and a process will go on and if you encountered this message
Zend Optimizer has been installed.
means that the installation is succeeded
THanks
voshka ...]]></description>
		<wfw:commentRss>http://woshka.com/blog/apache/install-and-compile-zend-optimizer-with-apache-and-php-on-directadmin-control-panel-with-custombuild.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Srvice httpd fullstatus error /usr/sbin/apachectl: line 97: lynx: command not found</title>
		<link>http://woshka.com/blog/apache/srvice-httpd-fullstatus-error-usrsbinapachectl-line-97-lynx-command-not-found.html</link>
		<comments>http://woshka.com/blog/apache/srvice-httpd-fullstatus-error-usrsbinapachectl-line-97-lynx-command-not-found.html#comments</comments>
		<pubDate>Mon, 21 Mar 2011 14:13:51 +0000</pubDate>
		<dc:creator>voshka</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://woshka.com/blog/?p=983</guid>
		<description><![CDATA[HI, every one
today I was asked for a server to optimize its apache for a high load that its control panel was directadmin
I went ahead and did every configuration and optimization I could do.
but at last I wanted to know the apache fullstatus to see if all of the configuration ...]]></description>
		<wfw:commentRss>http://woshka.com/blog/apache/srvice-httpd-fullstatus-error-usrsbinapachectl-line-97-lynx-command-not-found.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compile Apache with php and mod_fcgid-FastCgi in directadmin installed control panel</title>
		<link>http://woshka.com/blog/apache/compile-apache-with-php-and-mod_fcgid-fastcgi-in-directadmin-installed-control-panel.html</link>
		<comments>http://woshka.com/blog/apache/compile-apache-with-php-and-mod_fcgid-fastcgi-in-directadmin-installed-control-panel.html#comments</comments>
		<pubDate>Fri, 18 Mar 2011 16:24:21 +0000</pubDate>
		<dc:creator>voshka</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://woshka.com/blog/?p=967</guid>
		<description><![CDATA[fcgid is apache fastcgi implementation module that is really a fast apache handler.It is an alternative to apache mod_cgi and mod_cgid apache handler module but so much faster and with high performance .What it really does as I know it caches the php functions and classes and remain them active ...]]></description>
		<wfw:commentRss>http://woshka.com/blog/apache/compile-apache-with-php-and-mod_fcgid-fastcgi-in-directadmin-installed-control-panel.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compile apache with mpm_worker with directadmin custombuild</title>
		<link>http://woshka.com/blog/apache/compile-apache-with-mpm_worker-with-directadmin-custombuild.html</link>
		<comments>http://woshka.com/blog/apache/compile-apache-with-mpm_worker-with-directadmin-custombuild.html#comments</comments>
		<pubDate>Fri, 18 Mar 2011 14:50:27 +0000</pubDate>
		<dc:creator>voshka</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://woshka.com/blog/?p=965</guid>
		<description><![CDATA[Apache MPM_WORKER is a Multi-Processing Module (MPM) implements a hybrid multi-process multi-threaded server that consumes less system resources and respond to requests and process them faster.faster proceses and less memory usage and not crashing on a pipe logging control panels for gracefully restar are the benefirst of this MPM
For compiling ...]]></description>
		<wfw:commentRss>http://woshka.com/blog/apache/compile-apache-with-mpm_worker-with-directadmin-custombuild.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

