You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2021/07/30 09:14:27 UTC

[Bug 65477] New: "BufferSize" not allowed in context

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: chiragasourabh@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-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 65477] "BufferSize" not allowed in context

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65477

CS <ch...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chiragasourabh@gmail.com

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