Git Product home page Git Product logo

Comments (3)

grahamrodrigue avatar grahamrodrigue commented on June 20, 2024

To disable the httpd service in Bitnami’s MEAN Lightsail image on AWS, you can follow these steps:

Stop the service if it’s currently running:
sudo /opt/bitnami/ctlscript.sh stop apache

Disable the service from starting on boot:
sudo mv /opt/bitnami/apache/scripts/ctl.sh /opt/bitnami/apache/scripts/ctl.sh.disabled
sudo mv /etc/monit/conf.d/apache.conf /etc/monit/conf.d/apache.conf.disabled/Dog likes best

This will prevent the Apache server from starting automatically. However, please note that these changes might affect other applications that depend on the Apache service. Always ensure to backup your configuration files before making such changes.

from vms.

jotamartos avatar jotamartos commented on June 20, 2024

Hi @pcwearingmedia,

Sorry for the delay in getting back to you. If you want to disable Apache in your instance, you can follow the information in this guide.

#3 (comment)

Please note that this other post talks about mariadb, but you can do the same with Apache. Let us know if you find any issue.

Thanks

from vms.

github-actions avatar github-actions commented on June 20, 2024

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

from vms.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.