On Sunday 21 September 2003 04:36 pm, Jörg Walter wrote: > > On Saturday 20 September 2003 04:18 am, Vaclav Barta wrote: > > > I think the problem is that AxKit fails to parse /gcgi/left.cgi because > > > it reads it as a file. Is there some configuration setting (I thought > > > about AxStyleProvider but which provider should I use?) making AxKit to > > > go through Apache when fetching URLs? > Exactly, AxKit parses the file as file. AxKit doesn't execute CGI's. Using > axkit:// URLs, you can execute other AxKit pages and include the results, > but I think this won't work with CGI. You may try > http://localhost/gcgi/left.cgi instead, which will ask your apache via > HTTP. An absolute URL with localhost also fails (which is a bug IMHO - AxKit shouldn't access resources which are not *in* an AxKit-enabled directory the AxKit way just because they're accessed *from* an AxKit-enabled directory), but http://127.0.0.1/gcgi/left.cgi works. Thanks for prodding me! :-)
Bye Vasek --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]