We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following valid snippet of an Apache config file fails to parse with the Httpd module:
ProxyPassReverse "/js/minecraft""http://127.0.0.1:8123/js/minecraft/"
There is a missing space between the two quoted arguments. Adding it works around the problem.
The text was updated successfully, but these errors were encountered:
Httpd: improve handling of arguments in directives
ff6052c
* handle '>""' properly * make space between quoted args optional * do not get confused by quoted strings in bare arguments Fixes hercules-team#429 Fixes hercules-team#435 Fixes hercules-team#470
f1a8093
1954550
d72b48a
e1a8608
No branches or pull requests
The following valid snippet of an Apache config file fails to parse with the Httpd module:
There is a missing space between the two quoted arguments. Adding it works around the problem.
The text was updated successfully, but these errors were encountered: