473,408 Members | 2,477 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

Unable to access Apache web server using local IP

Hi,
My aim is to use a LAN site written in PHP in order to share stuff with my friends.
I used XAMPP to set up a basic web server on my system. The setup process went through smoothly and I was able to access the site using http://localhost . But when I try accessing the site using my local IP which is 10.0.0.4, I can't get through.
I'm only trying to make this site visible to my systems in my own LAN which consists of 3 notebooks connected to a wireless router.
I have tried finding a solution through google but most of the problems addressed are about access from outside the LAN :'( .
I know there are easier ways to achieve what I'm trying here but I really like to become a webmaster :-)
Nov 20 '10 #1
1 2591
johny10151981
1,059 1GB
first of wrong forum to ask this question.

Secondly make sure your IP is accessible from other machine. Just use PING command.

and finally make some change in your apache configuration file like below;

So find the line that hold <Directory /> and change rest..

Expand|Select|Wrap|Line Numbers
  1. <Directory />
  2.     Options FollowSymLinks
  3.     AllowOverride None
  4.     Order allow,deny
  5.     Deny From None
  6.     Allow from all
  7. </Directory>
  8.  
Oct 28 '11 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Steven | last post by:
I actually have two questions: 1. I try to get current time, but the time I got is 1 hour different from my local time. I assume it is caused by Time Zone. So is there any easy way to fix this?...
2
by: Satinderpal Singh | last post by:
Hello Everybody, How can we request a web server and get the response without using HttpWebRequest and HttpWebResponse object. I mean, how can we access it at a raw level. Regards Satinder
1
by: Satinderpal Singh | last post by:
Hello Everybody, How can we request a web server and get the response without using HttpWebRequest and HttpWebResponse object. I mean, how can we access it at a raw level. Regards Satinder
3
by: Ramesh | last post by:
I am trying to access a remote sql server from an ASP.Net application using ADO.Net. I want to use trusted connection and so set the connection string as Dim strConn As String = Network...
1
by: Andy | last post by:
Hi, I was wondering if someone could advise on if the following is possible. I have one website that is available to the public using Forms authentication and the Membership class, it...
1
by: lindy | last post by:
Hi All, I have a task need to update Sql server database whenever the user click "close" button in browser. It seemed I can't capture this event using asp.net. How can I access Sql server...
2
by: pratcp | last post by:
I have a remote server (a shared hosting webserver) where I have few users ftp some flat files. I need to access these files using a windows app/windows service written using c# and run it on a...
1
by: martinroldan | last post by:
Hello all, first I want to say that I have been developing in PHP using MySql, but now I want to do it using Sql Server, so I have downloaded and installed Sql Server Express 2005. I have read a lot...
2
by: jain236 | last post by:
Hi All, i want to have perl script which start and stop the apache server when i execute the script or any command to start and stop the apache server. your help will be highly appreciated.. ...
1
by: solomon123 | last post by:
Hi, I wanted to connect sql server using osql in UNIX environment Perl script,how do i get the result set and how to handle the error as well. any help really appreciated.
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.