Search results

  1. I

    Openlitespeed mod_lua

    where can i see what modules litespeed actually loaded? I see this in error.log 2021-09-27 19:04:53.854684 [INFO] [PlainConf] [httpServerConfig:] module [cache] add param [privateexpireinseconds 3600] 2021-09-27 19:04:53.854686 [INFO] [PlainConf] [httpServerConfig:] module [mod_lua] add param...
  2. I

    Openlitespeed mod_lua

    First issue is probably the parseline find block name [log_by_lua_block] is NOT keyword Where does one set this keyword in openlitespeed and not nginx?
  3. I

    Openlitespeed mod_lua

    the intire script can be downloaded here https://elteq.dk/ls_log.zip
  4. I

    Openlitespeed mod_lua

    Hi, I compiled the mod_lua and set up all for openlitespeed, and im trying to run a lua script >that works on nginx<, as i read, the mod_lua uses excatly same commands as ngnix (you can use ngx.xxxxxxxx or ls.xxxxxxxxxxxx) should do same, however, it doesnt seem to work. it gets loaded in a...
  5. I

    Compiling mod_lua

    scriptHandler{ add module:mod_lua lua } That seem to do the trick :) maybe a small update to the help file for this one :P
  6. I

    Compiling mod_lua

    Okay, managed to compile it, but im not sure what to write in config as its disabled from visual edit, i have to manually add it in the config.. I tried this but it wont render module mod_lua { ls_enabled 1 } extProcessor mod_lua{ type modulehandler...
  7. I

    Making hidden files 403 unaccessable

    Thanks all, got it working :)
  8. I

    Compiling mod_lua

    Hi, i was looking at the page how to compile mod_lua.so after the fact, as im using a customized openlitespeed for aapanel (updated to latest 1.7.14), so i cannot just reinstall it with Lua as it has modified config files. So, i installed LuaJIT and compiled it and now its at ...
  9. I

    Making hidden files 403 unaccessable

    RewriteRule .* - [F,L] dont work, then intire site breaks, note that the file name is ".something", not ".something.php" or something like this, all ".something" files should be not accessable.
  10. I

    Making hidden files 403 unaccessable

    Can i do that default for intire server somewhere in openlitespeed configuratons? or do i have to do individual in every directory using .htaccess or?
  11. I

    Making hidden files 403 unaccessable

    Hi, Playing around with openlitespeed, i found out where to make folders unaccessable in the server config security tab, but where can you set hidden files unaccessable (.****) ? Thanks :)
Top