This project demonstrates the installation, configuration, and deployment of an Apache web server on Kali Linux. A custom HTML webpage is hosted locally using Apache.
- Apache server setup on Kali Linux
- Local hosting using localhost
- Custom HTML and CSS webpage
- Version control using Git and GitHub
1. Installed Apache server
2. Started Apache service
3. Accessed localhost
4. Replaced default Apache page
5. Created custom HTML page
-
Install Apache: sudo apt install apache2
-
Start server: sudo systemctl start apache2
-
Open browser: http://localhost
- index.html
- README.md
- report.txt
- Kali Linux
- Apache2
- HTML
- index.html
- Readme.md
- report.txt
Bhumika Verma