Skip to content

Commit 4a80ade

Browse files
README typos
1 parent d0267ab commit 4a80ade

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@
66
[![Build Status](https://travis-ci.org/PHPFastCGI/SpeedfonyBundle.svg?branch=master)](https://travis-ci.org/PHPFastCGI/FastCGIDaemon)
77
[![Coverage Status](https://coveralls.io/repos/PHPFastCGI/SpeedfonyBundle/badge.svg?branch=master)](https://coveralls.io/r/PHPFastCGI/SpeedfonyBundle?branch=master)
88

9-
A symfony2 bundle which allows applications to reduce overheads by exposing symfony's Request-Response structure to a Fast CGI daemon.
9+
A symfony2 bundle which allows applications to reduce overheads by exposing symfony's Request-Response structure to a FastCGI daemon.
1010

1111
## Introduction
1212

1313
Using this bundle, symfony2 applications can stay alive between HTTP requests whilst operating behind the protection of a FastCGI enabled web server.
1414

1515
## Running the Daemon
1616

17-
To start a the daemon listening on port 5000 use the command below. Production mode is selected here for the purposes of generating accurate benchmarks. We do not recommend that you use this package in production mode as it is not yet stable.
17+
To start the daemon listening on port 5000 use the command below. Production mode is selected here for the purposes of generating accurate benchmarks. We do not recommend that you use this package in production mode as it is not yet stable.
1818

1919
Check the FastCGI documentation for your chosen web server to find out how to configure it to use this daemon as a FastCGI application.
2020

2121
```sh
2222
php app/console speedfony:daemon:run --target="tcp://localhost:5000" --env="prod"
2323
```
2424

25-
If you are using apache, you can configure the FastCGI module to launch and manage the daemon itself. For this to work you must omit the "--target" parameter from the command and the daemon will instead listen for incoming connections on FCGI_LISTENSOCK_FILENO (STDIN).
25+
If you are using apache, you can configure the FastCGI module to launch and manage the daemon itself. For this to work you must omit the "--target" option from the command and the daemon will instead listen for incoming connections on FCGI_LISTENSOCK_FILENO (STDIN).
2626

2727
## Current Status
2828

0 commit comments

Comments
 (0)