Search results

  1. C

    lsws-5.4.2-std ssl problem?

    Hi, when you try to enter the administrative interface, the server crashes. The following lines appear in stderr log: 2019-11-15 08:12:55.708 [STDERR] warning: core file may not match specified executable file. 118 /home/build/release/litespeed/src/thread/offloader.cpp: No such file or...
  2. C

    [solved] Issues with chrooted pipedLogger

    I found a solution to my problem. The logger should be placed inside $SERVER_ROOT. In this scenario, the binary file starts normally.
  3. C

    [solved] Issues with chrooted pipedLogger

    Hi, I have pipedLogger configured for remote logging (config as in ). The server is running in a chroot environment. Version: LiteSpeed Web Server Enterprise 5.2.6 In chroot does not started the logger. In stderr.log there are many lines: 2018-04-16 11:20:29.559 [STDERR] lscgid: chdir():: No...
  4. C

    mod_security work modes

    Thank you, it works. But it is better to add the control to the menu. This allows you to quickly change the behavior of mod_security for individual virtual hosts. Best regards, Pavlo.
  5. C

    mod_security work modes

    Hello. How to enable mode DetectionOnly ? Best regards, Pavlo.
  6. C

    Logs and mod_security

    Hello, you must disable audit log section in Comodo WAF rules example: #SecAuditLog /usr/local/lsws/logs/modsec_audit.log #SecDebugLog /usr/local/lsws/logs/modsec_debug.log and enable internal audit log: also if the settings Virtual Host, error log level is INFO, then the message is...
  7. C

    chroot in lsws - myth?

    thanks for the fast solution my problem, chroot in this version working properly. Remained a small bug in apache configuration Virtual Hosts ->hostname -> General ->Apache Style Configurations php_admin_value open_basedir "$DOC_ROOT:$VH_ROOT/lib:/usr/local/lib/php:$VH_ROOT/upl_content:/tmp"...
  8. C

    chroot in lsws - myth?

    URL: http://retiree.ns-root.com:8088/phpinfo.php I can provide access to the Control Panel LSWS, if necessary.
  9. C

    chroot in lsws - myth?

    Hi developers. I apologize for my bad English, had to use the services of google. 1. create a folder chroot 2. installing lsws 4.1.24 Ent to /chroot/lsws , in the installation activate the option chroot to folder /chroot ------------------------- immediately see the problem, the control panel...
  10. C

    UserAgent whitelist in Hotlink protection

    There is no sense to use rewrite, it will create additional loading on webserver. I was not going to advertise porn sites. Thanks for the answer, bye.
  11. C

    UserAgent whitelist in Hotlink protection

    I have a site with huge quantity of video files. Whether it is possible to make an feature of use of white lists on "Useragent" for DirectLink a mode? sample from my old webserver: hot.link.strict = 1 hot.link.strict.agent = "(Mimetype...
Top