Opened 17 years ago
Closed 17 years ago
#5092 closed (invalid)
FastCGI httpd.conf Example Path
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I believe the example socket path is missing myproject and should be:
# Connect to FastCGI via a socket / named pipe. FastCGIExternalServer /home/user/public_html/mysite.fcgi -socket /home/user/myproject/mysite.sock
Note:
See TracTickets
for help on using tickets.
The socket can be anywhere your user has permission to use it; there's no requirement that it live inside a "project" directory.