I sent this question a few hours ago but it hasnt
shown up on the list so please ignore if youve already
seen it.

I tried out the Apache::NavBar example from the Eagle
book and it works nicely I get a navbar in my html
pages. But the problem is now my cgis are coming out
as text as well. 
I would like to rectify the problem but more
importantly understand why this is happening.
the configuration in the example is 
<Location />
stuff
</Location>

in particular I dont understand what happens when I
request an html file as opposed to a script .cgi .pl
and how it relates to the line in NavBar.pm
$r->content-type eq 'text/html' || return DECLINED;
are scripts recognized as type text/html and is the
reason why they are not executing? or is <Location>
binding really strongly and ignoring ... argh I dont
understand whats going on.

thanks for your help.



__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail – Free email you can access from anywhere!
http://mail.yahoo.com/

Reply via email to