Search results

  1. S

    Failed to set accept-filter 'httpready': Invalid argument

    # uname -sr FreeBSD 7.2-RELEASE-p8 # grep 'ACCEPT_FILTER' /usr/src/sys/i386/conf/OUR_KERNEL options ACCEPT_FILTER_DATA options ACCEPT_FILTER_HTTP # # strings /boot/kernel/kernel |grep accf sysctl__net_inet_accf_children sysctl__net_inet_accf_http_children accf accf_data accf_http Is...
  2. S

    Ignored Apache Modules

    I don't know how to specify module names in webconsole. I suspect I am doing this in a wrong way or this feature doesn't work at all. Popup helper says nothing about it. I can't get "Ignored Apache Modules" to work on any settings. I am using three different ways of typing module name (as...
  3. S

    [ERROR] [MOD_ACTION] The second parameter must be URL:

    After upgrading to LSWS 4.1.17 we have this error in our logs: "[MOD_ACTION] The second parameter must be URL:" We don't use mod_action/mod_actions. What does this error mean?
  4. S

    "Apache compatible .htaccess support"

    During some period of time we have to use both Apache and Litespeed on one server. We need some segments of httpd.conf to be differend on each webserver but otherwise we share the same httpd.conf. I see Litespeed can't handle properly IfModule conditions for example in .htaccess files. I...
  5. S

    lsapi and top on FreeBSD

    from LSSAPI Release log for version 5.0: Implemented the feature that show script name in "top" and "ps" output. In phpinfo() I have Server API LiteSpeed V5.4, but in ps/and top I don't see information abiot script name or path. Is this a bug? How should I enable this?
  6. S

    disabling features

    How can I disable CGI, RubyOnRails, Python, ServerSideIncludes, mod_frontpage and Perl? I want to do it because of security reasons, but I haven't found it in options. I want to disable it permanently, user should not be able to enable these functions in .htaccess.
  7. S

    [Resolved] segfaults on FreeBSD 7

    Aug 23 10:40:20 hostname kernel: pid 76346 (lshttpd.4.0.16), uid 7629: exited on signal 11 We have coredump enabled, but I can't localize any core file. /usr/local/lsws/logs/error.log contains: 2010-08-23 10:40:20.235 [NOTICE] [AutoRestarter] child process with pid=76346 received...
  8. S

    Apache+litespeed at the same time

    I must have both Apache and Litespeed running at the sam time. Some of .htaccess php_value's direcives are not recognized by my Apache(php-fcgi). Is this possible to do something like that in .htaccess? <ifModule litespeed_loaded.c> php_value something On #^this is not recognized by Apache...
  9. S

    php on external server

    Is it possible or will it be possible to have PHP processes on the external server? I mean TCP/IP communication between lshttpd and lsphp. I'm sure secondary server for PHP should have the same homedirs replicated by admin but this is not problem.
Top