Re: anchor tag

2003-11-01 Thread Matthew Westcott
On 30 Oct 2003 at 1:24, martin moss wrote: > Heyho, > > If I have a url of http://some.domain.com/test/index.html#test > > When I do a $r->uri I ge the url path /test/index.html > and $r->path_info is blank. > > How do I get the #test anchor bit on the end of the url? You can't, unfortunately

Re: [Fwd: AuthenNTLM and slow web server]

2003-11-01 Thread Leo Lapworth
On Fri, Oct 31, 2003 at 08:08:02PM +0100, Stefano Ciancio wrote: > But the big problem with this module is that seem for each object it require an > authentication from pdc/bdc. This behaviour causes the web server to go _very_ > slow. The user must wait ten of seconds to load a single web page. W

Re: [Fwd: AuthenNTLM and slow web server]

2003-11-01 Thread Stefano Ciancio
Hi, I have seen better the log and the error in apache's error.log was about some gif that the web server not found. But the big problem with this module is that seem for each object it require an authentication from pdc/bdc. This behaviour causes the web server to go _very_ slow. The user must

anchor tag

2003-11-01 Thread martin moss
Heyho, If I have a url of http://some.domain.com/test/index.html#test When I do a $r->uri I ge the url path /test/index.html and $r->path_info is blank. How do I get the #test anchor bit on the end of the url? Regards Marty

Re: Fwd: ezmlm response

2003-11-01 Thread Stas Bekman
[You want to post to modperl-help only if you need help with the list management, not to ask questions regarding mod_perl] Hulya Gurer wrote: Hello, I have been getting the error messages below and not sure if "$r wasn't passed" is related with mod_perl/apache or it's something about server co