Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8630601
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T09:05:48+00:00 2026-06-12T09:05:48+00:00

I have an apache server on my local network. however, I am getting the

  • 0

I have an apache server on my local network. however, I am getting the error: No connection could be made because the target machine actively refused it 192.168.1.*.

I have also tried using wget localhost on my server and even that is getting the error the target machine has actively refused the connection.

I have stopped shorewall, ufw, denyhosts and ossec services and still no luck. Any ideas on anything else to try?

Could it be my ISP has port 80 blocked?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T09:05:49+00:00Added an answer on June 12, 2026 at 9:05 am

    see if you have something like

    <Location /server-status>
        SetHandler server-status
        Order Allow,Deny
        Deny from  192.168.16.100
        Allow from 192.168.16.0/24
    </Location>
    

    Deny from all is not needed. In fact it will screw up because everything will match all, and thus denied (and I think Apache is trying to be smart and do something stupid). I have always found Apache’s Order, Allow and Deny directives confusing, so always visualize things in a table (taken from the docs):

    Match      | Allow,Deny result   | Deny,Allow result
    -------------------------------------------------------
    Allow only | Allowed             | Allowed
    Deny only  | Denied              | Denied
    No match   | Default: Denied     | Default: Allowed
    Match both | Final match: Denied | Final match: Allowed
    

    With the above settings:

    Requests from 192.168.16.100 get “Match both” and thus denied.
    Requests from 192.168.16.12 get “Allow only” and thus allowed.
    Requests from 123.123.123.123 get “No match” and thus denied.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have set up a FTP server with Apache FTP server on local machine,
I have installed apache on my server however I can not browse my website
I have an Apache SSL connection available with a C# server that listens to
Everytime I get an error in any of my PHP, my local Apache server
Hi My web server is Apache.I have created a sample application in my local
I have Apache server with PHP and associated local client PCs in my private
I have installed Apache Web server for the purpose of local repository . I
I have local apache server, and I need to pass all requests from php
I installed XAMPP and have an apache server running. My files are located on
I'm trying to add Apache server to Eclipse(Juno). I have installed Apache server 7.0,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.