Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP Pipelined connections cause ruid2 to not serve content #13

Open
monkburger opened this issue Mar 6, 2016 · 0 comments
Open

HTTP Pipelined connections cause ruid2 to not serve content #13

monkburger opened this issue Mar 6, 2016 · 0 comments

Comments

@monkburger
Copy link

If you enable Pipelined connections within say, FF, Chrome, etc, you will see something like this from within ruid2, which causes failures to display content:

[Sun Mar 06 12:40:21.255723 2016] [:error] [pid 31114] mod_ruid2 test.server.com GET /images/whatever.gif HTTP/1.1 chdir to /home/virtfs/blahblah failed (No such file or directory)

To reproduce this, simply enable HTTP Pipelined connections within a browser - iOS Safari has Pipelining enabled by default for images, but desktop Firefox/Chrome/Safari apparently all have it disabled by default.

A workaround is to disable KeepAlives within Apache when RUID2 is enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant