cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2002-08-27 Thread stas
stas2002/08/27 19:24:48 Modified:xs/APR/Bucket APR__Bucket.h xs/maps apr_functions.map xs/tables/current/ModPerl FunctionTable.pm Log: add the APR::Bucket::is_flush glue function Revision ChangesPath 1.5 +5 -0

cvs commit: modperl-2.0/src/modules/perl modperl_cmd.c

2002-08-27 Thread dougm
dougm 2002/08/27 20:12:46 Modified:src/modules/perl modperl_cmd.c Log: use ap_strstr_c instead of strstr to avoid a warning Revision ChangesPath 1.27 +1 -1 modperl-2.0/src/modules/perl/modperl_cmd.c Index: modperl_cmd.c

cvs commit: modperl-2.0/src/modules/perl modperl_svptr_table.c modperl_svptr_table.h

2002-08-27 Thread dougm
dougm 2002/08/27 20:14:56 Added: src/modules/perl modperl_svptr_table.c modperl_svptr_table.h Log: move ptr_table_ api add ons to their own module. duplicate the Perl ptr_table_ api into modperl_svptr_table_ api since the ptr_table_ api does not exist without ithreads

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2002-08-27 Thread dougm
dougm 2002/08/27 20:16:31 Modified:xs/tables/current/Apache FunctionTable.pm xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.40 +2 -2 modperl-2.0/xs/tables/current/Apache/FunctionTable.pm Index:

cvs commit: modperl-2.0/src/modules/perl mod_perl.h

2002-08-27 Thread dougm
dougm 2002/08/27 20:17:03 Modified:src/modules/perl mod_perl.h Log: include modperl_svptr_table.h Revision ChangesPath 1.52 +1 -0 modperl-2.0/src/modules/perl/mod_perl.h Index: mod_perl.h

Re: compilation problems in mod_perl

2002-08-27 Thread Stas Bekman
Amir wrote: Hello, I am trying to compile mod_perl in my Redhat Linux 7.2. I run perl 5.8.0, when I do perl Makefile.PL MP_AP_PREFIX=/usr/local/apache2 Its looks fine (I get no errors) but then when I try to do make I get the following: - cd src/modules/perl

large projects in mod_perl

2002-08-27 Thread zt.zamosc.tpsa.pl
Hi all Does anyone know where I can find some information on creating big projects in Perl (mod_perl)? I am facing the really big project now but I don't know what stucture of the program will be the best. There are such things like Struts, jBoss in Java. What about Perl? Thank you in advance.

Re: large projects in mod_perl

2002-08-27 Thread Per Einar Ellefsen
At 09:16 27.08.2002, zt.zamosc.tpsa.pl wrote: Hi all Does anyone know where I can find some information on creating big projects in Perl (mod_perl)? I am facing the really big project now but I don't know what stucture of the program will be the best. There are such things like Struts, jBoss in

Re: large projects in mod_perl

2002-08-27 Thread Oleg Shaikhatarov
There is a really big project called HSPcomplete written mostly on Perl (AFAIK it took about 200-300 man months to complete 2.0 version). It has a three-tier architecture: Web Apps (Forms processing) - Middle Tier (data management) - Low-level Libs It uses own templating system called ASPcms,

Re: Segmentation Fault with mod_php and mod_perl

2002-08-27 Thread Lupe Christoph
On Monday, 2002-08-26 at 10:43:57 -0700, Alex Lee wrote: There seems to be conflict between mod_php 4.2.2 and mod_perl 1.27 running with Apache 1.3.26 on Solaris 8 platform(FreeBSD with the same configuration seems to work fine). Please help! Or if you know of a working combination of

[ANNOUNCE] Apache::SessionManager 0.01

2002-08-27 Thread Enrico Sorcinelli
Hi all, I'm glad to announce first public release of 'Apache::SessionManager' Apache module. Apache::SessionManager - simple Apache/mod_perl extension to manage sessions over HTTP requests. Apache::SessionManager is a mod_perl module that helps session management of a web application. This

RE: Clashing Apache::Symbol - Symbol ?

2002-08-27 Thread ODELL, TODD E (SWBT)
So with the incorrect lib, it was loading Apache::Symbol where 'use Symbol' was found? Thanks! -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 10:42 PM To: ODELL, TODD E (SWBT) Cc: ModPerl Mailing List Subject: Re: Clashing Apache::Symbol -

Re: Apache::Request

2002-08-27 Thread Randy Kobes
On Mon, 26 Aug 2002, Ufuk Yuzereroglu wrote: I dont know if this is the right place to ask but I just cant install Apache::Request. When calling 'make', make cant find any of the header files. Can anyone tell me where I did go wrong? Did you install mod_perl and apache successfully on the

Change in module naming conventions

2002-08-27 Thread Per Einar Ellefsen
Hi everyone, This has already been posted on the dev list, but with no replies (however previous feedback has been positive to this regard), so I'll pass it through here for some feedback before going on with it. To find out how the new namespaces would look, I have gone through the process

RE: [OT] Apache::Session and Win32

2002-08-27 Thread Alessandro Forghieri
Greetings. [...] Rob Bloodgood wrote: I tried Apache::Session::File, but after MUCH hair-pulling it seems that the Lock mechanism is COMPLETELY hosed (things are either never locked or never unlocked, or something...) AFAIK, Win32 has no flock. I once ran into the same

Re: Change in module naming conventions

2002-08-27 Thread David Wheeler
On Tuesday, August 27, 2002, at 09:29 AM, Per Einar Ellefsen wrote: - I created the Apache::Util:: namespace. However, one person thought the Persistent:: namespace to be too specific, and would prefer to rename Apache::Util:: to something like ::Misc, ::Lib, ::Extensions or ::Addons,

Re: Change in module naming conventions

2002-08-27 Thread Per Einar Ellefsen
At 18:38 27.08.2002, David Wheeler wrote: On Tuesday, August 27, 2002, at 09:29 AM, Per Einar Ellefsen wrote: - I created the Apache::Util:: namespace. However, one person thought the Persistent:: namespace to be too specific, and would prefer to rename Apache::Util:: to something like

Re: Change in module naming conventions

2002-08-27 Thread David Wheeler
On Tuesday, August 27, 2002, at 09:46 AM, Per Einar Ellefsen wrote: It's actually Apache::Persistent, because the persistence modules in it have big differences from the Apache::Util modules. Oh. So what's the complaint about Apache::Util:: ? David -- David Wheeler

Re: Change in module naming conventions

2002-08-27 Thread Nick Tonkin
- nick Nick Tonkin {|8^) On Tue, 27 Aug 2002, Per Einar Ellefsen wrote: - I originally had Apache::Auth::Authen, ::Authz and ::Access, but Robin Berjon told me he preferred to have the 4 as top-level namespaces. What do people think? I'm in favor of your

Flaky behavior with modperl module

2002-08-27 Thread The Surprises
Greetings, I am writing a modperl module to create dynamic picture web pages created from .jpg files in a given directory. It basically puts a bunch of pictures on the screen. I am seeing inconsistent behavior and I don't know where to look for a solution. When I load the page, random

Re: Change in module naming conventions

2002-08-27 Thread Per Einar Ellefsen
At 18:59 27.08.2002, David Wheeler wrote: On Tuesday, August 27, 2002, at 09:46 AM, Per Einar Ellefsen wrote: It's actually Apache::Persistent, because the persistence modules in it have big differences from the Apache::Util modules. Oh. So what's the complaint about Apache::Util:: ? Not

Re: Flaky behavior with modperl module

2002-08-27 Thread Per Einar Ellefsen
At 19:37 27.08.2002, The Surprises wrote: Greetings, I am writing a modperl module to create dynamic picture web pages created from .jpg files in a given directory. It basically puts a bunch of pictures on the screen. I am seeing inconsistent behavior and I don't know where to look for a

Re: Change in module naming conventions

2002-08-27 Thread James G Smith
Per Einar Ellefsen [EMAIL PROTECTED] wrote: What I came to was this: http://users.skynet.be/pereinar/mod-perl/modules.txt Looks good, overall. I like the Apache::Framework:: namespace :) Some questions I got which I'm not too sure of: - I originally had Apache::Auth::Authen, ::Authz and

Re: Flaky behavior with modperl module

2002-08-27 Thread wsheldah
When you View Source in your browser, are the img url's in the broken images correct? Do you get any errors in your error log? anything strange in your access log? Wes The Surprises [EMAIL PROTECTED] on 08/27/2002 01:37:14 PM To: [EMAIL PROTECTED] cc:(bcc: Wesley

Re: Change in module naming conventions

2002-08-27 Thread Per Einar Ellefsen
At 20:14 27.08.2002, James G Smith wrote: Per Einar Ellefsen [EMAIL PROTECTED] wrote: What I came to was this: http://users.skynet.be/pereinar/mod-perl/modules.txt Looks good, overall. I like the Apache::Framework:: namespace :) same; just shows how many there are. Some questions I got

Re: Flaky behavior with modperl module

2002-08-27 Thread The Surprises
On Tue, Aug 27, 2002 at 02:25:31PM -0400, [EMAIL PROTECTED] wrote: When you View Source in your browser, are the img url's in the broken images correct? Do you get any errors in your error log? anything strange in your access log? Wes View source shows a valid source. It appears to

SSI and mod_perl

2002-08-27 Thread Jay Thorne
In a mod_perl handler, in the m_p1.x/apache1.3 api, Is there a quick way to tell apache I'm done, here's my content, and I want you to run this through mod_include before you send it to the user -- Jay yohimbe Thorne [EMAIL PROTECTED] Mgr Sys Tech, Userfriendly.org

Re: Segmentation Fault with mod_php and mod_perl

2002-08-27 Thread Alex Lee
Hi Stas, This is what I got from core backtrace: gdb /usr/local/src/apache/current/src/httpd GNU gdb 5.0 Copyright 2000 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain

Re: SSI and mod_perl

2002-08-27 Thread Per Einar Ellefsen
At 23:09 27.08.2002, Jay Thorne wrote: In a mod_perl handler, in the m_p1.x/apache1.3 api, Is there a quick way to tell apache I'm done, here's my content, and I want you to run this through mod_include before you send it to the user You might want to try a filter, for example

[mp-1.99_05] HPUX 11 w/gcc 3.2(b) -Ae missing ... predicate error

2002-08-27 Thread Phil Lobbes
Hi, I noticed in 'lib/Apache/Build.pm' that the -Ae option was being added even if the compiler was gcc. This options causes an error something like the following: ... missing '(' after predicate ... error In the code below (lib/Apache/Build.pm) I removed the '#' comment from in front

Re: SSI and mod_perl

2002-08-27 Thread Jay Thorne
On August 27, 2002 02:16 pm, Per Einar Ellefsen wrote: At 23:09 27.08.2002, Jay Thorne wrote: In a mod_perl handler, in the m_p1.x/apache1.3 api, Is there a quick way to tell apache I'm done, here's my content, and I want you to run this through mod_include before you send it to the user

Re: SSI and mod_perl

2002-08-27 Thread Randy Kobes
On Tue, 27 Aug 2002, Jay Thorne wrote: On August 27, 2002 02:16 pm, Per Einar Ellefsen wrote: At 23:09 27.08.2002, Jay Thorne wrote: In a mod_perl handler, in the m_p1.x/apache1.3 api, Is there a quick way to tell apache I'm done, here's my content, and I want you to run this through

Done before?

2002-08-27 Thread Narins, Josh
I like XML, but not XSLT. I like XHTML. The only XHTML compliant templating/content management system I have seen is in Java, it's called Java/XMLC, by enhydra. I do not like Java, and I do not like the overall feel from the Java/XMLC mailing list. How does Java/XMLC work? It works a lot

Re: SSI and mod_perl

2002-08-27 Thread Jay Thorne
On August 27, 2002 03:32 pm, Randy Kobes wrote: Thats close to what I want to do, but as the existing code has its entry already in the webserver config. What I mean is something like $r-next(mod_include); OK; or items to that effect. Is there a direct apache api hook I can use to

Apache::AuthCookie causing Use of uninitialized value. in errorlog...

2002-08-27 Thread simran
Hi All, I have written some code that seems to work fine with no perl warnings in the error log... and i was using it quite successfully using Apache::AuthCookie under mod_perl. However, when i put this in my apache configuration file: PerlFixupHandler Apache::AuthCookie-recognize_user I

Re: large projects in mod_perl

2002-08-27 Thread Peter Bi
How about application software ? The lists are either programming tools or language iteself. I mean something like ... online accounting software ... just for example. Peter Bi - Original Message - From: Per Einar Ellefsen [EMAIL PROTECTED] To: zt.zamosc.tpsa.pl [EMAIL PROTECTED] Cc:

[mp-1.99_05] segfault modperl_pcw.c:52 ap_pcw_walk_files_config dconf-sec_file is NULL

2002-08-27 Thread Phil Lobbes
Hi, I just recently joined the mail list and did a quick check but didn't seen any report of this problem: Versions: perl-5.6.1 (non-threaded) apache-2.0.40(mpm-prefork) mod_perl-1.99_05 OS: HPUX 11 Compiler: gcc version 3.2 20020708 (experimental) I don't

Re: Change in module naming conventions

2002-08-27 Thread Stas Bekman
Nick Tonkin wrote: - nick Nick Tonkin {|8^) On Tue, 27 Aug 2002, Per Einar Ellefsen wrote: - I originally had Apache::Auth::Authen, ::Authz and ::Access, but Robin Berjon told me he preferred to have the 4 as top-level namespaces. What do people think?

Re: Segmentation Fault with mod_php and mod_perl

2002-08-27 Thread Stas Bekman
Alex Lee wrote: This is what I got from core backtrace: gdb /usr/local/src/apache/current/src/httpd [...] Program received signal SIGSEGV, Segmentation fault. 0x75a10 in php_xbithack_handler (r=0x927840) at mod_php4.c:778 778if (!(r-finfo.st_mode S_IXUSR)) { please finish

Re: Change in module naming conventions

2002-08-27 Thread Iain Truskett
* Stas Bekman ([EMAIL PROTECTED]) [28 Aug 2002 12:54]: Nick Tonkin wrote: [...] I'm in favor of your approach. I have it like that in my stuff. Auth::Auth, Auth::Authz, and Auth:: Access. But Authentication, Authorization and Access aren't all Auth. May be using Apache::AAA:: as in

Re: Change in module naming conventions

2002-08-27 Thread John Siracusa
On Tuesday, August 27, 2002, at 10:54 PM, Stas Bekman wrote: But Authentication, Authorization and Access aren't all Auth. May be using Apache::AAA:: as in httpd-2.0/modules/aaa/ ? Please, no more too-clever TLAs. Have we learned nothing from LWP? :) -John

Re: Done before?

2002-08-27 Thread Perrin Harkins
Narins, Josh wrote: Before I proceed, are there ANY content management/templating systems that RELY EXCLUSIVELY on TAG ATTRIBUTE (name=value) nomenclature to allow interaction between template and perl code? Of course. HTML_Tree (http://homepage.mac.com/pauljlucas/software/html_tree/)