On Fri, 17 Jan 2003, Paul Makepeace wrote:

> Before I write one... Has anyone heard of a simple contained script or
> tool to create & edit .htaccess and .htpasswd files? I got bored of
> doing it by hand after my first two. Web-based would be nice but a
> parser/generator would be a great start.

The htpasswd utility distributed with Apache?

.htaccess is a config file and editing that is too complex for a tool.

S.

> 
> (Some cursorily flirting with google produced nothing AFAICS.)
> 
> Paul
> 
> 

-- 
Shevek
I am the Borg.

sub AUTOLOAD{my$i=$AUTOLOAD;my$x=shift;$i=~s/^.*://;print"$x\n";eval
qq{*$AUTOLOAD=sub{my\$x=shift;return unless \$x%$i;&{$x}(\$x);};};}

foreach my $i (3..65535) { &{'2'}($i); }


Reply via email to