Protect & secure server against Symlink atack on apache webserver on linux os
Hi every one
today I wanted to show you the latest gratest vulnerability on in apache webserver installed on a linux kernel
by using this vulnarablity the hacker coudl be able to intrude to all the...
(28)No space left on device: mod_fcgid: can’t write tmp file for stdin request, on...
Today I was trying to uplaod some files throgh one of my scripst in one of the websites that had a script to uplaoding data
when I was trying to uplaod larger fiels let say...
how to fix Resource temporarily unavailable: apr_thread_create: unable to create worker thread on apache
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...
how to fix internal server error 500 caused by .htaccess misconfiguration
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...
Disabling directory browsing to prevent files from being displayed .htaccess apache webserver hosts
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...
how to fix mod_fcgid: can’t apply process slot for /usr/local/cpanel/cgi-sys/php5, referer:
solution was changing the apache directive to the following
MaxRequestsPerProcess 1000
DefaultMaxClassProcessCount 120
IdleTimeout 60
MaxProcessCount 2000
IPCCommTimeout 40
IPCConnectTimeout 10
MaxRequestLen 10240000
Redirect all of the traffic with requested old domian url to new domian with...
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...
Fixing Apache Error Name or service not known: mod_unique_id: unable to find IPv4 address...
I couldn'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's fully qualified...
Install and compile Zend Optimizer with apache and php on DirectAdmin Control panel with...
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...
Srvice httpd fullstatus error /usr/sbin/apachectl: line 97: lynx: command not found
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...