Re: AxKit2 Wiki

2007-01-24 Thread john1
Jorg, I have added frist pages to the AxKit2 wiki located at: http://trac.axkit.org/axkit2/wiki Well done! Feel free to add to my effort, explaining your own experiences or trying to understand my explanations. I have a few questions/points... I think it's been mentioned before

SSL

2007-01-24 Thread john1
Lo all, I was wondering how easy it would be to add SSL to Ax2. The reason being I need an SSL webserver for another project and I'm unsure as to how difficult it would be to take the code and add in SSL myself. It wouldn't be serving web pages, just messages. John

Static files and hook_xml_response

2007-01-24 Thread john1
Lo, I'm still having static files, .js, .jpg etc go through hook_xml_response. I have a test in there that returns DECLINED for such files, but it's a bit of a kludge. Perhaps it should be possible to do it via the config file? I was told it did this some time back but the latest svn (back

Ax2: contributing

2007-01-24 Thread john1
Lo, I was wondering if it would be possible to contribute to the project a mysql db app? They don't come more dynamic than a db app :) John - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: AxKit2 Wiki

2007-01-24 Thread Jörg Walter
On Wednesday, 24. January 2007 13:08, [EMAIL PROTECTED] wrote: I think it's been mentioned before either on list or in the docs about where stuff should be installed. I don't think (as apposed to the wiki) that the modules etc should be under a per site directory structure. That makes

Re: Static files and hook_xml_response

2007-01-24 Thread Jörg Walter
On Wednesday, 24. January 2007 13:24, [EMAIL PROTECTED] wrote: I'm still having static files, .js, .jpg etc go through hook_xml_response. I have a test in there that returns DECLINED for such files, but it's a bit of a kludge. Perhaps it should be possible to do it via the config file? I was

Re: Ax2: contributing

2007-01-24 Thread Jörg Walter
On Wednesday, 24. January 2007 13:29, [EMAIL PROTECTED] wrote: I was wondering if it would be possible to contribute to the project a mysql db app? They don't come more dynamic than a db app :) Did you solve the problem of asynchronous queries? I think that was the main problem last time. You

Re: SSL

2007-01-24 Thread Matt Sergeant
On 24-Jan-07, at 7:21 AM, [EMAIL PROTECTED] wrote: I was wondering how easy it would be to add SSL to Ax2. The reason being I need an SSL webserver for another project and I'm unsure as to how difficult it would be to take the code and add in SSL myself. It wouldn't be serving web pages, just

Re: Static files and hook_xml_response

2007-01-24 Thread john1
On 24 Jan 2007 at 15:49, Also Sprach Jörg Walter: On Wednesday, 24. January 2007 13:24, [EMAIL PROTECTED] wrote: I'm still having static files, .js, .jpg etc go through hook_xml_response. I have a test in there that returns DECLINED for such files, but it's a bit of a kludge. Perhaps it

Re: AxKit2 Wiki

2007-01-24 Thread john1
On 24 Jan 2007 at 15:45, Also Sprach Jörg Walter: On Wednesday, 24. January 2007 13:08, [EMAIL PROTECTED] wrote: The modules should be installed in the usual perl module area, eg under site_perl. The plugins should be under the AxKit2 directory in a directory called plugins. That makes

Re: Ax2: contributing

2007-01-24 Thread john1
On 24 Jan 2007 at 15:51, Also Sprach Jörg Walter: On Wednesday, 24. January 2007 13:29, [EMAIL PROTECTED] wrote: I was wondering if it would be possible to contribute to the project a mysql db app? They don't come more dynamic than a db app :) Did you solve the problem of asynchronous

Re: Ax2: contributing

2007-01-24 Thread Matt Sergeant
On 24-Jan-07, at 10:52 AM, [EMAIL PROTECTED] wrote: Given the above (I presume it's correct) the ways around it are 1) Have a separate DBI daemon that processes requests and uses Danga. ie A db request is palmed off to the DBI server and the DBI server gives Ax2 a kick when the data has been

Re: Static files and hook_xml_response

2007-01-24 Thread Jörg Walter
On Wednesday, 24. January 2007 16:40, [EMAIL PROTECTED] wrote: Ah, that may be my problem, I don't have dynamic page extensions. Below is my config file. Is what I want not possible with this setup? Yes it is. While things may look Apache-ish, we are talking about a perl program. Of course