Re: shtml don´t get parsed with mod_perlprotecting the directory

2003-03-07 Thread Wladimir Boton
es a page in the protected directory, for exemple, http://mysite.com/auth/index.shtml, it ask me my credentials and then parse the file correctly. thank you. Wladimir From: simran <[EMAIL PROTECTED]> To: Wladimir Boton <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re:

Re: shtml don´t get parsed with mod_perlprotecting the directory

2003-03-06 Thread simran
You have to install a fixup handler to tell the server to parse them again, i have the following in my config file: -- in httpd.conf -- PerlFixupHandler +NetChant::Component::Handlers::shtmlFixupHandler and my shtmlFixupHandler subroutine looks like: # # shtm