Bug 63678 - fcgistarter -c command must have absolute path
Summary: fcgistarter -c command must have absolute path
Status: RESOLVED FIXED
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 2.4-HEAD
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: HTTP Server Documentation List
URL:
Keywords: FixedInTrunk, PatchAvailable
Depends on:
Blocks:
 
Reported: 2019-08-21 11:16 UTC by Matthias Lehr
Modified: 2020-01-31 02:29 UTC (History)
0 users



Attachments
manual clarification (532 bytes, patch)
2020-01-29 21:49 UTC, Giovanni Bechis
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Lehr 2019-08-21 11:16:06 UTC
Please update the documentation for fcgistarter 

-c command 

(command requires absolute path)

reason a "chdir /" was executed somewhere before "execl(command)" 
so command must be given with absolute path, otherwise "command" 
is not found by execl (file not found) and fcgistarter terminates 
without any error message
Comment 1 Giovanni Bechis 2020-01-29 21:49:20 UTC
Created attachment 36985 [details]
manual clarification

Clarify that an absolute path is needed.
Comment 2 Eric Covener 2020-01-31 02:29:02 UTC
Thanks Giovanni, committed to trunk in r1873395