Joshua, Another related question. What if I want users to be able to access "/" on any port, which give a generic page, but lock down the other applications? ie. this is OK: server:7777/ or server:8888/ for port 7777: this is OK: server:7777/ or server:7777/App001 ONLY for port 8888: this is OK: server:8888/ or server:8888/App002 ONLY Thanks, Charles Li --- Joshua Slive <jslive@xxxxxxxxx> wrote: > You probably > want something like > > <Location /> > Order deny,allow > Deny from all > </Location> > <Location /AAA> > Order deny,allow > Allow from all > </Location> > > --------------------------------------------------------------------- > 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@xxxxxxxxxxxxxxxx > " from the digest: > users-digest-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: > users-help@xxxxxxxxxxxxxxxx > > __________________________________ Do you Yahoo!? Yahoo! Mail - Find what you need with new enhanced search. http://info.mail.yahoo.com/mail_250 --------------------------------------------------------------------- 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx