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 resolved the problem by editing the /etc/hosts file to have the correct values. All working now.
  4. S

    Permission issue

    I have resolvved that problem by changing the owners of the folder html to nobody:nobody.
  5. 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...
  6. 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...
  7. S

    SSL not working

    Mistwang, Once I activated both SSLv3 and TLS it worked properly. Thank you very much.
  8. S

    SSL not working

    I d like to add this info: [root@www cert]# openssl s_client -connect xxxxxxxxxx:8089 connect: Connection refused
  9. 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...
  10. S

    $_POST array empty

    problem solved, php was unable to write a session properly, this was the real cause of the problem: updated the session.save_path into php.ini and the problem was solved.
  11. 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