Ted Sariyski <[EMAIL PROTECTED]> wrote:
> /home/web/roaming/.htaccess: Invalid command 'tsariysk:ZJbPFKHxDasnx',
> perhaps mis-spelled or defined by a module not included in the server
> configuration

It looks like you've confused the .htaccess and .htpasswd files.


> PerlModule Apache::Roaming
> <Location /roaming/>
> <limit GET PUT MOVE HEAD DELETE>
>   </Limit>
>   PerlHandler Apache::Roaming->handler
>   PerlTypeHandler Apache::Roaming->handler_type
>   AuthType Basic
>   AuthName "Roaming User"
>   AuthUserFile /home/web/roaming/.htaccess
>   require valid-user
>   PerlSetVar BaseDir /home/web/roaming
> </Location>

This is unrelated, but that <Limit></Limit> block is useless.  You
should get rid of it.


Reply via email to