logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Cannot access my XAMPP from another PC
Author
whatever61



Joined: 01 Aug 2013
Posts: 2

PostPosted: Thu 01 Aug '13 15:56    Post subject: Cannot access my XAMPP from another PC Reply with quote

Trying to access my website, which is running on my PC on Apache XAMPP, from another PC by typing:

http://IP:80 and I get a simple page not found error.

Firewall on router and PC are disabled.
Port forwarding is done.
Apache is running on port 80 and port 444

Added to httpd-xampp.conf:

Code:
    LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-

    status|server-info))"
        Order allow,deny
# Deny from all
Allow from all


Added to httpd.conf:

Code:
Listen localhost:80
Listen 192.168.0.198:80


Nothing works!

Any ideas?

Thanks.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Thu 01 Aug '13 16:48    Post subject: Reply with quote

Use only one Listen

and only Listen 80.

On the other hand I think it is your firewall and or your anti virus blocking that.
Back to top
whatever61



Joined: 01 Aug 2013
Posts: 2

PostPosted: Thu 01 Aug '13 17:16    Post subject: Reply with quote

I tried it now.

Just inserted
Quote:
Listen 80


It didn't work.

I am not using antivirus and firewall as I said, I disabled on my router and on my PC. Why do you still think it's a problem with my firewall or antivirus?
Back to top
admin
Site Admin


Joined: 15 Oct 2005
Posts: 677

PostPosted: Thu 01 Aug '13 18:27    Post subject: Reply with quote

Although xampp uses the binaries from here, they tweaked some which can result in errors.

Better to ask in the xampp forum or use a plain Apache with plain config from here
Back to top


Reply to topic   Topic: Cannot access my XAMPP from another PC View previous topic :: View next topic
Post new topic   Forum Index -> Apache