RE: 2 problems with mod_perl/Apache::DBI

2001-08-07 Thread Rob Bloodgood
> startup.pl cannot be run from the command line when it > contains apache server specific modules. But you can put those (Apache specific) modules in your httpd.conf instead as PerlModule Apache::DBI Apache::Status and avoid compilation warnings in startup.pl. But you should clearly note this

Re: 2 problems with mod_perl/Apache::DBI

2001-08-06 Thread ___cliff rayman___
startup.pl cannot be run from the command line when it contains apache server specific modules. Jaye Mathisen wrote: > uwb-02-chroot# uname -a > FreeBSD uwb-02.cdsnet.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Fri Aug 3 11:43:20 PDT >200 > uwb-02-chroot# perl -v > This is perl, v5.6.1 built for i38

2 problems with mod_perl/Apache::DBI

2001-08-06 Thread Jaye Mathisen
uwb-02-chroot# uname -a FreeBSD uwb-02.cdsnet.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Fri Aug 3 11:43:20 PDT 200 uwb-02-chroot# perl -v This is perl, v5.6.1 built for i386-freebsd uwb-02-chroot# cat /usr/local/etc/apache/startup.pl #!/usr/bin/perl use Apache; use Apache::Status; use Apache::DBI