[HRPM] Testing Mod_Perl

Mark D Wolinski mark at mrmark.com
Mon May 1 14:21:14 CDT 2000


Being that I'm not a programmer ;-)

I finally got around to start installing mod_perl on one of my servers.
Following the installation guide of the OReilly book, it appears to make
correctly.

When I run make test, it hangs on:

modules/httpdconf...

The error log gives the following:

[Mon May  1 15:13:56 2000] [warn] pid file
/usr/src/mod_perl-1.23/t/logs/httpd.pid overwritten -- Unclean shutdown of
previous Apach
e run?
[notice] Destruction->DESTROY called for $global_object
[Mon May  1 15:13:57 2000] [warn] [notice] child_init for process 24213,
report any problems to [no address given]

cookie mismatch:
`key=val&two; domain=.cp.net; path=/perl/; expires=Mon, 01-May-2000 22:14:01
GMT'
   vs.
`key=val&two; domain=.cp.net; path=/; expires=Mon, 01-May-2000 22:14:01 GMT'
cookie mismatch:
`/perl/'
   vs.
`/'
cookie mismatch:
`key=val&two; domain=.cp.net; path=/perl/; expires=Mon, 01-May-2000 22:14:01
GMT'
   vs.
`key=val&two; domain=.cp.net; path=/; expires=Mon, 01-May-2000 22:14:01 GMT'
cookie mismatch:
`/perl/'
   vs.
`/'
cookie mismatch:
`key=one; domain=.cp.net; path=/perl/; expires=Mon, 01-May-2000 22:14:01
GMT'
   vs.
`key=one; domain=.cp.net; path=/; expires=Mon, 01-May-2000 22:14:01 GMT'
cookie mismatch:
`/perl/'
   vs.
`/'
cookie mismatch:
`one=bar-one&a; path=/perl/'
   vs.
`one=bar-one&a; path=/'
cookie mismatch:
`three=bar-three&c; path=/perl/'
   vs.
`three=bar-three&c; path=/'
cookie mismatch:
`two=bar-two&b; path=/perl/'
   vs.
`two=bar-two&b; path=/'
[notice] child process 24213 terminating
[notice] push'd PerlChildExitHandler called, pid=24213
[notice] push'd PerlChildExitHandler called, pid=24213
[notice] END block called for startup.pl
[notice] Destruction->DESTROY called for $global_object

Any ideas?

Mark W




More information about the Norfolk-pm mailing list