[mp2.0] W2000, Apache 2.0.43 + mod_perl 1.99_09 does not start

2003-04-03 Thread Melchior, Matthijs
Title: [mp2.0] W2000, Apache 2.0.43 + mod_perl 1.99_09 does not start Hello, We have a problem getting mod_perl to run on a W2000 server. It does work on another machine running WinNT4, so I think there are no errors in my configuration files. httpd.conf: 176: LoadModule perl_module

Re: [mp2.0] W2000, Apache 2.0.43 + mod_perl 1.99_09 does not start

2003-04-03 Thread Jean-Michel Hiver
Hello, We have a problem getting mod_perl to run on a W2000 server. It does work on another machine running WinNT4, so I think there are no errors in my configuration files. Actually I'm having a windows machine at home and I got mod_perl working with ActiveState perl. I've written a

Re: Adding / Modifing Response Headers on mp2

2003-04-03 Thread Nick Tonkin
On Thu, 3 Apr 2003, Denis Banovic wrote: Hi! I'm trying to figure out, how to Add / Modify the HTTP Headers like Content Type, Cache aso... on mod_perl 1 I've used: $r-send_cgi_header($custom_headers); but this won't work mod_perl 2... I've searched in Apache::compat all I've found

RE: [mp2.0] W2000, Apache 2.0.43 + mod_perl 1.99_09 does not start

2003-04-03 Thread Melchior, Matthijs
Title: RE: [mp2.0] W2000, Apache 2.0.43 + mod_perl 1.99_09 does not start Thanks for your reply. Your web page effectively describes the steps I have taken to arrive at my current situation, OK on WinNT, failes on W2000! I keep asking myself what procedure could not be found?

Re: [mp2] upload file

2003-04-03 Thread Udlei Nattis
fix problem i need change SetHandler modperl to perl-script, now upload is ok why this happens? i need add any options in SetHandler modperl to use upload ? thanks nattis Stas Bekman wrote: I used of examples these 2 archives but dont functioned in mp1 i dont have problem my mp2 version is

BUG [in docs] semicolon-separated param pairs fail w/ MSIE in metaredirect tags

2003-04-03 Thread m-list-subscribe-modperl-digest
Stas wrote: Matthew, can you please repost it to the mod_perl list? There are many more people who can followup on this. Thanks. I won't be subscribed long enough to read any replies to this mesg, but am posting here at Stas' suggestion. Hopefully someone here will be able to update the docs

[ANNOUNCE] Mason-CM 1.0b, Usability Maintenance Release

2003-04-03 Thread Christian Hauser
I'm happy to announce the long awaited, probably forgotten usability and maintenance release of Mason-CM, version 1.0b. DESCRIPTION Mason-CM is a web content management system for arbitrary any file based web productions. It’s optimized to manage multiple sites of SMB’s together with

Re: [mp2.0] W2000, Apache 2.0.43 + mod_perl 1.99_09 does not start

2003-04-03 Thread Randy Kobes
On Thu, 3 Apr 2003, Melchior, Matthijs wrote: Hello, We have a problem getting mod_perl to run on a W2000 server. It does work on another machine running WinNT4, so I think there are no errors in my configuration files. httpd.conf: 176: LoadModule perl_module modules/mod_perl.so

[mp2] make test errors

2003-04-03 Thread Paul Simon
Is this something to be worried about? Or can I continue with make install? Please help. System: FreeBSD 4.8-RELEASE Server version: Apache/2.0.45 I received the following summary from make test: Failed Test Stat Wstat Total Fail Failed List of Failed

Caching with mod_proxy reverse proxy on Apache 1.3.x

2003-04-03 Thread Neil Gunton
(I sent this initially to the apache mailing list, but nobody has replied... so I am hoping that someone who is using mod_perl has seen this problem and knows the solution...) Hi, I have set up my server to use mod_proxy as a reverse proxy front end for mod_perl. There are two builds of apache,

[mp2.0] make test failure in mod_perl 1.99_08

2003-04-03 Thread Hensley, Richard
Title: [mp2.0] make test failure in mod_perl 1.99_08 1. Problem Description: make test is failing badly. I get the following from the t/logs/error_log [Wed Apr 02 16:58:51 2003] [error] [client 127.0.0.1] Can't locate TestHooks/ini t/first.pm in @INC (@INC contains:

RE: [mp2.0] make test failure in mod_perl 1.99_08

2003-04-03 Thread Hensley, Richard
Title: RE: [mp2.0] make test failure in mod_perl 1.99_08 I was able to make my tests work, I had to do the following: I had to put the user that built mod_perl in the httpd.conf file. I also had to declare TestHooks::init and TestHooks::trans in the httpd.conf using the PerlModule

best way to configure for multiple developers?

2003-04-03 Thread Brian C. Thomas
Hi I have read through the lists looking for issues related to mp2 and @INC, and have read the part about +Parent and virtual hosts. What about the following scenario? One apache2 server w/ mp2 (no virtual hosts) and several perl coders using the server as a development site. Is there a best

Re: best way to configure for multiple developers?

2003-04-03 Thread Perrin Harkins
Brian C. Thomas wrote: I have read through the lists looking for issues related to mp2 and @INC, and have read the part about +Parent and virtual hosts. You should read the docs for tips on this, especially here:

centralized docs (was Re: [mp2.0] W2000, Apache 2.0.43 + mod_perl1.99_09 does not start)

2003-04-03 Thread Stas Bekman
Jean-Michel Hiver wrote: Hello, We have a problem getting mod_perl to run on a W2000 server. It does work on another machine running WinNT4, so I think there are no errors in my configuration files. Actually I'm having a windows machine at home and I got mod_perl working with ActiveState

Re: Configuration with perl

2003-04-03 Thread Perrin Harkins
Richard Clarke wrote: foreach my $l (qw/ErrorLog TransferLog LockFile PidFile ScoreBoardFile/) { $$l = /usr/local/app/apache_modperl/logs/$l; }; Dude, you're scaring me with that. It looks just like $1 and $$1. PERL_TRACE output clearly shows that half of the perl section is being

Re: [mp2] upload file

2003-04-03 Thread Stas Bekman
Udlei Nattis wrote: fix problem i need change SetHandler modperl to perl-script, now upload is ok why this happens? i need add any options in SetHandler modperl to use upload ? Please read: http://perl.apache.org/docs/2.0/user/config/config.html#C_SetHandler_ Do you say that you have no errors

Re: [mp2] make test errors

2003-04-03 Thread Stas Bekman
Paul Simon wrote: Is this something to be worried about? Or can I continue with make install? Please help. Probably not unless you use APR::PerlIO and APR::ThreadMutex, so you can go with 'make install'. However let's solve the problems nevertheless. Could you first install the latest cvs, so

Re: [mp2.0] make test failure in mod_perl 1.99_08

2003-04-03 Thread Stas Bekman
Can you give it a try with the latest cvs, without the changes you have applied? Thanks. http://perl.apache.org/download/source.html#2_0_Development_Source_Distribution __ Stas BekmanJAm_pH -- Just Another mod_perl

RE: [mp2.0] make test failure in mod_perl 1.99_08

2003-04-03 Thread Hensley, Richard
Title: RE: [mp2.0] make test failure in mod_perl 1.99_08 Unfortunately, I can not access cvs from behind the corporate firewall. I was using the contents of mod_perl-2.0-current.tar.gz, which is the best I can do. Sorry. -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]]

Re: [mp2.0] make test failure in mod_perl 1.99_08

2003-04-03 Thread Stas Bekman
Hensley, Richard wrote: Unfortunately, I can not access cvs from behind the corporate firewall. I was using the contents of mod_perl-2.0-current.tar.gz, which is the best I can do. Sorry. You can get the latest cvs snapshots here: http://cvs.apache.org/snapshots/modperl-2.0/ I'll update the doc

Re: best way to configure for multiple developers?

2003-04-03 Thread Brian C. Thomas
Hi Thanks for the info. I'll try setting up some virtual hosts. More below... On Wed, Apr 02, 2003 at 06:07:01PM -0500, Perrin Harkins wrote: Brian C. Thomas wrote: I have read through the lists looking for issues related to mp2 and @INC, and have read the part about +Parent and virtual

Re: [mp2.0] make test failure in mod_perl 1.99_08

2003-04-03 Thread Stas Bekman
Stas Bekman wrote: Hensley, Richard wrote: Unfortunately, I can not access cvs from behind the corporate firewall. I was using the contents of mod_perl-2.0-current.tar.gz, which is the best I can do. Sorry. You can get the latest cvs snapshots here:

Re: best way to configure for multiple developers?

2003-04-03 Thread Stas Bekman
Right, I guess it just feels like it is working under mp1, since I can get @INC to contain . (the current dir) and use StatINC in all the developer locations. In the mp2 server, it shows me a different @INC, that doesn't include . (is it possible in mp2?). You almost got me ;) I was looking for

Re: [mp2.0] make test failure in mod_perl 1.99_08

2003-04-03 Thread Stas Bekman
Hensley, Richard wrote: I tried it with the lastest snapshot, and the patch below. I still get the following in the error_log [Thu Apr 03 16:49:00 2003] [error] failed to resolve handler `TestHooks::trans' [Thu Apr 03 16:49:00 2003] [error] [client 127.0.0.1] Can't locate TestHooks/trans.pm in

Re: [mp2.0] make test failure in mod_perl 1.99_08

2003-04-03 Thread Stas Bekman
Hensley, Richard wrote: As an aside, one of the interesting issues that I ran across when running make test was the following: /usr/local/apache2/bin/httpd -d /home/rhensle/modperl-2.0/t -f /home/rhensle/mo dperl-2.0/t/conf/httpd.conf -DAPACHE2 using Apache/2.0.44-dev (prefork MPM) waiting

MaxRequestsPerChild; which request am I?

2003-04-03 Thread Brian Reichert
Dunno if someone has a good answer, or a suggestion of a better forum for this: Apache has a configuration directive: MaxRequestsPerChild http://httpd.apache.org/docs/mod/core.html#maxrequestsperchild In messing with Apache 1.x, is there a way, via mod-perl, of a request knowing how many

Re: MaxRequestsPerChild; which request am I?

2003-04-03 Thread Bill Moseley
On Fri, 4 Apr 2003, Brian Reichert wrote: Dunno if someone has a good answer, or a suggestion of a better forum for this: Apache has a configuration directive: MaxRequestsPerChild http://httpd.apache.org/docs/mod/core.html#maxrequestsperchild In messing with Apache 1.x, is there a