Apache Rejecting Requests

Kaveen K

I have tried to add some stuff to my web server, http://37.187.57.12/ < Test it

and it gives you a connection refused error. I've checked UFW, Enabled port 80, 8080, 443 in it, etc, What else is the problem? What's wrong?

bistoco

I ran nmap -PN 37.187.57.12 and the results were

Host is up (0.25s latency).
Not shown: 995 filtered ports
PORT     STATE  SERVICE
21/tcp   closed ftp
22/tcp   open   ssh
80/tcp   closed http
3306/tcp closed mysql
8080/tcp closed http-proxy

So try to open the ports on your router.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

NetflixOSS Zuul Filter for rejecting requests

From Dev

Apache Requests per second

From Dev

Apache intercept some http Requests

From Dev

Apache intercept some http Requests

From Dev

Redireting Https requests on Apache for Wildfly

From Dev

How does php and apache handle multiple requests?

From Dev

Django/apache handle incomplete/cancelled http requests

From Dev

Inspect HTTP requests made by Apache Wink client

From Dev

Caching http requests using apache Camel

From Dev

Apache CXF client "connection reset" with long requests

From Dev

Signing AWS HTTP requests with Apache HttpComponents Client

From Dev

Hystrix: Apache http client requests are not interrupted

From Dev

Apache RewriteRule - Rewrite requests matching a pattern

From Dev

Caching http requests using apache Camel

From Dev

apache appending extension to failing directory requests

From Dev

Apache and Headers presence in response for Ajax requests

From Dev

Disallow folder browsing but allow file requests (Apache)

From Dev

Apache's HttpAsyncClient unreliable with multiple requests

From Dev

Apache tuning for numerous long running requests

From Dev

Apache: High disk read load, no requests

From Dev

All apache requests to Symfony Routing Component

From Dev

Routing server requests using Apache Vhosts?

From Dev

Protect against incorrect virtualhost requests in centos/apache

From Dev

Log apache requests from localhost in different file

From Dev

Proxy http and https requests with one virtualhost in Apache

From Dev

Make a custom apache module hook into every requests?

From Dev

apache/application running on ubuntu not responding connection requests

From Dev

Promise rejecting in function

From Dev

Why is reject not rejecting?

Related Related

  1. 1

    NetflixOSS Zuul Filter for rejecting requests

  2. 2

    Apache Requests per second

  3. 3

    Apache intercept some http Requests

  4. 4

    Apache intercept some http Requests

  5. 5

    Redireting Https requests on Apache for Wildfly

  6. 6

    How does php and apache handle multiple requests?

  7. 7

    Django/apache handle incomplete/cancelled http requests

  8. 8

    Inspect HTTP requests made by Apache Wink client

  9. 9

    Caching http requests using apache Camel

  10. 10

    Apache CXF client "connection reset" with long requests

  11. 11

    Signing AWS HTTP requests with Apache HttpComponents Client

  12. 12

    Hystrix: Apache http client requests are not interrupted

  13. 13

    Apache RewriteRule - Rewrite requests matching a pattern

  14. 14

    Caching http requests using apache Camel

  15. 15

    apache appending extension to failing directory requests

  16. 16

    Apache and Headers presence in response for Ajax requests

  17. 17

    Disallow folder browsing but allow file requests (Apache)

  18. 18

    Apache's HttpAsyncClient unreliable with multiple requests

  19. 19

    Apache tuning for numerous long running requests

  20. 20

    Apache: High disk read load, no requests

  21. 21

    All apache requests to Symfony Routing Component

  22. 22

    Routing server requests using Apache Vhosts?

  23. 23

    Protect against incorrect virtualhost requests in centos/apache

  24. 24

    Log apache requests from localhost in different file

  25. 25

    Proxy http and https requests with one virtualhost in Apache

  26. 26

    Make a custom apache module hook into every requests?

  27. 27

    apache/application running on ubuntu not responding connection requests

  28. 28

    Promise rejecting in function

  29. 29

    Why is reject not rejecting?

HotTag

Archive