Search results

  1. Q

    [solved] Cloudlinux PHP LSAPI "say no to suexec"

    Okay well here is a question for you, I have been in a long discussion with Igor regarding suexec vs lsapi php security... Because we are using CageFS the user can only see their own files... but if you use suexec then and attacker can delete a customers site and or easily add malicious code to...
  2. Q

    mod_pagespeed porting to litespeed?

    http://code.google.com/speed/page-speed/docs/module.html Hey litespeed tech, in terms of performance enhancements for your shared webhosting customers this would be an extremely great thing to port to litespeed so we can ensure customers sites are being served up as quickly as possible.
  3. Q

    [closed]mod_status

    Hello, we use the server monitoring from serverdensity because it allows us to be pro-active on events that might lead to an outage. One of the things it monitors besides the server itself, is apache using mod_status. Well because we use litepseed we are hoping this is possible...
  4. Q

    [Solved] CGI Permission Denied

    Just migrated to a new server on the 2CPU license, having a problem getting CGI to work correctly, we are running with Directadmin and Cloudlinux LVE: their httpd.conf above edited for customer privacy
  5. Q

    WSGI + Directadmin + Shared Hosting

    I am trying to set it up so customers can easily install WSGI based scripts, there is a web chat that integrates into IRC servers and we would like to have it so each customer can upload their chat client to a subdomain with minimal effort on their or our part. Here is the excerpt from the...
  6. Q

    DDoS Question

    One of the things I noticed in the attack yesterday was that they used hundreds of IP addresses to all attack the same URL. If I blocked the URL they just changed the botnet to target a different URL. CSF Firewall and Litespeed Anti-DoS were not picking this up because of so many...
  7. Q

    Server problems

    Okay a few things, after I was attacked over the past couple days I decided to do some work myself and found that it is pretty easy to bring the server to it's knees using just apache bench mark. So while yes it was being attacked, this also means that something is wrong because it shouldnt...
  8. Q

    Writable Directory Security

    Writable directories need to be detectable from within the apache configuration as well as the litespeed configuration. This will add a greater level of security as we will be able to globally lock down writable directories so attackers cannot execute scripts within them <Directory {if...
  9. Q

    PHP header() ignored

    I use mod_rewrite to rewrite URLs. If the receiving index.php doesn't find content to serve for the URL, it issues something along the lines of: the problem is Litespeed does not recognise this as a 404 error and the browsers do not either. This works fine on Apache. --Stephen
  10. Q

    .htaccess rules work for apache but no LS

    RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?pg=$1 [L,QSA] With apache this allows requests to be directed through PHP so the PHP application can handle the Friendly URL request and display the correct page accordingly. the !-f and...
  11. Q

    License Failed cannot start

    If you are going to implement some sort of licensing schema that does not allow a VPS to be moved from one hard drive to another without a license being re-generated. THEN YOU BETTER HIRE 24/7 Phone support staff, you charge way to much money for this BS!!!!!!!!!!!!!!!!!!!!!!!!!!! My...
  12. Q

    VPS Optimization

    Hello, we decided to evaluate your product with the free version for a month before we purchase your enterprise version. We are using OpenVZ VPS with 2GB of RAM on a Quad Core Xeon. Linux kernel 2.6.18-8.el5.028stab031.1 Redhat Enterprise Linux 5 64 bit for the Hardware node and Centos...
Top