Skip to main content

New answers tagged

1 vote

bypass server configuration and hit on ip directly

NOTE: This answer purely attempts to explain how iptables work. The author does NOT imply that a firewall on the host itself is sufficient to deal the type of attack in concern. When you filter ...
Tom Yan's user avatar
  • 9,996
0 votes
Accepted

Apache subdomain on local server

As you have in hosts file this: 192.168.0.109 idd.ph 192.168.0.109 example.idd.ph you should add in apache config this: <VirtualHost *:80> ServerName example.idd.ph DocumentRoot /var/...
Romeo Ninov's user avatar
  • 6,455
0 votes

How to fix Apache PHP rejecting post requests which are over 40MBs

After printing out phpinfo() I noticed that the values wheren't changed. Simply had to update php.ini (all 3 versons) and then restart the php8.3-fpm service for the changes to reflect
X3R0's user avatar
  • 185
1 vote

Local server behind FritzBox not accessible from the internet

Found the solution: My problem was in my FritzBox's port sharing settings. Due to a new IPv6 address of my pi after its restart, the IPv6 interface ID should was incorrect as it still pointed to the ...
Dohn Joe's user avatar
2 votes
Accepted

How do I set up a server on PC if my router is not connected to the Internet directly?

However, the router itself is not connected to the Internet directly, but rather to my ISP's local network The ISP's local network is part of the Internet, and even if you directly had a public IP ...
grawity_u1686's user avatar
0 votes

Remove build in Apache httpd on macOS (OSX)

On my MacOS 14.4 the command-line to stop the internal Apache is: sudo launchctl bootout system/org.apache.httpd
lynx_74's user avatar
  • 201

Top 50 recent answers are included