Search results

  1. I

    Issues executing shell scripts via PHP

    I'm having issues with executing a Shell script via PHP on the server. What it executes is a shell script that runs a java program. The program runs just fine under the user account that PHPsuExec is trying to execute this on . relevant details are : System has 22GB of ram 12GB is free...
  2. I

    Random server crashes

    I'm getting random server crashes on my machine. The system is a Dual Quad Core with 16gb ram There is 13GB free ram in the system : root@ssd [/home/lsws-4.2.1]# free -m total used free shared buffers cached Mem: 16049 15910 139...
  3. I

    Sudden Slow Performance

    Hello, Our pages have been loading slowly the last week. We've not made any changes in our website code. I've checked the database - very little has been done the last week in the DB , and the DB access is first class without issues. The pages used to load in 0.5 seconds . Even alexa rating...
  4. I

    PHP4+PHP5+ApacheConfig

    Hello, I've successfully setup a PHP 4 (.php) + PHP5(.php5) enviornment under litespeed. It's using the apache's httpd.conf as the source of the config. However, in one account, I need to use PHP5 on one account , but the extension has to be .php . How can I do this ? Any pointers would...
  5. I

    Running Perl / CGI from noexec partition

    I want to mount the partition /home as noexec and then still be able to execute perl / cgi files. I know this is not possible under Apache. Is this possible or already supported under llitespeed **? The main reason for this is that sometimes client's accounts get hacked. Apache is such that...
  6. I

    Very Small PHP

    I've been trying for a while now to create a very small PHP binary that I can use for my servers. I've used lighttpd and I'm quite puzzled. The smallest binary todate I've compiled is a 4.3MB one. With default CentOS installed. I've tried using the same configure line when I tried creating the...
Top