Search results

  1. N

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

    well I attach whole compile log
  2. 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...
  3. N

    Script Handler Definition for html?

    ok so what about html files with php snippets in it? I mean index.html with <?php echo("test") ?> inside html?
  4. 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
  5. N

    howto install WAF comodo rules ??

    thx I assume - copy/paste from comodo files into Request Filtering Rule Set form for every comodo's rule ? but that is horrible solution Is there another simpler way? for example include/import files?
  6. 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?
  7. 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
  8. 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...
  9. N

    howto setup Fast CGI Authorizer?? strange errors

    in examples there is no such ENV variable I print ENVs to file and get only interesting: FCGI_ROLE="AUTHORIZER" HTTP_AUTHORIZATION="Basic Zm9vOg==" no USER OR PASSWD name I found in forum that It should be easy but i think that it is not working at all Can anybody can confirm working...
  10. N

    howto setup Fast CGI Authorizer?? strange errors

    I turned out debug error log at server level(my stupid mistake) and found out premature.... in perl example I fixed script(added header lines) and authorizer poput with access window but then if i type anything it always return 401 f.e. user=foo pass=bar like $ENV{'REMOTE_USER'}...
  11. N

    howto setup Fast CGI Authorizer?? strange errors

    of course - IT is working from command line perl, php, bash version of authorizer to ease debugging (and learning) I try to log from authorizer too but it never write anything
  12. N

    howto setup Fast CGI Authorizer?? strange errors

    which version of Litespeed? mine 4.0.12 Std., platform Debian Etch I found out that 1.due to name convention VH_NAME (required in web admin when you configure fcgiauth) authorizer not working at all in virtual host templates 2.on single vhost I am getting something like that in error logs...
  13. N

    howto setup Fast CGI Authorizer?? strange errors

    hmm I did exactly what you said before and get this error I am creating Fast CGI Authorizer in vhost template I also turn on the highest level on error logs but nothing beside Can not find handler with type: 7, name: $VH_NAME_authorizerpl Can not find External Application...
  14. 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...
  15. N

    any command line tools to create/modify template members?

    next month or litespeed version?
  16. 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 ?
  17. 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?
  18. 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
  19. 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?
  20. N

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

    yes i tried in vhost and vhost template both not works
Top