[CentOS] .htaccess

Fri May 1 14:52:54 UTC 2009
Matt <lm7812 at gmail.com>

I use the following .htaccess file to restrict access to certain web
folders to only my IP pool.

Options +Indexes
order allow,deny
allow from x.x.x.

Is there anyway to allow a user right in if there in that IP pool but
require a password if there not?

Matt