RE: Install Problem: make test: modules/src.t

2002-12-22 Thread Ged Haywood
Hi there, On Sun, 22 Dec 2002, Mark Hawkes wrote: Thanks Beau, but that didn't solve anything :-( 'make test' needs to run as root or it can't write to the Apache directory. [snip] -Original Message- From: Mark Hawkes [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 21, 2002

Re: web link broken when access cgi-bin

2002-12-22 Thread Ged Haywood
Hi there, On Sat, 21 Dec 2002, eric lin wrote: The image file:///home/enduser/mytest.jpg cannot be displayed, because it contains errors I think I understand your question but I am not sure of it. It seems that you have sent a request to Apache, received a response, and saved the response

Re: web link broken when access cgi-bin

2002-12-22 Thread Bill Moseley
On Sunday 22 December 2002 03:49, Ged Haywood wrote: Hi there, On Sat, 21 Dec 2002, eric lin wrote: The image file:///home/enduser/mytest.jpg cannot be displayed, because it contains errors I think I understand your question but I am not sure of it. It seems that you have sent a

Re: web link broken when access cgi-bin

2002-12-22 Thread Richard Clarke
And sent messages about using Windows to a Linux list, and CGI questions to mod_perl list and seems to ignore the many requests to read some basic CGI tutorials. I'd guess troll if he wasn't so clueless. ;) Since when did mod_perl becomes Linux only? Richard.

Re: web link broken when access cgi-bin

2002-12-22 Thread Bill Moseley
On Sun, 22 Dec 2002, Richard Clarke wrote: And sent messages about using Windows to a Linux list, and CGI questions to mod_perl list and seems to ignore the many requests to read some basic CGI tutorials. I'd guess troll if he wasn't so clueless. ;) Since when did mod_perl becomes

Re: Install Problem: make test: modules/src.t

2002-12-22 Thread Stas Bekman
Mark Hawkes wrote: When I 'make test' I'm getting failures relating to modules/src.t [...] $ make test TEST_VERBOSE=1 --snip-- dir=../src ok 2 main= not ok 3 module_magic_number = 0 not ok 4 httpd_version = not ok 5 -I../src -I../src/modules/perl ok 6 FAILED tests 3-5 Failed 3/6 tests,

Re: [mp1] strange build problem with request_rec structure breaksAPI

2002-12-22 Thread Stas Bekman
[...] I've tracked the difference down as to where it is in the structure: all elements before and including finfo (type: struct stat) are in sync, and all elements after and including parsed_uri (type: uri_components) are 8 bytes off (extra 8 bytes in apache-mod_perl). Either finfo is eight

mod_proxy_add_forward weirdness: is it me or is it the code?

2002-12-22 Thread George Valpak
Probably me, I know I am working on settinig up a 2 server/proxy config. I have followed instructions at http://perl.apache.org/docs/1.0/guide on how to do that and so far it has gone pretty well. I now have both servers built from apache 1.3.27 and mod_perl 1.27 for the 2nd server. The