Author Login
Post Reply
On Thu, Jun 19, 2008 at 11:16, joaquinbordado <ryangacusana@(protected):
> <Directory "c:/wamp/www/">
> #
> # Controls who can get stuff from this server.
> #
>
> # onlineoffline tag - don't remove
> Order Deny,Allow
> Deny from all
> Allow from 127.0.0.1
>
> </Directory>
This is your problem: You are only allowing access from localhost.
you need to change the Allow from line,
for example, assuming you all are in the same subnet:
Allow from 127.0.0.1 10.32.16.0/24
Krist
--
krist.vanbesien@(protected)
krist@(protected)
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?
---------------------------------------------------------------------
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)