I’ve created a LAMP droplet 21 days ago and I have done all setup for MySQL, github and coming soon page. But in my IP: http://192.34.60.54/ it shows like:
# Please log into your Droplet with SSH to configure the LAMP installation.
See the LAMP 1-Click Quickstart guide for detailed assistance.
[Quickstart Guide](https://marketplace.digitalocean.com/apps/lamp#getting-started)
Problem? Submit a question to our Q&A platform and get help from the community.
[Ask a Question](https://www.digitalocean.com/community/questions/new)
I don’t know why it is showing like this. Kindly solve this problem ASAP.
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!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hey,
The message you’re seeing is the default page set by the LAMP 1-Click installer. This indicates that Apache is running but still serving its default content.
You need to make sure that your “coming soon” page is correctly placed in the web root directory:
/var/www/html
.index.html
from the/var/www/html
directory:rm /var/www/html/index.html
/var/www/html
directory:Note that you have full access to your Droplet and you need to make that change yourself. DigitalOcean does not have access to your Droplet files.
Let me know if you have any questions.
- Bobby
Heya,
check this Page;
https://marketplace.digitalocean.com/apps/lamp#getting-started
You need to SSH to your Droplet and follow the steps outlined there.
Here is an article to help you use SSH for your Droplet:
https://docs.digitalocean.com/products/droplets/how-to/connect-with-ssh/