-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Syntax Error on "Options FollowSymlinks" #5182
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
Conversation
A missing "s" made the VirtualHost crash when symlink lines were uncommented.
Just learned about the whole process, I should have done this change on 2.3 branch, sorry ! :( |
@Balamung Don't worry. We can easily pick your changes and merge them into the |
@Balamung nice catch! This article is very important, so it should be flawless. Thanks! |
There are actually 4 commented Apache config section with exactly the same issue. Damn you Copy / Paste! @Balamung Can you please update those as well? Nice catch! |
@ricardclau I updated the 3 occurences that were in the file at the moment of my fork, but since then, another one was added, and I don't find how to get the patch branch back in sync to add the 4th :( Sorry by the way for not checking the whole page before trying to correct, my bad ! |
The 4th section is like a second part of the subsection "Apache with mod_php/PHP-CGI" where it mentions the possibility to disable the .htaccess file to scratch some extra performance (You can read it here http://symfony.com/doc/current/cookbook/configuration/web_server_configuration.html) It appears in the 2.6 branch https://github.com/symfony/symfony-docs/tree/2.6/cookbook/configuration but not in this PR, so it looks like it was added after your catch What you need to do is to update your 2.6 fork so that it is up to date with the symfony repo one, merge it back to your branch, add this final typo and then rebase these 2 commits with your final one. Do you need any help on these Git steps? |
Thank you a lot for providing the steps ! Should be good now =) |
I think @xabbuh and @javiereguiluz will ask you to rebase your 3 commits into 1 as well but it is good to go! |
@ricardclau you are right ... but lately we no longer ask users to squash their commits. The tool we use to manage Symfony repos can do that automatically, so we don't bother users :) |
Awesome then! :) |
👍 |
A missing "s" made the VirtualHost crash when symlink lines were uncommented.