Closed logicallimit closed 5 years ago
Hi @logicallimit. Thank you for your report. To help us process this issue please make sure that you provided the following information:
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
@magento-engcom-team give me 2.3-develop instance
- upcoming 2.3.x release
For more details, please, review the Magento Contributor Assistant documentation.
@logicallimit do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?
Hi @logicallimit Could you share the error in your Apache logs? Otherwise, we can't understand the root cause of the error.
@williankeller
Following is the error log shown:
[Wed May 22 10:49:26.533936 2019] [core:alert] [pid 21653:tid 140634820118272] [client 179.50.121.141:48721] /home/myadmin/dev.domainname.com/.htaccess: Option FollowSymLinks not allowed here
I researched a few places on internet and found people suggesting to use Options +SymlinksIfOwnerMatch
instead of Options +FollowSymLinks
I found such a link although not related to Magento but to Drupal suggesting same. link
Hi @williankeller. Thank you for working on this issue. In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:
[x] 1. Verify that issue has all the required information. (Preconditions, Steps to reproduce, Expected result, Actual result).Details
If the issue has a valid description, the label Issue: Format is valid
will be added to the issue automatically. Please, edit issue description if needed, until label Issue: Format is valid
appears.
[x] 2. Verify that issue has a meaningful description and provides enough information to reproduce the issue. If the report is valid, add Issue: Clear Description
label to the issue by yourself.
[ ] 3. Add Component: XXXXX
label(s) to the ticket, indicating the components it may be related to.
[ ] 4. Verify that the issue is reproducible on 2.3-develop
branchDetails
- Add the comment @magento-engcom-team give me 2.3-develop instance
to deploy test instance on Magento infrastructure.
- If the issue is reproducible on 2.3-develop
branch, please, add the label Reproduced on 2.3.x
.
- If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and stop verification process here!
[ ] 5. Verify that the issue is reproducible on 2.2-develop
branch. Details
- Add the comment @magento-engcom-team give me 2.2-develop instance
to deploy test instance on Magento infrastructure.
- If the issue is reproducible on 2.2-develop
branch, please add the label Reproduced on 2.2.x
Hi @logicallimit, I did some research and this is not a Magento related issue and is not reproducible. It's probably related with your CentOs server configuration. Please make sure you have the right configuration under your virtual hosts, like:
<Directory /var/www/magento>
Options FollowSymLinks
AllowOverride All
Order deny,allow
Allow from all
</Directory>
You should keep using the FollowSymLinks
for security reasons and also you can face some issues with the SEO rewrite, etc.
I'm closing this ticket since the research I did shows up that might be a server configuration. You can reopen or create a new one. Thanks.
Summary of the issue: On a new installation of Magento CE 2.3.1, I get 500 error when I access my development sub-domain.
Information on the environment: OS Name: CentOS Linux release 7.6.1810 at Digital Ocean Using Varnish Cache Server and Nginx Reverse Proxy
Steps to reproduce (*):
Options +FollowSymLinks
from default .htaccess file that came in the downloaded Magento CE 2.3.1 zipped package then the Magento installation screen shows up normally.I researched a few places on internet and found people suggesting to use
Options +SymlinksIfOwnerMatch
instead ofOptions +FollowSymLinks
Preconditions (*)
Expected result (*)
Following screen should be shown normally
Actual result (*)
Following error is shown on browser