Search results

  1. S

    nodejs installation

    Hi, I am trying to get nodejs running. We have a standard CloudLinux-Litespeed-Setup without control panel. I have installed the alt-nodejs Cloudlinux package and it would be great to have the node selector, but we could also work with standard node. Now I am a bit lost about the next steps...
  2. S

    UseCanonicalName

    Hi, We would like to use the Apache directive "UseCanonicalName Off". Is the equivalent setting available in litespeed? I tried to use "UseCanonicalName Off" in .htaccess and in the "apache style configuration" field, but with no success. Short background explanation: We use a reverse proxy in...
  3. S

    problem with setting http headers

    Hi, We are using lsws 4.2.6 Enterprise. I would like to set http headers for caching (Cache-Control and Expires). This works perfectly for static objects. I am using the native configuration "Expires by Type" on server level. Unfortunately it does not work for dynamically generated...
  4. S

    password protection for vhost

    Hi, I have a very simple problem but cannot figure it out. I would like to password protect a vhost. This vhost is instaniated. I don't want to do it with .htaccess. I have created the realm and the context, but I always get "Authentication failed with user xxx". This is the relevant...
  5. S

    [solved] cookie length/content length

    Hi, I have an application which produces the following error messages: Content len: 28152, Request line: 'POST /index.php?... Cookie len: 184, ... These requests are then blocked by lsws. Unfortunately I cannot find the settings to change these limits. Can anyone help here...
  6. S

    PHP DNS getmxrr() with lsws 3.3.11

    Hi, I have recently upgraded one of our lsws installations from 3.2.4 to 3.3.11. Since then we have a problem with getmxrr(), which is used in a newsletter function of the CMS we use. Apparently sometimes getmxrr() does not give back an answer, possibly due to a timeout. At the time of the...
  7. S

    wildcard SSL certificates

    Hi, I have read about wildcard SSL certificates (*.domain.com). Can I use these certificates with lsws? How would I do that? See this page at thawte (Apache configuration): https://www.thawte.com/ssl-digital-certificates/technical-support/apachewild_install.html As an alternative to...
  8. S

    3.2.3 not in version manager?

    I just noticed the 3.2.3 release (thanks for the connection limit fix!). Strangely the update does not appear on any of my lsws installations in the version manager. I have set "check for updates" to "daily". Why is that? Daniel
  9. S

    lsws 3.2 bug with license

    Hi, I have just upgraded from 3.1 to 3.2. This worked, except that the server could first not be started again, because it didn't find the license key. Apparently it only looked outside the chroot and not inside. I upgraded using install.sh and not using the webadmin (because in 3.1 the...
  10. S

    bug with log file rolling

    I have created a virtual host template and set the following for Access Log: - Rolling Size (bytes) = 0 - Keep Days = 0 According to the manual this should disable log file rolling. Here this is not true: I get new log files after about 1MB. Is this a bug or did I configure something wrong...
  11. S

    PHP - 503 error

    Hi, I have problems with PHP on a new installation: Sometimes lsws cannot process PHP requests and answers with "503 Service Unavailable". I then need to restart lsws to recover from the error. This only happens rarely and I don't see a pattern or a direct cause. Any hints on how I can find...
  12. S

    performance

    Hi, I am currently moving a website from Apache to Litespeed. Currently both sites are running, so I can easily compare the performance. These tests showed the following: - lsws total response times for php pages are much faster (sometimes twice as fast) - response times for static files...
  13. S

    htaccess not working

    Hi, I have difficulties using .htaccess. I have enabled htaccess on server level and in the vh-template. At both places I have checked all checkboxes except "none". The Access File Name is set to default ".htaccess". Still htaccess is not working. This is lsws 3.1.1 Solaris 10 x86 standard...
  14. S

    Umlauts in notes

    Just a small bug: If you use Umlauts (or probably also other non-standard characters) in the "notes"-field of a virtual host the server cannot be started again. You then have to edit httpd_config.xml and remove that character and it works again. stderror.log: [ERROR]...
  15. S

    PHP curl HTTPS does not work in chroot

    Hi, I have compiled lsphp with curl. That works perfectly for HTTP but not for HTTPS. curl from the command line works with https, but not from PHP. Information about my installation: lsws 3.1 Enterprise in chroot PHP 5.2.2 Solaris 10 x86 I have a valid thawte certificate on the https...
  16. S

    2.1.19: small bug during upgrade

    Just upgraded from 2.1.18 to 2.1.19 using the web admin upgrade. Went smoothly and the new version is running without problems, but in stderr.log I noticed the following: chroot/opt/lsws/admin/misc/update.sh: source: not found cp: cannot create $./license.key: No such file or directory...
  17. S

    requests time out (sometimes...)

    I have almost finished the installation of lsws and I am really happy with it. There is just one strange problem left: Sometimes requests do not get answered and time out. This only happens very rarely. It is difficult to say how often as this is still only a test box, but I would say less than...
  18. S

    default php.ini mysql.allow_persistent

    I noticed that in the default php.ini for lsws mysql.allow_persistent is Off. I understand that this should be off if you are using CGI for PHP, because those processes die anyway, but wouldn't it be better to turn this On for lsphp? As the php process stays up anyway and could reuse the...
  19. S

    chroot virtual host possible with php?

    I have just installed lsws and have two questions: 1) I have created a virtual host and have set "CGI Chroot Mode" to "Virtual Host Root". This does not have any effect on PHP-requests, I can still read files like /etc/passwd (not using open_basedir). Is this correct? 2) I have deleted the...
Top