| Summary: | httpd fails to interpret index.php when referred to via http://ip | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Michael Iedema <michael> |
| Component: | Networking | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | 1.14.x | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | T2 Custom Distribution | Target: | x86 |
| Build: | 1.14.3 | ||
| Attachments: | Fix | ||
|
Description
Michael Iedema
2009-09-07 15:24:02 UTC
Created attachment 643 [details]
Fix
Please try attached patch
(In reply to comment #1) > Created an attachment (id=643) [details] > Fix > > Please try attached patch > Tested: - / access (now working) - /index.php access (still working) - cgi binaries (still working) - accessing cgi-bin/ directly (still forbidden) Working nicely! Thank you very much for your time looking at this. I just noticed that POSTs now fail with a "501 not implemented." Sorry this was not in my original testing... Yeah, I noticed that it _maybe_ will do it, and reworked the fix a bit. Now it is in "hotfix" directory: http://busybox.net/downloads/fixes-1.15.0/busybox-1.15.0-httpd.patch I did a simple POST upload test and it worked. Please let me know if it still doesnt work for you. (In reply to comment #4) > Yeah, I noticed that it _maybe_ will do it, and reworked the fix a bit. > Now it is in "hotfix" directory: > > http://busybox.net/downloads/fixes-1.15.0/busybox-1.15.0-httpd.patch > > I did a simple POST upload test and it worked. > > Please let me know if it still doesnt work for you. > Working great on all tests. Thanks for your continued quick response. Fixed in git, also will be in 1.15.1 |