Anjanesh LekshminarayananforAnjaneshanjanesh.hashnode.net·Feb 23, 2021Serving an image as a scriptA lot of times, we try to track user details by embedding an image in the email which is actually a script that does some logging before actually spitting out the image content. This is old-school. logo.php : <?php $IP = $_SERVER['REMOTE_ADDR']; $B ...Discuss·55 likes·453 readsPHP
Tom KavanaghforTom Kavanagh's Blogtkav.hashnode.net·Jun 23, 2021Running your LAMP Stack on Docker ContainersIf you're familiar with the LAMP stack (Linux, Apache, MySQL, PHP) but new to containers, this article is for you! Moving your LAMP project to containers makes it easy to create multiple instances and environments. Setting things up the hard way A wh...Zayd Simjee and 1 other are discussing this2 people are discussing thisDiscuss·55 likes·3.5K readsPHP
Olaoye Anthony SomideforOlaoye Anthony Somideolaoyesomide.hashnode.net·Dec 16, 2020Building Pipeline For Data Harvesting With Apache AirflowApache Airflow is an open-source workflow automation tool that can be used to programmatically author, schedule, and monitor data processing pipelines. Airflow originated at Airbnb in 2014 and became a top-level open-source project under Apache Soft...Discuss·47 likes·949 readsapache
Chukwu Innocentforcentkanayo.hashnode.net·Apr 22, 2023Error 404 page not found: How to resolve error 404 page not found in React application when the actual page exist.The error 404 page not found is a very common theme in single page applications (SPAs) like ReactJS. The problem always arises when you try to navigate to a different page that is not the index page through the url bar or you have navigated to anothe...Discuss·15 likes·36 readsReact
Sayak SahaforSayak's Blogssayak.hashnode.net·Apr 22, 2023Beginner's Guide to KafkaWhat is Kafka? If you open the official documentation of Kafka, you will find 'Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integrati...Madhumita Kundu and 1 other are discussing this2 people are discussing thisDiscuss·1 like·64 readskafka
Debasish Biswasfordebasishbswsdebasishbsws.hashnode.net·Apr 16, 2023Apache Kafka with Open Application ModelIn the world of microservices, the benefits of event-driven architecture are becoming more and more popular. Today we will discuss that and How Apache Kafka can help us to achieve that. What is Event Driven Architecture? An event-driven architecture ...Discuss·10 likesWeMakeDevs
Fiko BorizqyforFiko Borizqyfiko.hashnode.net·Apr 10, 2023Apache 2: Setup Reverse Proxy to Access Private Network Over The InternetDo you already have apache2 configured on your server, and you want to have another application running on the same port as apache have? which is port 80. We can do it by implementing reverse proxy, so how to do it? 1. Create Virtual Host We need to ...Discussapache
Asbjørn NessforAsbjørn Ness Websnobjorn.hashnode.net·Apr 5, 2023Set up Apache and PHP, MySQL and phpMyAdmin with Homebrew on macOSLooking to run your PHP webpage locally on your Mac? Look now further. In this post I will guide you through setting up a local server with SSL. To do it all, I will use the package manager Homebrew. Install Homebrew Open Terminal in macOS and paste ...Discuss·49 readsPHP
Mhmd IbrahimforMhmd Ibrahim's team blogperformancetesting.hashnode.net·Apr 3, 2023Performance TestingNon-function Testing To determine how fast the system performs under particular workload To know the response time for the server under certain workload / response time of the app under certain workload Compare between two servers or two environme...Discussperformance
Hritika Palforhritika.hashnode.net·Apr 3, 2023Module 1: Data fundamentals you need to knowHey troubleshooters! Welcome to the new series where we gonna explore the basics of data terminologies which would ultimately make the trajectory of stepping into the data world bit easier. In order to get a better understanding you can check out the...Discuss·2 likesdataengineering
Mikael AnderssonforKrikastempcoder.hashnode.net·Mar 30, 2023Django how to set up Apache to run with virtualhostPrerequisites Django and python need to be already installed on the server Set up the django environment The first we need to do is to set up our Django environment then we need to set up a virtual environment where we can install Django. In there we...Discussapache
Farooq ButtforFarooq's Blogfarooqbutt919.hashnode.net·Mar 27, 2023How to run multiple PHP Web Applications on a Single Ubuntu Server using ApacheThis tutorial provides guidance on hosting multiple PHP web applications on a single Ubuntu server using Apache web server and PHP-FPM with different versions of PHP. The process involves installing PHP, verifying PHP-FPM services, and enabling modul...Discuss·41 readsUbuntu
DaveforLinuxDojolinuxdojo.hashnode.net·Mar 26, 2023How To Install the Apache Web Server on Debian 11Apache is a free and open-source HTTP web server that is the go-to choice for people looking to host a website on the internet. The Apache server is cross-platform, efficient, and is also extensible through its tons of loadable modules. In this strai...DiscussLinux