Search results

  1. Q

    LSWS 4.1 does not obey Plesk 10.2 PHP clause

    I guess these lines should be added to /etc/httpd/conf.d/zz012_php_engine.conf instead, to make it load after Plesk's configuration files.
  2. Q

    Plesk password protected directories does not work

    Plesk 9.0.1 Litespeed 4.0.13 CentOS 5 (Final) Using Plesk control panel customer creates protected directory(e.g '/diary'). Plesk modifies 'httpd.include' config and add section: <Directory "/var/www/vhosts/domain.com/httpdocs/diary"> AuthType Basic...
  3. Q

    mod_security Request Filters

    Oh crap. Don't mind, never thought that it's at separate tab "Filter", I thought it should be at "Security"... =)
  4. Q

    RedirectMatch gone instruction

    Configuration file '/etc/httpd/conf.d/zzz_php_openbasedir.conf' was created manually to disable 'open_basedir'. Yes we have using Plesk(different version of branch 8). Yes, these configuration lines works, but if someone use RedirectMatch in his webroot he'll receive Internal server error.
  5. Q

    RedirectMatch gone instruction

    The following rules does not work at Litespeed: RedirectMatch gone ^.*\.(sql|log|conf)$ RedirectMatch gone VERSION.* Is it a bug or should we use different constructions(as far as I know these rules works just fine in the Apache)?
  6. Q

    Typo on footer of error pages

    Usually I ignore such typos because it's a server log files my customers have no permissions to see this. :)
  7. Q

    mod_security Request Filters

    Agree, I have same problem. I was looking at gotroot by Prometheus too and was unable to get it working at Litespeed, and I found manual insufficient too(you can find manual on PHP CHROOT insufficient as well). It seems that there is a lot to do with this module or with manuals for LS tech...
  8. Q

    Pre-sale questions

    Thank you for your quick response and fix, but unfortunately fix does not work for us. We have upgraded LSWS on four servers and have same issue. To clarify - we have not usign WHM/cPanel, we are using Plesk on our servers. The result is: Adding 1M data ... [OK] Total: 152 Mb Adding 1M...
  9. Q

    Pre-sale questions

    Hi guys. I think I need same patch too. We are having application that require memory limit higher than 256 MB and I have memory_limit set to 512, but scripts stop working at 256 MB of memory. I have used the following script to test this out: <? $begin = getmicrotime()...
  10. Q

    [Feature Request] LS admin back-end with PHP5 by default

    Good day, So far, the PHP announced the end of branch four life and some PCI compliance tests how showing security issue at the port with LiteSpeed, saying that it's better to upgrade PHP up to branch 5. So, I wanted to know, if LiteSpeed Tech are going to switch LiteSpeed Admin's...
  11. Q

    Litespeed license expired, server downtime caused, but license was prolonged...

    First of all would like to tell we guarantee 99% uptime to our customers within our SLA and will agree with money back if client's site was down due to problems with the server(due to our fault). So, we have using Litespeed on our production servers with many users, and using lease license with...
  12. Q

    PHP compilation through web interface not useful?

    Install all GD libs/deps first: yum -y install libpng-devel libpng10 libpng10-devel libjpeg-devel gd gd-devel ImageMagick ImageMagick-devel ImageMagick-perl for FC/CentOS Add following to the PHP configuration string: '--with-pic' '--with-freetype-dir=/usr' '--with-png-dir=/usr'...
  13. Q

    Security Auditing

    MS must be writing a secure code? :) So, then additionally third-party software(OpenLDAP, OpenSSL, PHP), which are used by LiteSpeed must be certified too as far as I understand. :)
  14. Q

    Security Auditing

    As far as I know there is no official certifications on code compliance. I mean, there should be a standards written by someone like VISA and additionally there should be a companies which implements such certifications. There a kind of service on VISA compliance, which evaluate if your server...
  15. Q

    Security Auditing

    If you mean PCI compliance audits, then yes, it's not so hard to configure LiteSpeed in the way, PCI tests require(SSLv3, ciphers, TRACE/TRACK, HTTPS authentication form)... Much easier than configuring Plesk to be secure...
Top