> -SNIP-
>
> You do actually have to have the name of the CGI script in there.
> Otherwise, althttpd has know way of knowing what script to run.
>

Thanks for the explanations, comprehend all.

> >
> > Test #5:
> > Browser URL: http://127.0.0.1:8080/home/index.cgi/some/extra/path/info/
> > Expected: same as test 4
> > Actual: Unstyled output of /home/index.cgi delivered.  Firefox
> > downloads my stylesheets but reports they are of type html rather than
> > css.  Not sure what's going on with this test.
>
> I don't know either.  Are you sure your CGI is actually sending the
> Content-Type header?
>

I see the issue with this now is where the browser thinks the
relatively pathed resources are located, it's requesting:
http://127.0.0.1:8080/home/index.cgi/some/extra/path/info/css/normalize.css
rather than /home/css/normalize.css
so the css filename becomes part of the excess path information and
the browser is just getting another copy of the output from index.cgi
which is, indeed, just html.

Carl
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to