Search results

  1. S

    Problem with multi IP config

    We purchased our third LS license (a 4 CPU license) for one Plesk server, our admins setup LS on that server. The setup process went fine. We are facing some issues though with the different IPs setup on that server. Indeed some domains are setup on an exclusive IP. In most of the case the...
  2. S

    How to parse a .js file as a php file?

    I would like to parse a specific .js file as a PHP file, PHP binary has been built with LiteSpeed SAPI. Any help is appreciated.
  3. S

    cURL to the same domain not working with LS

    I try to cURL from the server where LS is installed to a domain setup on this server and it does not work: [root@domains bin]# curl http://mydomains.com/test.php curl: (7) couldn't connect WHILE from another server I get this: [root@www ~]# curl http://mydomains.com/test.php OK I...
  4. S

    Permission issue

    After setup of LS and when I try to make a change to the config of a vhost, I was realizing that nothing was saved and found in the logs: #_AdminVHost] [STDERR] PHP Warning: fopen(/var/www/html/vhconf.xml.new) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: Permission...
  5. S

    SSL not working

    I am having some issues with the SSL. To install the certificate I followed the steps described here: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:ssl_cert_install except that I am not able to set the CA Certificate Path / CA Certificate File since my cert is an SSL Web...
  6. S

    $_POST array empty

    I have installed php 4.4.8 LSAPI and since that the $_POST / $_GET array is empty. I compiled php with: '--prefix=/usr/local/lsws/lsphp4' '--with-litespeed' '--build=i686-redhat-linux-gnu' '--host=i686-redhat-linux-gnu' '--target=i386-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr'...
Top