server reached MaxClients setting, consider raising the MaxClients setting. Please raise MaxClients and ServerLimit and restart Apache. Edit /etc/apache2/apache2.conf and edit the follow! or /etc/httpd/httpd.conf
Monthly Archives: September 2009
Plesk DirectoryIndex index.html overruled by index.php
When building a site in PHP, you might want to put an index.html up to keep unwanted eyes away from your new site. The index.html however is overruled by index.php. Here’s how to fix this: The file /etc/httpd/conf.d/php.conf contains the directive to add index.php to the DirectoryIndex. This directive overrules the previous made directive which …
Continue reading “Plesk DirectoryIndex index.html overruled by index.php”
Merging 2 partitions into one
As ZLim noted, both Acronis‘ Disk Director and Symantec‘s (formerly PowerQuest) PartitionMagic will merge multiple partitions. Another program which does this is Paragon Software‘s Partition Manager. Before attempting to merge the two partitions you may wish to backup any valuable data so that in the event of a problem you will still have access to the information stored on the hard …
Ubuntu 8.04 bind9 dns do not Start on Pleks
Using Plesk 8.6 -9 on an Ubuntu 8.04 server ran okay until it became apparent that named wasn’t starting. The problem is the apparmor! It is apparmor : sudo /etc/init.d/apparmor stop Unloading AppArmor profiles : done. laurent@madonie:~$ sudo /etc/init.d/bind9 start * Starting domain name service… bind …done. What should I do then, let things like …
Continue reading “Ubuntu 8.04 bind9 dns do not Start on Pleks”
Javascript Function to Check or Uncheck all Checkboxes
Javascript Function to Check or Uncheck all Checkboxes This Javascript function will check or uncheck all the checkboxes in an HTML form. This function is specially designed for dynamic pages with varying numbers of checkboxes. Unlike other functions out there, it will work without error even if there are no checkboxes or there is only …
Continue reading “Javascript Function to Check or Uncheck all Checkboxes”
Session name Interakt
includes/common/KT_functions.inc.php change the code and instert the following line “session_name(“cdlmpalampani”);” LINE 520 function KT_session_start() { if (!session_id()) { session_name(“cdlmpalampani”); @session_start(); if (!session_id()) { die(‘Your session is incorrectly defined and cannot be started. Check your php.ini configuration.’); } }