Ticket #388 (closed defect: worksforme)
proc_open should not rely on SHELL
| Reported by: | shlomme_gmx.net | Owned by: | jan |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Version: | 1.4.11 |
| Severity: | trivial | Keywords: | |
| Cc: | Blocked By: | ||
| Need User Feedback: | Blocking: |
Description
proc_open(...) should unconditionally use /bin/sh as the shell to execute include_shell directives instead of relying in SHELL being set in the environment.
This is normally not a problem if lighttpd is started by the user, but SHELL may not be set for init and then lighttpd fails, if the configuration contains an include_shell line.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

