Search results

  1. E

    [Solved] Listeners reporting 'Errors' 'Restart Required'

    I've got 4 Listeners that are all reporting errors and 4 virtual hosts claiming that a restart is required, however after restarting, the status remains the same. The sites all still work, but the logging facilities appear not to. The server error log doesn't show anything at all, no...
  2. E

    Issues with starting litespeed on fresh OpenVZ virtual machine

    I was able to do this before, and have it running in production, but on a new server I am getting the following error: [OK] lshttpd: pid=26549. lshttpd: no process killed [ERROR] Failed to find your license key under - /usr/local/lsws/ or /usr/local/lsws/conf/! [ERROR] Failed to find...
  3. E

    .htaccess proxy pass through

    Hello, I am trying to use .htaccess to proxy a site through as a domain hosted on the litespeed server. This doesn't work: RewriteEngine on RewriteRule (.*) http://www.google.ca/$1 [P] But this does: RewriteEngine on RewriteRule (.*) http://www.google.ca/$1 [L] The latter...
  4. E

    Where is the php-config path for LSWS?

    I'm trying to compile the ffmpeg PHP extension for use in Litespeed. Perhaps I'm going about it the wrong way (Open to suggestions), but each time I try and configure, it says that it can't find the php configuration path, and quits. I've tried several paths, and nothing seems to work. Any...
  5. E

    Speed Issues

    We have setup a new server with LSWS 4.0.12 and PHP 5.3.1. Everything appears to be normal, but the speeds we get from the server when doing a standard HTTP download are horrendous. Not sure what I'm doing wrong here, any suggestions?
  6. E

    PHP 5.3.1 Suhosin Patch

    When trying to compile PHP 5.3.1, I receive the following error: Suhosin is enabled Retrieving Suhosin patch from wget: missing URL Usage: wget [OPTION]... [URL]... Try `wget --help' for more options Any ideas? Anybody seen this before? Thanks!
  7. E

    Any good guides for CHROOT installation?

    After looking for this for a while, I can't seem to find any good guides for LSWS 4.0+ that allow me to get a chroot jailed server going. Does anybody have any? Are there any plans to make one to put on the litespeed site? Thanks for any help.
  8. E

    .htaccess and mod_proxy

    Hello. I am attempting to do a reverse proxy with a site we have that uses a remote web-server. I am trying to maintain a .htaccess file that has a proxy RewriteRule in it. This re-write rule isn't just a simple re-write, it has a few pieces after the $1, for example: RewriteRule (.*)...
  9. E

    PHP not parsing code correctly on certain pages.

    I am having an issue where PHP with LSWS 4.0.1 is not parsing php code for the majority of my pages. The index page works just fine, but no other pages work at all. I have created a page called info.php, and it simply prints out the text as if it were HTML. What could I possibly be...
  10. E

    /opt/lsws/phpbuild/phpbuild.1235068196.2.sh: 16: curl: not found

    /opt/lsws/phpbuild/phpbuild.1235068196.2.sh: 16: curl: not found That is the error I receive when attempting to compile PHP 5.2.8. After searching for hours, I can't find a single thing on this issue. /opt/lsws/phpbuild/ is publicly available -- I've chmod'd the directory to 777 to...
Top