Recent content by Tishu

  1. Tishu

    How to reverse proxy web socket traffic

    Hello, You can check this wiki http://open.litespeedtech.com/mediawiki/index.php/Help:Set_Up_WebSocket_Proxy
  2. Tishu

    How to install ImageMagick php on openluteserver

    Hello, You can use that wiki for that -> https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:pecl-extension
  3. Tishu

    mySQLi & PDO INSERT prepared statements don't work

    Hello, So first check if everything is install for the php. You can create php file with "<?php phpinfo(); ?>" and open it or from the terminal "yum list installed | grep lsphp". After that check the mysql/mariadb version for your old and new server. They may be diff version with diff syntax.
  4. Tishu

    HI, How to set OpenLiteSpeed's open_basedir

    Hello, At this point open_basedir is not supported by the webserver but the team is working on that.
  5. Tishu

    How to rewrite those locations?

    Hello, Just to clear something - are you using Litespeed or OpenLitespeed?
  6. Tishu

    Upgraded - fopen(/.../htpasswd): failed to open stream error

    Hello again, Can you tell me the OS version that you are using, i see that its redhat/centos but what is the version.
  7. Tishu

    Upgraded - fopen(/.../htpasswd): failed to open stream error

    Hello, What are the rights of "admin" and "conf" directory? For conf - drwx------ 2 lsadm lsadm 4096 May 1 11:30 conf For admin - drwxr-xr-x 9 root root 4096 Feb 14 17:19 admin For htpasswd - -rw------- 1 lsadm lsadm 41 Feb 14 17:19 htpasswd
  8. Tishu

    Web Admin port change - need to put it back

    Hello, You can edit /usr/local/lsws/admin/conf/admin_config.conf
  9. Tishu

    rewrite Rules creates malformed config

    rewrite { enable 1 logLevel 9 rules rewriteFile /home/test/public_html/.htaccess }
  10. Tishu

    rewrite Rules creates malformed config

    Hello again, I just test it and its working with no errors. You need to put the full path to the file, like: rewriteFile /home/test/public_html/.htaccess
  11. Tishu

    How Can I Redirect Subdomain to Subdomain ?

    Hello again, You can use that: RewriteEngine on RewriteRule ^/?stuffs/(.*)$ /stufs/$1 [R,L]
  12. Tishu

    JavaScript additional data. BUG?

    Hello, Can you give me the url for that site (here or on PM).
  13. Tishu

    How Can I Redirect Subdomain to Subdomain ?

    Hello, You can check this tutorial and use rewrite rules https://forums.cyberpanel.net/discussion/90/tutorial-how-to-make-redirect-with-or-without-www-and-redirect-to-https#latest
  14. Tishu

    Install OLS, Mysql, Phpmyadmin, SSL, and Wordpress on Ubuntu 16.04

    Hello, You can check this wiki -> http://open.litespeedtech.com/mediawiki/index.php/Help:SSL_Setup
  15. Tishu

    404 - Cannot find a matching VHost

    Hello, Did you use public IP address?
Top