Java Mailing List Archive

http://www.apache-httpd.com/

Home » users.httpd »

Re: [users@httpd] how to make apache http server accessible to other
pc

André Warnier

2008-06-19

Replies: Find Java Web Hosting

Author LoginPost Reply


joaquinbordado wrote:
> guys do you know what to configure in apache httpd.conf
> i have an application...my teammate wants to access my ip.
> when trying to access
> http://localhost/tuesday/real.php?mobile=--------&message=3234244

> the page is working but when im using my ip...
> http://10.32.16.24/tuesday/real.php?mobile=--------&message=3234244

> an error "Forbidden"....what will i do for the team to access it using this
> url

Hi.
Taking the above purely at face value, and without further details :
in your httpd.conf, look for a line
ServerName localhost
and, if you find it, add the following line below it and restart your
Apache:
ServerAlias 10.32.16.24

If that does not work, then you will have to provide some more details.
A copy of your httpd.conf would be the fastest.

André

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@(protected)
 "  from the digest: users-digest-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 apache-httpd.com - Jax Systems, LLC, U.S.A.