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

Problems when CGI environment variables exceed 4KB in size #128

Closed
GoogleCodeExporter opened this issue Aug 28, 2015 · 4 comments
Closed

Comments

@GoogleCodeExporter
Copy link

If for example PATH environment variable is about 4KB, then Mongoose web server 
will skip adding any further env variables to CGI environment. This includes 
HTTP_ env variables (build from http headers) and phpdesktop env variables 
(temp dir, phpdesktop version etc). The solution is to increase the 
CGI_ENVIRONMENT_SIZE constant in Mongoose web server.

Issue reported on Forum:
https://groups.google.com/d/topic/phpdesktop/HaP5Igv4ebU/discussion

Original issue reported on code.google.com by [email protected] on 8 Oct 2014 at 9:26

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