Search results

  1. N

    During compile php 7.4 - make: *** [sapi/litespeed/lsapi_main.lo] Error 1

    I cant compile php 7.4 due errors In file included from /usr/local/lsws/phpbuild/php-7.4.0/sapi/litespeed/lsapi_main.c:70:0: /usr/local/lsws/phpbuild/php-7.4.0/sapi/litespeed/lscriu.c:305:14: warning: ‘LSCRIU_Error_File_Name’ defined but not used [-Wunused-function] static char...
  2. N

    Script Handler Definition for html?

    Is it normal to give Suffixes php, html, htm to LiteSpeed SAPI php? I mean isn'it slow to parse every html file by php? regards
  3. N

    howto install WAF comodo rules ??

    What is the proper way to install WAF comodo rules without cpanel,plesk? When i try installer cwaf_client_install.sh from comodo i get error: Error opening terminal: screen. Is there a way to use comodo rules with litespeed without installer?
  4. N

    CLI operations? suspend vhost?

    Is it possible to do some operations for Litespeed webserver from CLI command line for example: suspend/unsuspend vhost? regards
  5. N

    litespeed with rvm gemset?

    Is it possible to run rails 4 under the rvm gemset with litespeed? I stick to new manual and tried with ruby-lsapi from rubygems manually compiled When i setup Rack/Rails Settings Ruby Path as: 1./usr/local/rvm/rubies/ruby-1.9.3-p392/bin/ruby i got in stderr.log...
  6. N

    howto setup Fast CGI Authorizer?? strange errors

    I am using 4.0.12, no matter where i place authorizer file and no matter is it bash wrapper or php or perl fcgi I am getting still in error logs Can not find handler with type: 7, name: $VH_NAME_authorizer. Can not find External Application: $VH_NAME_authorizer, type: fcgiauth and...
  7. N

    litespeed vhosts from database?

    are there any plans to support for example mysql database as a source for virtual hosts in litespeed beside httpd_config.xml ?
  8. N

    any command line tools to create/modify template members?

    are there any command line tools to create/modify template members in httpd_config.xml? i want to create script but dont want to reinvent wheel if something exists xml format of httpd_config.xml dont change in near future?
  9. N

    $VH_DOMAIN is not working in rewrite - is it intentional behaviour???

    $VH_DOMAIN is not working in rewrite - is it intentional behaviour??? $VH_NAME works
  10. N

    best way to set up environment variables??

    is this the best way to set up environment variables?? context - > rewrite rules : Rewriterule . - [E=VAR1:10,E=VAR2:20] i assume that SetEnv VAR1 10 is not working in litespeed std edition but works in enterprise?
  11. N

    is it possible to set $VH_NAME to environment variables??

    is it possible to set $VH_NAME to environment variables in LSAPI app ?? Environment: VH_NAME=$VH_NAME gives me in phpinfo only _ENV["VH_NAME"] = $VH_NAME _SERVER["VH_NAME"] = $VH_NAME not substitutions
  12. N

    giving users access to vhost logs - security threat??

    giving users access to vhost logs - is this security threat in litespeed ?? every logfile can be accessed through context for example /logs
  13. N

    how to use mail() php command under fastcgi??

    how to use mail() php command under fastcgi?? fastcgi spawned under different uids like suexec I am using Debian exim and emails stuck in queue Every fastcgi user gid belongs to mailserver group Could anybody write your solutions (another mailservers are welcome) to point me to right...
  14. N

    deliberations on logging performance with litespeed

    I want to give access in real time to vhost logs for users through my web application. 1.piped logging - php or perl script to database 2.split logs - according to $VH_NAME What do you think about that? Which solution will be the best for overall performance of litespeed?? How...
  15. N

    why this rewrite not working in template?

    why this rewrite not working in template? RewriteCond %{HTTPHOST} ^$VH_DOMAIN RewriteRule ^(.*)$ http://www.$VH_DOMAIN/$1 [R=permanent,L]
  16. N

    Access Denied Directories not working with lsphp??

    i got 2 questions: 1.Access Denied Directories is not working as i expected with Std Litespeed for example: i can display in php script /etc/passwd where in main server config Access Denied Directories option is /etc/* ...... why?? 2.i cannot block scripts with Enable...
Top