Anjanesh LekshminarayananProanjanesh.dev·Nov 17, 2024apache2 and httpd being run on macOS simultaneouslyThis is a simple post mainly for my notes incase I need to recapitulate what should be done to restore running of my virtually hosted websites on my laptop. Ever since I installed httpd on my macOS 15.1 using homebrew and configured my virtual hosts ...Discussapache2
consoleGuywab4136.hashnode.dev·Sep 18, 2024setup apache2 with reverse proxybiasanya bila aku develop system backend kita perlu kan frontend untuk mapping data atau query dari end user. so masa proses communication backend via frontend ni selalunya hacker akan cuba exploit atau buat finger printing nak probe info apa yang ka...Discussapache2
Oke kolawole sundaytechbrohaha.hashnode.dev·Sep 14, 2024Basic Apache2 ConfigurationManaging web servers is one of the most common tasks systems administrators and Software Engineers have in common. The web server could be hosting an informational website, a content management system, or even a full blown e-commerce site. Whatever t...Discussapache2
Diwash MainaliforDiwash Mainalibetter-diwash.hashnode.dev·Aug 4, 2024Develop a Local Server and Deploy Your Website Publicly for FreeIn the previous blog I have shown how can you create your own development environment in your LAN. You can utilize your old computer hardware and convert it to LAN server with shared files across the network. Now In this blog I will show you how can ...Discuss·1 likeLinux
Ansh Kumar Pandeyhigh-level-defence.hashnode.dev·Jul 13, 2024Enabling Apache Web Server and File Transfer for local network.(For Ubuntu based)Most of the OS based on Linux kernel comes already with Apache2 service preinstalled but if you don't have the preinstalled follow my blog with Step-1 otherwise follow it from Step-2. Step-1: Installing the Apache2 service Command:- sudo apt-get inst...DiscussLinux
Abhay Dandgeabhaydandge.hashnode.dev·Jun 26, 2024Create a image which runs on port 8080 apache2 & nginxCreating an image that runs both Apache HTTP Server (Apache2) and NGINX on port 8080 is an interesting challenge in containerization and web server management. Here's a comprehensive guide that explores how to achieve this, covering Dockerfile creati...Discuss·1 like·41 readsDocker
Vishal Magarvishal.buzz·Jun 17, 2024Configuring URL Redirection and Reverse Proxy in Apache2 for Ubuntu UsersHello DevOps Enthusiasts, As a Senior DevOps Engineer, one of the essential tasks I often handle involves configuring web servers for URL redirection and setting up reverse proxies. Apache2, a robust and highly customizable web server, is a popular c...Discuss·1 like·31 readsredirection url
Joshua Dysonmonikergoeshere.hashnode.dev·Mar 21, 2024Terraforming AWSToday is progressing in an interesting direction, but first we start with some debugging: This puzzled me at first, as I had JUST gone through selecting the region - following the documentation, and successfully created a server through the web cons...DiscussTerraform
Adaeze Nnamdi-Udekweclouddiadem.hashnode.dev·Feb 22, 2024Install, Configure, and Host a Custom Website on Apache2 Web Server, with Ubuntu, Using AWS EC2 InstanceIntroduction Ubuntu provides the foundation and infrastructure necessary to run web server software like Apache2, enabling it to serve web content to clients over the internet. We will be covering Installing, Configuring, and Hosting a Custom Website...Discuss·5 likes·288 readsapache2
Lalrinfela Pachuaulazara.hashnode.dev·Nov 2, 2023Installing LAMP stack manually using apt.Installing any kind of software or applications can be challenging in a Linux environment. I will be writing some guidelines to install some services required for a web development stack. To install any kind of software into a Linux system, it is alw...DiscussLAMP stack project