APACHE & allow directive

APACHE & allow directive

Post by Fabrizio Pivar » Wed, 02 Apr 1997 04:00:00



Hi,

I have a problem with allow directive with apache 1.2b7

The syntax is allow from host1 ... hostn

In my project n is 30 and I have to use more lines (with one line it
doesn't work).
How can I do this?
I try with \ or many line allow from but it doesn't work.
What do you think about?

Thanks in advance

Bye
--
       _/_/      _/_/_/  _/_/_/  _/_/_/    Fabrizio Pivari
    _/    _/  _/          _/    _/    _/   via Emilia 1
   _/_/_/_/  _/  _/_/    _/    _/_/_/      20097 San Donato (MI)
  _/    _/  _/    _/    _/    _/           Italy

 
 
 

1. apache 1.2b2 and both passwd and allow directives in <Directory>

Platform: SPARC, SunOS 4.1.3, apache 1.2b2

Is it possible to have both passwd authentification, and allowing
unauthenticated access to files, in a <Directory> directive?

I've tried the following
        <Directory /inter/www/docs/test>
        Options Indexes FollowSymLinks
        AllowOverride None
        AuthUserFile /opt/pub/apache_1.2b2/passwd
        AuthGroupFile /opt/pub/apache_1.2b2/group
        AuthName test
        AuthType Basic
        require group metis-norway metis-international metis-associates
        allow from 193.90.64
        </Directory>
but I'm still prompted for a username and password, when accessing the
page from 193.90.64.30.

Thanx!

- Steinar

2. NET-TOOLS

3. apache deny,allow directives for multiple IP's

4. Linux is cheaper? Java is Faster?

5. apache allow directive (subnets)

6. HELP - OPENWIN locks up

7. apache allow/deny with location and files directives

8. how to supply password with rsh?

9. NCSA & allow directive

10. Apache & umask for UID of the User directive

11. .htaccess & the Action directive in Apache

12. PERL && mod_perl && FreeBSD && Apache

13. allow and Satisfy directives - what am I doing wrong?