
If you have web application hosted on apache HTTP web server on a Linux server (say Ubuntu) and you want to know how to stop/start or restart the server, you can follow the below commands,
1. Command to start apache server:
# sudo service apache2 start
* Starting Apache httpd web server apache2
AH00558: apache2: Could not reliably determine the server's
fully qualified domain name, using 172.17.0.2.
Set the 'ServerName' directive globally to suppress this message *
2. Command to stop apache server:
# sudo service apache2 stop
* Stopping Apache httpd web server apache2 *
3. Command to restart apache server:
# # sudo service apache2 restart
* Restarting Apache httpd web server apache2
AH00558: apache2: Could not reliably determine the server's fully qualified domain name,
using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message
[ OK ]
- Install Oh My Zsh on Ubuntu Docker complete steps
- Installing Home-brew on Ubuntu
- Install Golang (Go) on Ubuntu
- Install specific JRE on Ubuntu using apt
- How to stop/start/restart apache server using command [Ubuntu]
- How to install zsh shell on Ubuntu
- Quick steps to install Nginx on Ubuntu Linux
- How to know current Ubuntu Linux version via terminal command
- Add new user in Ubuntu Linux using Terminal Command
- Fix Ubuntu /bin/sh: 1: zsh: not found error
- How to install Python on Ubuntu
- [Fix] Ubuntu E: Unable to locate package sudo error
- How to stop MongoDB Server running on Ubuntu
- Install postgres Client using apt-get command
- How to kill service running on a port on Ubuntu Linux
- [fix] openssl No such file or directory error C++
- Fix - sudo: systemctl: command not found
- Access Windows share folder in Ubuntu Device in Network
- Add or remove users from sudo group - Ubuntu
- Quickly install Apache Server on Ubuntu Linux
- Fix: Ubuntu (Linux) - bash: sudo: command not found error
- [Error] Microsoft Teams: We're sorry—we've run into an issue. - Microsoft
- Bash For Loop Example - Bash
- Share Multiple Images in WhatsApp using Android Intent - WhatsApp
- How to serialize-deserialize an object in java - Java
- How to remove disable google search blue triangle - Google
- Notepad++ insert a blank line above or below the current line example - NotepadPlusPlus
- Notepad++ Ghost typing Examples - NotepadPlusPlus
- How to know the Serial Number of MacBook on macOS Ventura 13.0 - MacOS