Re: mod_perl-2 configuration problem

2002-12-19 Thread Randy Kobes
directory? See the install page for Win32 mod_perl-2 at http://perl.apache.org/ for more details. -- best regards, randy kobes

Re: installing mod_perl

2002-12-18 Thread Randy Kobes
), installed as ppm install mod_perl within the ppm shell. -- best regards, randy kobes

Re: Problem compiling mod_perl 1.27 on Windows

2002-12-17 Thread Randy Kobes
On Tue, 17 Dec 2002, Steve Hay wrote: Randy Kobes wrote: On Mon, 16 Dec 2002, Steve Hay wrote: Is there some other way, for Win32, to achieve what the PERL_USELARGEFILES=0 hack tried to do? This seems hard to do without recompiling either the standard Apache sources (to enable

Re: Problem compiling mod_perl 1.27 on Windows

2002-12-16 Thread Randy Kobes
into Apache-2, it may be hard to get an Apache developer to look at this. By the way, mod_perl-2 (for use with Apache2) compiles fine with the ActivePerl sources. -- best regards, randy kobes

Re: Problem compiling mod_perl 1.27 on Windows

2002-12-16 Thread Randy Kobes
On Mon, 16 Dec 2002, Steve Hay wrote: Randy Kobes wrote: I've found the same thing - I believe it's because of the USE_LARGE_FILES support that ActivePerl 8xx has enabled, and this runs into a conflict with the standard Win32 apache-1 which doesn't have such support (in the above

Re: windows and apache/mod_perl?

2002-12-16 Thread Randy Kobes
-2. -- best regards, randy kobes

Re: [mp2] make install quirk

2002-12-14 Thread Randy Kobes
On Sat, 14 Dec 2002, Stas Bekman wrote: [ .. ] Please check that this work for you and I'll commit it (verified on linux). You need to run a full build to check, unless you patch the Makefile manually. I also see that my copy-n-paste has translated \t into spaces, so replace those with

Re: [mp2] make install quirk

2002-12-13 Thread Randy Kobes
On Sat, 14 Dec 2002, Stas Bekman wrote: [looks my original reply didn't make it through, trying again] Beau E. Cox wrote: Hi - I am posting this message informally - this is not critical (maybe not worth looking at); during the mp2 make install, mod_perl.so is copied to the

Re: [mp2]Cookies?

2002-12-05 Thread Randy Kobes
On Thu, 5 Dec 2002, Beau E. Cox wrote: Hi - I can't get cookies to work on AP/MP 2. Even in compat mode. I'm not sure if this is a mod_perl, apache, or a my stupidity question, but I'm posting it here anyway. Are you trying a module, or a home-grown solution? -- best regards, randy

Re: XML-LibXML-Common in perl 58 repository at theoryx5.

2002-12-02 Thread Randy Kobes
On Mon, 2 Dec 2002, [iso-8859-1] [EMAIL PROTECTED] wrote: Hi when trying to ppm install XML::LibXML::Common from http://theoryx5.uwinnipeg.ca/ppms, the new perl58 repository, I have this error : error, read a ppd but it is not intended for this build of perl (mswin32-x86-multi-thread)

Re: New problems making mod_perl run: Apache/2.0.43 (Unix)mod_perl/1.99_07-dev Perl/v5.8.0

2002-11-27 Thread Randy Kobes
. -- best regards, randy kobes

Re: [Win32] perl-5.8 repository

2002-11-25 Thread Randy Kobes
On Mon, 25 Nov 2002, Chris wrote: Randy, Thanks for putting up your repository. Two things: 1) DBD-mysql seems to have a dependancy on Data::Dumper, but Data::Dumper isn't found in any of the repositories so won't install properly. I didn't realize it wasn't in ActiveState's repository

Re: segmentation fault using a startup file

2002-11-25 Thread Randy Kobes
/home/www/[...]/shop/engine/; use strict; # use these Perl modules use Apache::PerlRun; # use Apache::DBI; Do you have the latest DBI (1.30), and also the latest appropriate DBD::* driver? If not, try upgrading to see if that helps. -- best regards, randy kobes

Re: NEWBIE: Apache and Apache Cookie Module missing?

2002-11-24 Thread Randy Kobes
in my httpd.conf PerlModule Apache PerlModule Apache::Cookie You need the libapreq package, from CPAN, for Apache::Cookie and Apache::Request. -- best regards, randy kobes

[Win32] perl-5.8 repository

2002-11-24 Thread Randy Kobes
these 5.8 repositories for upgrading. Please let me know if you run into any problems with using this repository. -- best regards, randy kobes

Re: [Win32] ActivePerl-5.8 beta released

2002-11-24 Thread Randy Kobes
On Sat, 9 Nov 2002, Juergen Heckel wrote: Randy Kobes wrote: Of relevance to mod_perl-2 Win32 users, ActivePerl just released a beta version of their perl-5.8 binary; see http://www.activestate.com/Products/ActivePerl/ Hi, I tried this version (msi-package) with mod_perl-2.0 (latest

Re: [Win32] nmake error compiling mod_perl.so

2002-11-24 Thread Randy Kobes
: unresolved external symbol _newSVpvf This should now be fixed in the mod_perl-2 cvs sources. -- best regards, randy kobes

Re: Apache::DBI seg fault

2002-11-21 Thread Randy Kobes
::* driver? If not, try upgrading to see if that helps. -- best regards, randy kobes

Re: mp2.0 w/Apache 2.0, DBI setup??

2002-11-18 Thread Randy Kobes
with the latest versions? -- best regards, randy kobes

Re: mod_perl doesn't know where perl's installed

2002-11-14 Thread Randy Kobes
LoadFile C:/Path/to/Perl/bin/perl56.dll before loading mod_perl.so? -- best regards, randy kobes

Re: How can I tell if a request was proxy-passed form an SSL server?

2002-11-14 Thread Randy Kobes
, randy kobes

Re: How can I tell if a request was proxy-passed form an SSL server?

2002-11-14 Thread Randy Kobes
On Thu, 14 Nov 2002, John Siracusa wrote: On 11/14/02 2:12 PM, Randy Kobes wrote: If your front-end proxy server has 'ProxyVia on' enabled, a Via header would get sent. According to rfc2068, the protocol name should, and port may, be supplied in this header if these aren't

Re: File Upload Questions

2002-11-14 Thread Randy Kobes
? -- best regards, randy kobes

Re: CGI hangs with Modperl::Registry and apache2.

2002-11-12 Thread Randy Kobes
On Tue, 12 Nov 2002, Roelf Diedericks wrote: Randy, wouldn't it be a good idea to compile your binary distributions of mod_perl2 with MP_TRACE enabled, so that we can use PerlTrace when testing mod_perl2? It would just make it easier for compiler lazy people like myself, and might help

Re: compiling modperl with mingw on win32

2002-11-12 Thread Randy Kobes
with the names of the libraries? The libraries distributed with the Apache Win32 binary don't always have the 'lib' prefix, which may be assumed in the '-l...' link option that mingw uses ... -- best regards, randy kobes

Re: CGI hangs with Modperl::Registry and apache2.

2002-11-11 Thread Randy Kobes
'? - is it known to work on mod_perl-2/Apache-2 on linux? -- best regards, randy kobes

Re: [Win32] ActivePerl-5.8 beta released

2002-11-09 Thread Randy Kobes
On Sat, 9 Nov 2002, Chris wrote: Because of binary incompatibilities with 5.6, there's a separate 5.8 repository of ppm packages under http://www.activestate.com/ppmpackages/5.8-windows/ Such packages should be compatible with the perl-5.8 win32 binary we have under

Re: [Win32] ActivePerl-5.8 beta released

2002-11-09 Thread Randy Kobes
this, just to verify - the relevant excerpt of his reply follows ... On Sat, 9 Nov 2002 22:31:53 -0600 (CST), Randy Kobes [EMAIL PROTECTED] wrote: Hi Randy, I was wondering about the 5.8 repository at http://www.activestate.com/ppmpackages

Re: [Win32] nmake error compiling mod_perl.so

2002-11-08 Thread Randy Kobes
On Fri, 8 Nov 2002, jheckel wrote: Randy Kobes wrote: where this gets defined in general, but a temporary workaround for the above problem is to change in modperl-2.0/xs/Apache/Access/Apache__Access.h, about line 63, the call av_push(config, newSVpvf(..)); to av_push(config

[Win32] ActivePerl-5.8 beta released

2002-11-08 Thread Randy Kobes
days I'll make up a 5.8 Win32 ppm repository with mod_perl-2 and some other common packages; I'll post something later with the details. Unless there's a large demand for mod_perl-1 stuff, this repository will just include mod_perl-2 packages. -- best regards, randy kobes

RE: [Win32] ActivePerl-5.8 beta released

2002-11-08 Thread Randy Kobes
On Fri, 8 Nov 2002, Beau E. Cox wrote: Hi - Just wondering about DBI modules in 5.8. In both Randy's posted ppm packages list and via 5.8's ppm, I can't find: DBI (plain 'ole) DBD-ODBC DBD-Mysql I know this is beta, but are DBI modulrs such as these forthcoming? Aloha = Beau.

Re: [Win32] nmake error compiling mod_perl.so

2002-11-08 Thread Randy Kobes
On Thu, 7 Nov 2002, jheckel wrote: Hi since two weeks I can no longer compile the mod_perl-2.0 package from the snapshot server without errors. The last good compilation was 10/27/2002:-( Apache version 2.0.44-dev, WinXP, Perl 5.6.1 Build 633. My install commands: perl Makefile.PL

Re: [Win32] nmake error compiling mod_perl.so

2002-11-07 Thread Randy Kobes
and AuthName. It may be that the above isn't the right fix, or this may be unrelated. -- best regards, randy kobes

Re: win32 mod_perl 1 and perl 5.8

2002-11-05 Thread Randy Kobes
to function better under perl-5.8, where some threading stuff is improved. -- best regards, randy kobes

RE: [mod_perl2]

2002-11-04 Thread Randy Kobes
starting with a fresh install, and send the relevant error messages when the failure occurs. It's very hard to guess at what point this might fail, and for what reason ... -- best regards, randy kobes

Re: apache::ASP

2002-11-02 Thread Randy Kobes
On Mon, 28 Oct 2002 [EMAIL PROTECTED] wrote: Does this include an AddRotator? john welte Check out http://www.apache-asp.org/ - that might be answered there. There's also links there to a mailing list (and archives) for Apache::ASP that might help. -- best regards, randy kobes

Re: Should I be coding with mod_perl 2 yet?

2002-11-01 Thread Randy Kobes
request handling and parsing. In my opinion, stay with mod_perl 1. They're working on libapreq for Apache2, and as has been pointed out, mod_perl-2 is still in the development stage. For basic form handling, though, you can use my %args = $r-Apache::args; -- best regards, randy kobes

Re: Should I be coding with mod_perl 2 yet?

2002-11-01 Thread Randy Kobes
On Fri, 1 Nov 2002, Sumitro Chowdhury wrote: H I thought POST request handling needs $r-read($buf,$r-headers_in-{'Content-length'}) and GET request handling needs $r-args(); Sorry about that - I should have read more carefully that you were specifically referring to POSTed data -

Re: mod_perl hangs on apache 2.0.43 (w32)

2002-10-29 Thread Randy Kobes
in this package. -- best regards, randy kobes

Re: conditional get

2002-10-27 Thread Randy Kobes
be looking elsewhere? Try the Apache::File manpage, which also gives some examples of the usage. You may also want to look at the parsedate() and ht_time() functions of Apache::Util. -- best regards, randy kobes

Re: Get file list of the dir.

2002-10-27 Thread Randy Kobes
; closedir DIR; But this doesn't seem to be the problem ... What's printed in the browser? Is there anything in the error logs? Is the name of the directory to be read input from the user (if so, are you running under taint mode?), and are the permissions appropriate? -- best regards, randy kobes

Re: [RFC] Apache-GeoIP module

2002-10-25 Thread Randy Kobes
On Fri, 25 Oct 2002, darren chamberlain wrote: * Randy Kobes [EMAIL PROTECTED] [2002-10-17 17:01]: I've placed at ftp://theoryx5.uwinnipeg.ca/pub/other/Apache-GeoIP-0.26.tar.gz a package providing a mod_perl interface to the GeoIP library, which is used to look up in a database

[RFC] Apache-GeoIP module

2002-10-18 Thread Randy Kobes
and mod_perl-2 on both linux and Win32, but wider tests would make this framework more portable and useful. -- best regards, randy kobes

Re: Problem with CGI.pm and mod_perl 2

2002-10-16 Thread Randy Kobes
to be executed again: delete $INC{'FindBin.pm'}; require FindBin; -- best regards, randy kobes

Re: istallation problem.

2002-10-16 Thread Randy Kobes
should do. How do I do that? This is probably a Unix-specific thing in setting the permissions properly; you most likely don't need this on Win32. -- best regards, randy kobes

Re: install/config mod_perl-2(1.99_08)

2002-10-06 Thread Randy Kobes
On Thu, 3 Oct 2002, Paul Simon wrote: If I try to call index.cgi under /test/index.cgi, the page just hangs. index.cgi works as a straight CGI page. Here it is: #!C:/Perl/bin/Perl.exe print Content-type: text/plain\n\n; print mod_perl 2.0 rocks!\n; [ .. ] I just upgraded all the Win32

Re: Another header question

2002-10-05 Thread Randy Kobes
mod_perl can generate them. -- best regards, randy kobes

Re: Response Headers

2002-10-04 Thread Randy Kobes
On Fri, 4 Oct 2002, Paul Simon wrote: On Thu, 3 Oct 2002, Paul Simon wrote: I'm still having problems with sending an Expires in the header. You mentioned, Apache will send one for you, based on, in particular, the DefaultType setting. Can I configure the DefaultType in apache? Yes, you

Re: install/config mod_perl-2(1.99_08)

2002-10-03 Thread Randy Kobes
with threads on Win32 with perl-5.6.1, eventually perl-5.8 will be the recommended Win32 Perl for mod_perl-2; if possible, you may want to give this a try. -- best regards, randy kobes

RE: install/config mod_perl-2(1.99_08)

2002-10-03 Thread Randy Kobes
On Thu, 3 Oct 2002, Ben Mathews wrote: You say eventually perl 5.8 will be recommended. Why is it not the recommended version now? That's really Doug's call, but perhaps one consideration holding back a recommendation of 5.8 on Win32 is that ActiveState won't be making a perl-5.8 binary in

Re: Graphics and mod_perl

2002-10-03 Thread Randy Kobes
of a current working directory. There is a module, FindBin, which reveals the directory of a script, but as explained in the perl-5.8 docs for FindBin, there's some caveats to using it under mod_perl and other persistant Perl environments. -- best regards, randy kobes

Re: Response Headers

2002-10-03 Thread Randy Kobes
, randy kobes

Re: mod_perl Windows 2000 install notes

2002-10-02 Thread Randy Kobes
On Wed, 2 Oct 2002, Larry Leszczynski wrote: Just wanted to send along some info that might be useful to add as a Windows installation note in the mod_perl guide. The short story is: You may need to shut down and restart your machine after installing to get things to start working!

Re: Error compiling mod_perl/1.27/Apache-1.3.26/Perl-5.8.0 for NativeWin32

2002-09-22 Thread Randy Kobes
this problem with the cvs mod_perl sources - maybe try giving those a shot. -- best regards, randy kobes

Re: AxKit under Win32

2002-09-11 Thread Randy Kobes
regards, randy kobes

Re: AxKit under Win32

2002-09-11 Thread Randy Kobes
is to an older version - the current version, and the one that will be maintained as newer versions come out, is http://theoryx5.uwinnipeg.ca/ppmpackages/AxKit.ppd -- best regards, randy kobes

Re: AxKit under Win32

2002-09-11 Thread Randy Kobes
On Wed, 11 Sep 2002, Anthony E. wrote: [ snip references to axkit.org ] ...neither have much info. The quick start guide at http://www.axkit.org/docs/quick_start.dkb should be enough to get going -- best regards, randy kobes

Re: internal server error

2002-09-08 Thread Randy Kobes
is fine.Any idea? thanks,have a nice day. Do the entries in the error log suggest anything? If this looks like a specific Apache::ASP error, you might want to try http://www.apache-asp.org/, which as well as docs, has links to the apache-asp mailing list archives. -- best regards, randy kobes

Re: can't restart server

2002-09-07 Thread Randy Kobes
experience or know the solution? Does the service start up without problem? Are you using any non-standard modules other than mod_perl? -- best regards, randy kobes

Re: Filehandles

2002-08-30 Thread Randy Kobes
On Fri, 30 Aug 2002, Stas Bekman wrote: I think he said mod_perl 2 in his inital post. Which I'm not sure really is all that swift with concurrant requests under threaded mpms (Win32 is limited to threaded mpms) ... least nobody seems 100% happy with the threaded mpm performance of

Re: Filehandles

2002-08-29 Thread Randy Kobes
under perl-5.6.1 on Win32. If you're interested in comparing for your particular script, there's a perl-5.8/Apache/mod_perl binary, perl-5.8-win32-bin.tar.gz, at ftp://theoryx5.uwinnipeg.ca/pub/other/ - installation instructions are in the associated .readme file. -- best regards, randy kobes

Re: Apache::Request

2002-08-27 Thread Randy Kobes
on the same machine? -- best regards, randy kobes

Re: SSI and mod_perl

2002-08-27 Thread Randy Kobes
something similar to what you want - after it's through, it does $r-handler('server-parsed'); return OK; to let mod_include pick things up from there. -- best regards, randy kobes

Re: installing mod_perl on binar

2002-08-22 Thread Randy Kobes
On Thu, 22 Aug 2002, Hytham Shehab wrote: am using apache 2 what to do next? You need to install the mod_perl-2 ppm package, not the mod_perl ppm package (which is for mod_perl-1). The same comments as before apply in installing mod_perl.so into your Apache2 modules/ directory. More info on

Re: installing mod_perl on binar

2002-08-21 Thread Randy Kobes
On Wed, 21 Aug 2002, Stas Bekman wrote: Hytham Shehab wrote: hi guys, how can i install mod_perl under a pre-installed Apache 2 binary installation? all what i found through docs is installing via source copies. You don't say what platform you are on. On Unix it's all the same,

Re: installing mod_perl on binar

2002-08-21 Thread Randy Kobes
directory - you can then move it manually to the Apache modules/ directory. -- best regards, randy kobes

Re: installing mod_perl on binar

2002-08-21 Thread Randy Kobes
-1.3.26, mod_alias.so and mod_actions.so (and others) are compiled into Apache.exe, which you can see via 'Apache.exe -l'. So the LoadModule directive for these modules isn't relevant - use it only for those that appear in the apache modules/ directory. -- best regards, randy kobes

Re: Compile problem

2002-08-19 Thread Randy Kobes
to function `ap_register_output_filter' [ .. ] With apache-2.0.40, you should use the cvs version of mod_perl-2. -- best regards, randy kobes

Re: win32 apache2.0.40 mod_perl-2

2002-08-18 Thread Randy Kobes
On Fri, 16 Aug 2002, Paul Simon wrote: They do work as ordinary CGI scripts (thank goodness!). The same scripts worked under ModPerl::Registry before I upgraded everything. There are no messages in the error logs. If I call the cgi page under ModPerl::Registry via a browser, it just

Re: Apache/2.0.40 (Win32) mod_perl/1.99_05-dev Perl/v5.6.1

2002-08-18 Thread Randy Kobes
with things hanging, try freeing up as much memory as possible (eg, close unnecessary windows). I've had problems occasionally with mod_perl-2 and perl-5.6.1 running low on virtual memory. -- best regards, randy kobes

Re: [modperl-2.0] unresolved external on win32 when compiling

2002-08-17 Thread Randy Kobes
On Sun, 18 Aug 2002, Stas Bekman wrote: pascal barbedor wrote: Hi when compiling modperl 1.99_05 (from today cvs) with MP_DEBUG=1 there is un unresolved external RequestIO.obj : unresolved external symbol _times RequestIO.dll fatal LNK error this is with perl 5.8.0

Re: DBI make apache fail in perl58.dll

2002-08-16 Thread Randy Kobes
On Fri, 16 Aug 2002, pascal barbedor wrote: same here. segfault in startup.pl. not sure what version it was, but 1.30 installed DBI 1.30. no more segfault. segfault for me on win XP with DBI 1.30 if DBI is used in the startup.pl (apache 2.0.40 modperl 1.99_05 perl 5.8) I

Re: win32 apache2.0.40 mod_perl-2

2002-08-16 Thread Randy Kobes
it working for 2.0.39 and mod_perl-2 Thanks, paul In addition to what Stas suggested ... - do you mean ModPerl::Registry scripts? - do the scripts still work under ordinary cgi? - are there any useful messages in the error log? -- best regards, randy kobes

Re: mod_perl + Apache::PageKit on Win32 problems

2002-08-15 Thread Randy Kobes
in the expected loactions ... I just put up an Apache-PageKit ppm package in our repository at http://theoryx5.uwinnipeg.ca/ppmpackages/ which I think includes all the required packages not found in ActiveState's repository. Perhaps give that a try to see if that helps. -- best regards, randy kobes

Re: mod_perl + Apache::PageKit on Win32 problems

2002-08-15 Thread Randy Kobes
On Thu, 15 Aug 2002, Anton Permyakov wrote: Randy, thank you, now it looks like it will work... but my project also uses following packages i could not install with PPM: Class::DBI Class::DBI::Extension Ima::DBI There are ppd for Class::DBI and Ima::DBI, but PPM says they are not for

Re: DBI make apache fail in perl58.dll

2002-08-15 Thread Randy Kobes
On Thu, 15 Aug 2002, pascal barbedor wrote: Hi the following startup.pl makes apache segfault in perl58.dll on windows XP(or 2000) version are : apache 2.0.40-dev perl 5.8.0 modperl 1.99 mysqld-nt 3.23.49 DBI 1.30 DBD::Mysql 2.1017 from perl 5.8-win32-bin.tar.gz ready-to-use

RE: can't fine ModuleConfig.c.

2002-08-14 Thread Randy Kobes
On Mon, 12 Aug 2002, Goehring, Chuck Mr., RCI - San Diego wrote: Randy, I'm using Perl 5.6.0 for this. Should I be using 5.8.0? Does that affect ModuleConfig.c? Having problems running things with the version I put out last week. It complains about the dumbest things and is overly

RE: can't fine ModuleConfig.c.

2002-08-13 Thread Randy Kobes
On Mon, 12 Aug 2002, Goehring, Chuck Mr., RCI - San Diego wrote: Randy, I'm using Perl 5.6.0 for this. Should I be using 5.8.0? Does that affect ModuleConfig.c? There may be some advantages to using 5.8.0 with mod_perl-2 on Win32, but 5.6.1 should be fine with mod_perl-1. Having

Re: Mention LoadFile in the mp2 docs?

2002-07-31 Thread Randy Kobes
On Tue, 30 Jul 2002, Stas Bekman wrote: Alessandro Forghieri wrote: Greetings. From: http://perl.apache.org/docs/2.0/user/config/config.html#Enabling_mod_perl [...] Win32 users need to make sure that the path to the Perl binary (e.g., C:\Perl\bin) is in the PATH environment

Re: .bml files not executing in apache

2002-07-25 Thread Randy Kobes
()? And is the bmlp.cfg file being read? One way to check these things is to put some print statements in various locations to let you know that that point is being reached. -- best regards, randy kobes

Re: .bml files not executing in apache

2002-07-22 Thread Randy Kobes
standard cgi, and then from there try adapting it to mod_perl, perhaps under Apache::Registry. However, this may be difficult, as the bml handler, bmlp.pl, doesn't compile under 'use strict;', which is generally good practice to use for registry scripts. -- best regards, randy kobes

Re: Getting mod_perl-1.27 Apache-2.0.39

2002-07-14 Thread Randy Kobes
; this is available at http://www.cpan.org/authors/id/D/DO/DOUGM/mod_perl-1.99_xx.tar.gz. Follow the mod_perl-2 links at http://perl.apache.org/ for a discussion on building. best regards, randy kobes

Re: Any way to list what compile options were used?

2002-07-11 Thread Randy Kobes
perl sections? Thanks. Assuming mod_perl-1, you can use Apache::MyConfig: use Apache::MyConfig; print $_ = $Apache::MyConfig::Setup{$_}\n for (keys %Apache::MyConfig::Setup); best regards, randy kobes

Re: [win32] new perl/apache/mod_perl binary

2002-07-09 Thread Randy Kobes
On Tue, 9 Jul 2002, Ron Savage wrote: On Mon, 8 Jul 2002 00:24:30 -0500 (CDT), Randy Kobes wrote: Hi, I've placed an updated perl-5.6.1/Apache-1.3.26/mod_perl-1.27 Win32 binary package, perl-win32-bin-0.8.exe (a self-extracting archive), in ftp://theoryx5.uwinnipeg.ca/pub/other/. This I

Re: modperl-2.0 make Error on Solaris

2002-07-08 Thread Randy Kobes
/apr_tables.c: struct apr_table_t { apr_array_header_t a; #ifdef MAKE_TABLE_PROFILE void *creator; #endif }; into MP_AP_PREFIX/include/apr_tables.h, just after the struct apr_array_header_t declaration, then things compiled for me, and all tests pass. best regards, randy kobes

Re: [win32] new perl/apache/mod_perl binary

2002-07-07 Thread Randy Kobes
On Mon, 8 Jul 2002, Gerald Richter wrote: Hi Randy, I've placed an updated perl-5.6.1/Apache-1.3.26/mod_perl-1.27 Win32 binary package, perl-win32-bin-0.8.exe (a self-extracting archive), in ftp://theoryx5.uwinnipeg.ca/pub/other/. Is this package binary compatible with ActiveState,

Re: Mod_Perl on Win2k Install Problems

2002-07-02 Thread Randy Kobes
method, specifying the Apache and Apache Modules directory and neither work. I have also done it on 2 separate machines and I get the same errors. TIA Nigel Can you paste in the errors you get? I just built this last week and it was OK, albeit with some warnings best regards, randy kobes

Re: Compiling mod_perl 1.27 on Win32

2002-06-21 Thread Randy Kobes
' way of building). I'll add it to the docs. Question: Is there mistakes in instructions on http://perl.apache.org/win32_compile.html or I did something wrong? As long as 'nmake test' passes all tests, things are probably fine ... I'll look into the issues above - thanks. best regards, randy

Re: Apache vulnerability: update of uwinnipeg win32 packages planned?

2002-06-21 Thread Randy Kobes
On Fri, 21 Jun 2002, Alessandro Forghieri wrote: Greetings. I was wondering wether Randy is planning an update for his (great) archives on uwinnipeg. Cheers, alf The mod_perl ppms (both for mod_perl-1 and mod_perl-2) have been updated to the new apache versions, as has the Apache2.tar.gz

RE: [RFC] Change our habits in module naming?

2002-06-16 Thread Randy Kobes
subcategories. Finally, manual editing of the list will be kept to a minimum, as the author will be able to do most things ... best regards, randy kobes

Re: mod_perl2 and ASP

2002-06-13 Thread Randy Kobes
/modperl2 or Apache1/modperl1, then it'd probably be easier to start with the latter. best regards, randy kobes

Re: installation problems

2002-06-12 Thread Randy Kobes
to include C:/Perl/lib and C:/Perl/site/lib before starting Apache. best regards, randy kobes

Re: Apache Error Log

2002-06-12 Thread Randy Kobes
on ... Does the same problem occur if you use $r-log-warn(This is a message)? best regards, randy kobes

Re: apache 2 mod_perl 2 Apache::DBI

2002-06-12 Thread Randy Kobes
, randy kobes

Re: [2.x] test fails on win32 version 1.99_02

2002-06-03 Thread Randy Kobes
(last cvs) a transferlog directive not understood by the server (which prevents to start) I was having troubles too on Win32 with mod_perl-2 and perl-5.6.1 of late, which seems to be fixed in perl-5.8-tobe. Maybe trying that helps? best regards, randy kobes

Re: Getting AuthCookie to work on W2K

2002-05-31 Thread Randy Kobes
a 'destination' parameter set to the location where the user should be taken if the login is successful? best regards, randy kobes

Re: mod_perl interpretation of text/html output

2002-05-27 Thread Randy Kobes
random bad html, and that came out verbatim ... What are your directives for this location? Could you also send the complete Hello.pm you used? It looks pretty short best regards, randy kobes

Re: Cannot build mod_perl 2 on Win32: Linking problems

2002-05-27 Thread Randy Kobes
you build other xs-based CPAN modules OK? If so, you might try the modperl-2 cvs version - see http://perl.apache.org/ for details on how to get this. best regards, randy kobes

Re: Getting mod_perl to work under Win2k

2002-05-21 Thread Randy Kobes
.uwinnipeg.ca/win32_apache2.html for a discussion on how to get mod_perl-2 set up and initially configured on Win32. best regards, randy kobes

Re: [2.x] Windows interpreter-wide locking due to modules?

2002-05-17 Thread Randy Kobes
On Thu, 16 May 2002, James Luberda wrote: I have installed Randy Kobes' 5-10-2002 Apache-2/modperl-2 Win32 binaries on a Win2k Professional P3 uniprocessor development machine. I have left all of the startup.pl script as is. Everything works great--however, with some scripts I seem to still

<    1   2   3   4   >