-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
[Cookbook][Configuration] documentation of Apache + PHP-FPM #3915
Conversation
xabbuh
commented
Jun 7, 2014
Q | A |
---|---|
Doc fix? | no |
New docs? | yes |
Applies to | all |
Fixed tickets | #3749 |
<Directory /var/www/project/web> | ||
# enable the .htaccess rewrites | ||
AllowOverride All | ||
Require all granted |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this needs to be Order allow,deny
for Apache 2.2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed it in the example below.
@xabbuh I added a few suggestions, but this is really nice work. |
Thanks for the lightning fast tweaks! |
…-FPM (xabbuh) This PR was merged into the 2.3 branch. Discussion ---------- [Cookbook][Configuration] documentation of Apache + PHP-FPM | Q | A | ------------- | --- | Doc fix? | no | New docs? | yes | Applies to | all | Fixed tickets | #3749 Commits ------- 822b3bd document the usage of PHP-FPM on Apache
@weaverryan I'm sorry, but I didn't address all your suggestions yet. I will submit a new pull request addressing the rest of them. |
@xabbuh Ah, I thought you had - my mistake! Thanks for continuing with a new PR. |
…figuration chapter (xabbuh) This PR was merged into the 2.3 branch. Discussion ---------- [Cookbook][Configuration] tweaks for the web server configuration chapter | Q | A | ------------- | --- | Doc fix? | no | New docs? | yes | Applies to | all | Fixed tickets | Tweaks to #3915 as suggested by @weaverryan. Commits ------- 93bbd14 tweaks for the web server configuration chapter