https://bz.apache.org/bugzilla/show_bug.cgi?id=65477

            Bug ID: 65477
           Summary: "BufferSize" not allowed in <VirtualHost> context
           Product: Apache httpd-2
           Version: 2.4.38
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: critical
          Priority: P2
         Component: mod_buffer
          Assignee: bugs@httpd.apache.org
          Reporter: chiragasour...@gmail.com
  Target Milestone: ---

The doc https://httpd.apache.org/docs/trunk/mod/mod_buffer.html says that
BufferSize Directive of mod_buffer module can be used within server config,
virtual host, directory, .htaccess

but when I try using it inside below Virtualhost Config, 

<VirtualHost *:8080>
    ProxyRequests On
    ProxyVia On
    BufferSize 131072
    ErrorLog /home/juice/fp_error.log
    CustomLog /home/juice/fp_access.log combined
    <Proxy *>
        Order deny,allow
        Allow from all
    </Proxy>
</VirtualHost>


I'm getting the below error

AH00526: Syntax error on line 64 of /etc/apache2/sites-enabled/mlw.conf:
BufferSize not allowed in <VirtualHost> context
Action 'configtest' failed.

how to use this module and set both InputFilter and OutputFilter?

there is no enough documentation and example snippets on how to use this
module.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to