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: Access apache server on LAN (from Mac OS to Windows)
Author
chapri



Joined: 25 Aug 2008
Posts: 3

PostPosted: Mon 25 Aug '08 23:51    Post subject: Access apache server on LAN (from Mac OS to Windows) Reply with quote

Hi, I’ve been searching for long time for a solution of my problem, but didn’t succeed. Hope anyone here can help me.

- I have a LAN that connects a Machine running Windows XP with another running Mac OS.
- My Apache Server is installed on the Windows XP Machine.
- The httpd.conf has the fallowing settings:
Code:
<Directory "E:/MyFolder/www">
    Options Indexes FollowSymLinks MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>


- And my question is: How can I access my Apache Server Running on Windows XP from the Mac OS Machine?
Back to top
James Blond
Moderator


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

PostPosted: Tue 26 Aug '08 0:53    Post subject: Reply with quote

Did you also change the DocumentRoot to DocumentRoot ?
Which IP did you use to connect? if you don't know your IP run cmd.exe => ipconfig that will print out your LAN IP.
Back to top
chapri



Joined: 25 Aug 2008
Posts: 3

PostPosted: Tue 26 Aug '08 14:10    Post subject: Reply with quote

Sorry, which document root are you talking about?
I used de IP 192.168.0.1 to connect, but whtout success.

I also tried do connect from my Windows to the mac OS Apache and succeed. I used the Mac IP Address.
Back to top
James Blond
Moderator


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

PostPosted: Tue 26 Aug '08 16:26    Post subject: Reply with quote

is the 192.168.0.1 the real IP from the XP PC? You changed

Directory "E:/MyFolder/www"
did you also changed
DocumentRoot "E:/MyFolder/www"
??

Is apache running? Can you reach it on the XP PC in a browser with http://127.0.0.1 or http://127.0.0.1:8080 ?
Back to top
chapri



Joined: 25 Aug 2008
Posts: 3

PostPosted: Tue 26 Aug '08 20:26    Post subject: Reply with quote

Hi, I finally solved.
The problem was the firewall settings. I had the windows firewall activated and didn't make an exception for Apache.

Anyway, thanks a lot for the help. And Hope the posts can help other people.
Back to top


Reply to topic   Topic: Access apache server on LAN (from Mac OS to Windows) View previous topic :: View next topic
Post new topic   Forum Index -> Apache