Skip to main content

All Questions

5 questions with no upvoted or accepted answers
2 votes
1 answer
7k views

How do I determine what's making the web server so slow (Apache)

I'm running Apache 2.4 (64bit) on a Windows server. It also uses MySQL 5.7 on the same server. It has been very, very slow recently to come up, but when I look at the access logs, there are very few ...
Don Rhummy's user avatar
1 vote
1 answer
507 views

How to setup APACHE, MYSQL SERVER, PHP on Windows 8.1?

Trying to setup a website server at home. Been trying this for weeks, but to no avail. If someone can help I will indeed be grateful, and I will wire over some beers if necessary. So, I have ...
Madventures's user avatar
0 votes
0 answers
71 views

How to block IPs behind a web server?

I have a service in my page (hosted behind an Oracle server) that is being attacked by specific IPs. I see this in the Apache logs: 201.17.83.xxx, 201.17.83.xxx 10.0.1.xxx - - [14/Jun/2024:10:46:58 -...
Luis A. Florit's user avatar
0 votes
1 answer
620 views

php-apache curl returns (7) Failed to connect to 10.96.128.220 port 80: No route to host

I have 3 kube services (PHP-apache) that I am trying to curl but it always returns the same error: curl: (7) Failed to connect to 10.96.128.220 port 80: No route to host Does anyone have any idea of ...
user1040842's user avatar
0 votes
2 answers
2k views

Access a built-in mac webserver from another machine

I'm using php to create a built-in web server in my Mac, so I can access my webpage files and route them through a file. In order to do this, I'm using the terminal command php -S localhost:8080 ...
peregraum's user avatar
  • 133