Apache HTTP Server
SoftwareWikipedia
37
MENTIONS
9
EPISODES
6
PODCASTS
Search complete. 37 mentions across 9 episodes found for "Apache HTTP Server".
Sep 17, 2026
Course 43 - Practical Malware Development | Episode 6: Database Foundations and PHP Integration
S
11:19speaker_3HOST
Okay, break that down for me.
S
11:21speaker_2HOST
Let's think about how a web server like Apache operates.
S
11:24speaker_2HOST
It's software designed to take files from that specific HTML folder and serve them to anyone in the world who asks.
S
11:31speaker_3HOST
Right.
S
11:32speaker_2HOST
Because it interacts with the wild, untamed Internet, it's inherently vulnerable.
S
11:37speaker_2HOST
Therefore, the operating system isolates the web server, running it under a heavily restricted user account.
S
11:44speaker_3HOST
So if a hacker manages to compromise the web server software, if they break into Apache, they are stuck within that restricted user profile.
S
11:52speaker_3HOST
By default, even you, the human owner of the computer, do not have right access to that public facing directory without explicitly proving you're the administrator.
Course 43 - Practical Malware Development | Episode 5: Error Handling & HTTP Polling
S
18:24speaker_5HOST
You can verify this behavior entirely from the server side.
S
18:27speaker_6HOST
Yeah, you log into your command server and tail the Apache access logs, usually located at slash var slash log slash Apache 2 slash.
S
18:34speaker_6HOST
Okay.
S
18:35speaker_6HOST
You will see the incoming GET request from your client appearing exactly every five seconds.
#153: Zero Downtime, No Disruptions: Honeywell's MES Upgrade Story
R
9:44Ryan SimsGUEST
Those were just the deployment shut off to start the new deployment.
R
9:48Ryan SimsGUEST
And then we changed the URL rewrite rule on the active, no, on the, Apache reverse proxy server to point to the new master node of the cluster.
R
10:02Ryan SimsGUEST
So switching in between I-110 and I-70 is all controlled by the configuration of that reverse proxy server, what that URL rewrite was defined as.
R
10:17Ryan SimsGUEST
So again, because we replaced the application servers, and kept the ActiveMQ and Apache Reverse Proxy servers as is.
R
10:30Ryan SimsGUEST
That allowed for minimal changes to external interfaces like the Teamcenter and SAP interfaces because we did not change the IP address or host name of those servers.
R
10:42Ryan SimsGUEST
And with the Reverse Proxy, The DNS that people were using to access, the URL that people were using to access the application did not change because DNS changes can take a while to propagate.
R
10:57Ryan SimsGUEST
So this is instantaneous cutting over.
R
10:59Ryan SimsGUEST
You change the URL rewrite and you restart Apache and you're cut over.
Series 6: Ep 6: Phishing in Action
A
4:59AkankshaHOST
Now copy your generated payload file, which is your LotteryTicket.exe, from the FatRat fol- folder on your desktop.
A
5:07AkankshaHOST
Start the Apache Web Server service.
A
5:09AkankshaHOST
It's just systemctl start apache.
A
5:12AkankshaHOST
Launch the Metasploit framework console, which is msfconsole.
Webhooks: How a simple idea became a backbone of modern integrations
J
7:48Jeff LindsayGUEST
Because this was the beginning of cloud era, so we're starting to use AWS and these pre-configured routers and stuff.
J
7:57Jeff LindsayGUEST
But it was also at the end of the PHP Apache reign.
J
8:02Jeff LindsayGUEST
And that was a big part of the user-defined aspect, which is trying to make it easy for, really the goal was to get user code to run when certain events happen.
J
8:13Jeff LindsayGUEST
Just like, I mean, they're named after like SCM, like subversion hooks.
7 MINS LATER
J
15:12Jeff LindsayGUEST
So the extensibility was a big part of it.
J
15:15Jeff LindsayGUEST
There were things that you just couldn't do with a REST API or polling.
J
15:19Jeff LindsayGUEST
But it was an ergonomics thing because, again, it was like the common stack people used was PHP and Apache.
J
15:25Jeff LindsayGUEST
So it was harder to set up a persistent process that would run or set up a cron job or whatever it is.
Course 43 - Practical Malware Development | Episode 2: Building Your Dual-OS Dev Labs
S
9:03speaker_3GUEST
It listens for external requests, processes data, and serves content back across a network.
S
9:08speaker_2HOST
And to build this hosting environment, the blueprints introduce a classic trio, Apache, MySQL, and PHP.
S
9:15speaker_3GUEST
The legendary LAMP stack.
S
9:17speaker_2HOST
Exactly.
S
9:18speaker_2HOST
If you're listening to this and you've spent any time around web infrastructure, you recognize this.
S
9:23speaker_2HOST
Linux, Apache, MySQL, PHP.
S
9:25speaker_3GUEST
It's the backbone of so much of the web.
S
9:27speaker_2HOST
It really is.
059 - How Should SysAdmins Handle Remote Access in 2026?
A
36:31Andy SyrewiczeHOST
And I think I misspoke there when I said protocol.
A
36:34Andy SyrewiczeHOST
When a port is open, whatever's on the other side of that port, whether maybe it's RDP, but like you said, in this case, it's not RDP, you're popping the credentials and ultimately the endpoint, right? In the 443 example, it's Nginx or Apache, right? If there's a port available to one of those services, an attacker is going to try to find an exploit if they are persistent enough.
A
36:58Andy SyrewiczeHOST
And that was my whole point.
E
37:00Eric SironHOST
Yes, and I think what stuns me is that people are arguing with you ever at any point.
A
37:07Andy SyrewiczeHOST
often I hear that mentality or come across it.
A
37:10Andy SyrewiczeHOST
I come across the occasional Reddit thread where someone's like, you know, like, well, you know...
A
37:16Andy SyrewiczeHOST
It's probably fine because Apache has been around for, you know, 20 years or whatever it is.
A
37:22Andy SyrewiczeHOST
20 years, I just pulled it off in there.
Series 6: Ep 3: Hacking Windows
A
10:17AkankshaHOST
And we just used MSF Venom on Kali, delivering it to Windows Server and executing a powerful post-exploitation activity.
A
10:26AkankshaHOST
We covered everything that you have to know about attacking or configuring Apache web server to creating like a malicious executable and establishing like a remote control over the victim system.
A
10:38AkankshaHOST
And through Meterpreter, you performed various post exploitation tasks like you collected the system information using Sysinfo, Then you extracted the password hashes using hash dump.
A
10:49AkankshaHOST
And then you captured the screenshots highlighting how attackers can maintain persistent access and harvest sensitive data once the system is compromised.
008: scottsmitelli.com with smitelli (Scott Smitelli)
P
45:04PhilHOST
Mm-hmm.
S
45:04Scott SmitelliGUEST
And I would install Apache on them.
S
45:06Scott SmitelliGUEST
Uh, and I'd do, like, the...
S
45:09Scott SmitelliGUEST
At my parents' house, I'd, uh, you know, I, I was the only one who bothered to configure the router, so I, uh, I set up all the port forwarding.