Skip to main content

All Questions

0 votes
0 answers
70 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
1k views

Wampserver - accessing my website from an external device redirects to localhost

I am trying to put my Wampserver website "online". When I try to access my Wampserver website from a different device, the device will redirect to localhost. For example: My computer running ...
texaw88493's user avatar
0 votes
1 answer
616 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
1 vote
1 answer
455 views

Apache - is it necessary run Apache as a user other than the System user

The Apache document says: By default, all Apache services are registered to run as the system user (the LocalSystem account). The LocalSystem account has no privileges to your network via any Windows-...
David H Petersen's user avatar
0 votes
3 answers
264 views

Determine the originating host on an SSH web tunnel through PHP/CGI/etc

I have many hosts with dynamic IP addresses that need to be able to access content on a certain local web site at different times that I determine. The times for allowed access are always different. ...
Jason's user avatar
  • 1
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 votes
1 answer
3k views

How to setup a website server on local lan on Windows 8 - Apache.PHP.MySQL

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
1 vote
1 answer
506 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
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
3 votes
1 answer
3k views

Something "kills" my Apache-PHP-Processes after some time

I have the following really strange problem and hope, you guys can help me out. If there are any questions, I'll try answer them as best as i can. The problem I have a web server with Debian 6.0, ...
Wulf's user avatar
  • 325
3 votes
1 answer
6k views

Apache is slower on other computers on local area network than on localhost

I have few computers connected into network. There's a server inside that network which hosts WAMP (Windows + Apache + PHP + MySQL). There is Windows 7 x32 Pro installed on it. I can ping that server ...
Dawid's user avatar
  • 33
5 votes
1 answer
22k views

OSX, Failed to listen on 0.0.0.0:80 (reason: Permission denied)

I'm on OSX Mavericks. I installed PHP 5.5 from http://php-osx.liip.ch/. When I go to localhost in a browser I get a page that says, "It Works!" which is not a page I created so I am not sure where it ...
Justin's user avatar
  • 265
1 vote
1 answer
2k views

http://localhost/ not working

I've just done a fresh install of Ubuntu (10.04.1) plus LAMP (via sudo tasksel install lamp-server) and everything is working fine, until I need to work on localhost when I do not have an internet ...
oshirowanen's user avatar
  • 1,740