By mscott1
I get forbidden, and it says I do not have permission… I have changed my config file so many times just to see if I could get permission… currently I just have one require and allow per each section of the file rather than two like you usually start out with, for a total of 2 of each. one within the setup part, and another within the main part. All of the requires/allows have my ip… Which seemed to not make a difference at all…
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hey there,
Have you configured SELinux? You can check the status of SELinux with this:
- getenforce
You can try this to temporarily disable SELinux:
- setenforce 0
To persistently disable or enable SELinux, you would edit the /etc/selinux/config file. You can also view the /var/log/audit/audit.log file to see the error and context that is causing phpmyadmin to not work, which would make it easier to apply a context to the phpmyadmin folder so you can keep SELinux enabled.
Happy coding,
Jon Schwenn Platform Support Specialist DigitalOcean
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.