On Thu, Jun 19, 2008 at 11:16, joaquinbordado <[EMAIL PROTECTED]> wrote:
> <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






-- 
[EMAIL PROTECTED]
[EMAIL 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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to