Opened 8 years ago

Closed 8 years ago

#5471 closed defect (invalid)

Difficulty with fastcgi section from deployment guide.

Reported by: Malcolm Kennedy Owned by:
Priority: major Milestone:
Component: documentation Keywords:
Cc: Parent Tickets:

Description

I have followed the deployment guide, changing just mediagoblin.example.org to mediagoblin.tng.com.

When I get to the end and run the command "./lazyserver.sh --server-name=fcgi fcgi_host=127.0.0.1 fcgi_port=26543"

I am unable to get the website to load. It works fine when I ran "./lazy-server.sh --server-name=broadcast"

Change History (1)

comment:1 by ayleph, 8 years ago

Resolution: invalid
Status: newclosed

Running with fastcgi requires that you have configured a separate webserver to accept incoming http requests and pass them off to the fcgi server. Using lazyserver in broadcast mode means that lazyserver itself is listening for http connections without requiring a separate webserver. If you want to use fcgi, you need to configure a webserver to handle the requests.

Note: See TracTickets for help on using tickets.