Search results

  1. R

    Getting a Lot of 503 Errors

    Back in December, we upgraded to a bigger server with 8 cores. We are using the 64 bit versions of all linux type software. We've adjusted our settings and everything looks fine. We have low loads with high traffic and the site runs fast. However, every few days, the entire site will get...
  2. R

    Script Timeout Causes Retry & Multiple SQL Inserts

    I'm having a weird problem and I think it may have to do with our Litespeed settings. We have a custom php script that submits an online mass email to all of our users into our mysql database. It used to work just fine without any problems and recently, we started messing around with our...
  3. R

    Mod Rewrite Issue

    I used to use the following rewrite rule in .htaccess but now it is not working correctly... 1. RewriteRule ^([a-zA-Z0-9_-]+)$ u.php?$1 2. RewriteRule ^([a-zA-Z0-9_-]+)/$ u.php?$1 1. This rule should take http://www.domain.com/user to http://www.domain.com/u.php?user 2. This rule...
  4. R

    Auto Index Question

    I can't find a How-To on this so I'm hoping someone can answer it here. How do I auto index just one directory? For instance. I have a directory under the root httpdocs directory called images and I want to auto index it using the default index script. What are the steps?
  5. R

    Upload Progress Bar

    Is the upload progress bar working in the beta? If so, how do you use it or enable it? Can't see it anywhere. Thanks.
  6. R

    Request Filtering Config

    I have a few question about request filtering. Using the standard filters that come pre-configured is nice however, I think a bit of explanation about what each does would be nice for newbies, etc... On our site, we allow people to customize their profiles like MySpace using CSS. However...
  7. R

    Static Context Question

    I have a directory outside of the VHROOT directory that I need to access that contains php files, etc... I setup a STATIC CONTEXT to point to that directory and it works except if any files within that external directory need to access files within the same directory, it cannot find them...
  8. R

    Memory Error

    The following warning/error message appears in the log several times: Failed to obtain or reinitialize VMemBuf Any ideas?
  9. R

    Hello World - CGI issue

    I created a new virtual host using the exact same settings as DEFAULT (except for the directory paths, etc..). I then copied the helloworld script from DEFAULT and placed it in the cgi-bin of the new virtual host I created. I then tried running the script and this is the error I am getting...
  10. R

    File Permissions Question

    LSWS runs as nobody:nobody Files & directories permissions under /lsws/www/domain is www:www 0770 If I have a PHP script that creates files under the previous directory, it saves it as nobody: 0644 with no group. How can I get LSWS to create/change files using the www:www permissions...
  11. R

    PHP 5.2.5 gets 503 error

    We are evaluating LSWS for use and have installed the trial version. Here are the server specs: Dual Intel Woodcrest 5130 Dual Processors 4GB Ram RHEL 5 Apache has been uninstalled as well as RPM versions of PHP and MySQL. We installed LSWS 3.3.2 without any problems. We are using...
Top