Re: AxKit :: favicon.ico

2003-07-21 Thread Pavel Penchev
Hi, favicon.ico is requested by some browsers - this is a small icon that appears in front of the URL in the address bar. Mozilla does this for sure. Pavel On Mon, 2003-07-21 at 09:07, Anthony Gardner wrote: Has anyone had something similar? Very bizarre. My error log gives me File

Re: Apache::AxKit::Plugin::Session

2003-07-09 Thread Pavel Penchev
Hi I had similar difficulties with A::A::Plugin::Session that I couldn't overcome so I gave up. I think it is a wonderful module but for some reason it fails on my system. I think you might want to try the BasicSession module that you can find on CPAN - it is quite minimalistic compared to

Re: [RFC] Taglib Output Caching

2003-03-30 Thread Pavel Penchev
Hi, I've missed a big part of the discussion but I have some thought and questions over it: 1) AxKit::Cache is just fine for the cache needs and really a lot of thigs come for free. I wonder when/if the last changes that were made to the cache API will get into a release. 2) The cache

Re: BSD and Axkit 1.6.1

2003-03-17 Thread Pavel Penchev
Hi, I think there was something on the list about AxKit instalation not overwriting AxKit.so. Try deleting it and install again. Pavel - Original Message - From: Mark Cance To: Axkit Sent: Monday, March 17, 2003 5:15 PM Subject: BSD and Axkit 1.6.1 Hi, I¹ve just

Re: _Newbie_ transition from HTML::Mason

2003-02-26 Thread Pavel Penchev
Hi, snip It is very unlikely that transformation will ever be your bottleneck anyway, it's arguably the fastest part. Just how dynamic will your WS-style (REST?) request will be? How (from a distance) will they be constructed? It looks to me as though you might have a good use case for using a

Re: [XIMS-Devel] web host required (fwd)

2003-02-24 Thread Pavel Penchev
I can help but there are some limitations: 1) The server is in in Bulgaria - quite far from the main internet routes.This will give you a penalty of 200-500 ms 2) We have bandwidth limitations for external traffic - in case of heavy traffic the price for the hosting might go up I have some

Re: Appache::Request, should it realy be so hard to install?

2003-02-18 Thread Pavel Penchev
Did you reconfigure the dynamically linked libraries? You do that with ldconfig in the shell. It is done on reboot also so you can also try rebooting. Pavel - Original Message - From: Matt Sergeant To: Ads Cc: [EMAIL PROTECTED] Sent: Tuesday, February 18, 2003 9:48 AM

Re: Updated axkit.org

2003-02-07 Thread Pavel Penchev
It looks ok on IE6, NS7 and Opera6 all on Windows. I like the new design much more than the old one :)) I dare to suggest some small changes to the layout, mainly in the css. You can view my a version of the AxKit home page with my suggestions applied at http://tkzs.org/axkit/ Pavel -

Re: Updated axkit.org

2003-02-07 Thread Pavel Penchev
Sergeant Cc: Pavel Penchev ; AxKit Users Mailing List Sent: Friday, February 07, 2003 4:00 PM Subject: Re: Updated axkit.org Matt Sergeant wrote: On Fri, 7 Feb 2003, Pavel Penchev wrote: What do you mean by Also whatever you used to change the layout totally destroyed the CSS.? I

Re: AxKit for web applications

2003-02-05 Thread Pavel Penchev
- Original Message - From: Tom Howe To: 'Tod Harter' ; 'Pavel Penchev' Cc: [EMAIL PROTECTED] Sent: Wednesday, February 05, 2003 10:56 AM Subject: RE: AxKit for web applications All this talk of beans and Java and I start coming out in a rash :) I agree to Tod

Re: AxKit for web applications

2003-02-05 Thread Pavel Penchev
We were using XPathScript - it is a wonderfull tool but in reality LibXSLT is times faster. This was the main reason we started using XSLT instead XPS. I think some STX that was mentionioned as planned for AxKit 1.7 will be a great solution :)), even faster than LibXSLT Pavel - Original

Re: AxKit for web applications

2003-02-05 Thread Pavel Penchev
which are the very first and the very last AxKit request points. Pavel - Original Message - From: Matt Sergeant To: Pavel Penchev Cc: [EMAIL PROTECTED] Sent: Wednesday, February 05, 2003 1:35 PM Subject: Re: AxKit for web applications On Wed, 5 Feb 2003, Pavel Penchev wrote

Docs manager

2003-02-04 Thread Pavel Penchev
Hi list and Matt, There was a posting that AxKit needs a docs manager to take care of the various documentation floating around. Is the position taken? If it is not I'd like to volunteer - I have some spare time now and then and I'd like to get involved in the project. Pavel

Re: AxKit for web applications

2003-02-04 Thread Pavel Penchev
Hi, I got interested in your post - I'm in the planning stage of a system just like yours: AxKit as a front delivery toolkit and a custom application server as a business logic backbone. Is Storable fast enough for complex data structures returned from the RMI/RPC calls - results from database

Re: More newbie questions

2003-02-02 Thread Pavel Penchev
Try using Sablotron or use the latest AxKit CVS. I was having problems just like yours - LibXSLT was dying with no message. Lates CVS of AxKit fixed that. Sablotron worked without problem. There are directions on axkit.org on how to use the cvs and how to setup Sablotron. Regards, Pavel

Re: Making Axkit to Work

2003-01-30 Thread Pavel Penchev
Have you tried if pure mod_perl handlers work? I had problems when linking mod_perl and PHP together - the problems were due to some mysql libraries as far as I remember. Try a simple mod_perl and if it fails try to compile apache without PHP. Also you might want to check that mod_perl is linked

Re: Axkit not chaching?

2003-01-24 Thread Pavel Penchev
In fact you need AxGzipOutput On to have a working cache... - Original Message - From: Martin Buchan To: [EMAIL PROTECTED] Cc: Mike Chamberlain Sent: Friday, January 24, 2003 5:33 PM Subject: Re: Axkit not chaching? Hi, On Fri, Jan 24, 2003 at 02:56:33PM -, Mike

Transformation dies at [LibXSLT] performing transformation

2003-01-16 Thread Pavel Penchev
Hi list, I have the following problem - I have an XSP which output should be transofmred via LibXSLT. The XSP compiles and executes successfully but the stylesheet transformation dies at [LibXSLT] performing transformation. I get a blank page in the browser. Has anyone met this problem

Re: Transformation dies at [LibXSLT] performing transformation

2003-01-16 Thread Pavel Penchev
Yes you are right the log ends just there. What is confusing me is that the problem does not appear on my local machine where LibXSLT performs with no problem. I'm using XML::LibXML 1.52 on both machines following the list of discussions over the mailing list. After some debugging I'm sure -

Re: massive memory leak using XPathScript?

2002-09-09 Thread Pavel Penchev
Hi, I had memory leak problems in the past but the problem was XML::LibXML ver1.30 - it caused enormous memory consumption. After installing 1.51 (10x to the mailing list for the advice) everything is in some reasonable limits. I still have a growth per process as you say. I did not have the

libapreq-1.0

2002-09-04 Thread Pavel Penchev
Hi, I know that the question I'm about to ask is not exacly for the AxKit mailing list but I'll be thankfull for ANY help. I was happliy running AxKit 1.6 + mod_perl 1.26 + apache 1.3.22. After installing libapreq-1.0 the following error occurs: Can't load

Re: libapreq-1.0

2002-09-04 Thread Pavel Penchev
Hi again, solved the problem - after installing libapreq-1.0 it is placed in /usr/local/lib . In order to set the dynamic links propely you need to run ldconfig. After I did this everything is ok. All the best, Pavel - Original Message - From: Pavel Penchev To: [EMAIL

Entities and XSP

2002-08-02 Thread Pavel Penchev
Hi, My question is how I can use XML entities (in my case external) in an XSP page? A short example code will be perfect. 10x in advance. Pavel

Re: Session Plugin

2002-07-13 Thread Pavel Penchev
PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 11, 2002 8:29 PM Subject: Re: Session Plugin On Thursday, 11. July 2002 19:00, Pavel Penchev wrote: Directory /myhome [...] PerlModule Apache::AxKit::Plugin::Session AxAddPlugin Apache::AxKit::Plugin::Session Choose one

Re: XML website best practices

2002-06-08 Thread Pavel Penchev
or Asian language support That shouldn't be excessively hard if you stick to storing your files in UTF-8 (or 16) and possibly use the output translation routines to convert that to encodings that user agents may understand better. Actually, for that see the all-new experimental

Re: ErrorStylesheet

2002-05-30 Thread Pavel Penchev
in any form. I can continue AxKitting happily :. Thanks to everyone who helped. Now another question - how can I pass a perl object or a refference to it as a parameter to a taglib from my xsp page? Regards, Pavel - Original Message - From: Matt Sergeant To: Pavel Penchev

Re: Huge httpd processes

2002-05-28 Thread Pavel Penchev
with 512M of RAM. - Original Message - From: Marco Marongiu Cc: axkit-users+AEA-axkit.org Sent: Tuesday, May 28, 2002 10:56 AM Subject: Re: Huge httpd processes Pavel Penchev wrote: +AD4- +AD4- At start time the size is about 6M. After opening each page of the site

kangol.bg - new live site

2002-05-18 Thread Pavel Penchev
Hi everyone, Proudly anouncing www.kangol.bg - up and runnig based on AxKit. The site is entirely dynamic with MySQL backend, using custom taglibs and XPathScript transformations. Regards, Pavel

Re: apply_templates()

2002-04-21 Thread Pavel Penchev
to have a general XSL rule that overides the behaviour of the default rule that prints the contents of an element. Use: xsl:template match=text()/ This rule will be applied if there is not a more specific template. Regards, Dave At 20:55 19/04/2002 +0300, Pavel Penchev

Site list

2002-01-31 Thread Pavel Penchev
Hi, I like AxKit a lot and I want to implement it as a basis of the development in my company. I'll do it anyway but could you send me a list of sites that are using AxKit - I hope this will make a difference when I go to my boss :) All the best, Pavel