8000 [WIP] Cookbook grammar and style fixes by frne · Pull Request #4693 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[WIP] Cookbook grammar and style fixes #4693

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 8 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
72 character wrap
  • Loading branch information
frne committed Dec 28, 2014
commit 74ed749a5a6b2edbe187823afec5ce0cbbc4cf96
6 changes: 4 additions & 2 deletions cookbook/configuration/apache_router.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
How to Use the Apache Router
============================

Symfony, while fast out of the box, also provides various ways to increase that speed with a bit of tweaking.
One of these ways is by letting Apache handle routes directly, rather than using Symfony for this task.
Symfony, while fast out of the box, also provides various ways to
increase that speed with a bit of tweaking.
One of these ways is by letting Apache handle routes directly, rather
than using Symfony for this task.

Change Router Configuration Parameters
--------------------------------------
Expand Down
0