we have tested extensively on 2.0 and 2.1, but we do have users on 2.2 - so you should be all set. Post if you run into any issues and we'll resolve them quickly.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well, I'm running 'make check' and I'm getting the following error:
Making check in src
Making check in example
Making check in handler
Making check in input_filter
Making check in output_filter
Making check in protocol
Making check in test
APXS=/usr/local/sbin/apxs; export APXS; perl t/CPPTest
*** root mode: changing the files ownership to 'nobody' (65534:65534)
*** sudo -u '#65534' /usr/local/bin/perl -e 'print -r "/usr/ports/www/mod_cplusplus/work/mod_cplusplus-1.5.3/test/t" && -w _ && -x _ ? "OK" : "NOK"'
*** result: OK
/usr/local/sbin/httpd -d /usr/ports/www/mod_cplusplus/work/mod_cplusplus-1.5.3/test/t -f /usr/ports/www/mod_cplusplus/work/mod_cplusplus-1.5.3/test/t/conf/httpd.conf -DAPACHE2
using Apache/2.2.4
waiting for server to start: .[Sat Jun 16 12:29:04 2007] [error] done retrieving param
Syntax error on line 10 of /usr/ports/www/mod_cplusplus/work/mod_cplusplus-1.5.3/test/t/conf/extra.conf:
Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration
...^C***
halting tests
Something I can do to fix this?
Thanks for your time!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ahh - that's not a functional problem. mod_access (which used to define Order and Allow) has been renamed to mod_authz_host and may not be included in the default apache build any more. I'll look into that, but in the mean time you can remove the Order and Allow directives from the extra.conf.in and re-run autogen. Can you send me the following:
1) If you built apache from source, send the config.log, otherwise let me know what you downloaded
2) Send me the output of httpd -l
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Will mod_cplusplus also work under 2.2? Or just 2.0?
Hi -
we have tested extensively on 2.0 and 2.1, but we do have users on 2.2 - so you should be all set. Post if you run into any issues and we'll resolve them quickly.
Well, I'm running 'make check' and I'm getting the following error:
Making check in src
Making check in example
Making check in handler
Making check in input_filter
Making check in output_filter
Making check in protocol
Making check in test
APXS=/usr/local/sbin/apxs; export APXS; perl t/CPPTest
*** root mode: changing the files ownership to 'nobody' (65534:65534)
*** sudo -u '#65534' /usr/local/bin/perl -e 'print -r "/usr/ports/www/mod_cplusplus/work/mod_cplusplus-1.5.3/test/t" && -w _ && -x _ ? "OK" : "NOK"'
*** result: OK
/usr/local/sbin/httpd -d /usr/ports/www/mod_cplusplus/work/mod_cplusplus-1.5.3/test/t -f /usr/ports/www/mod_cplusplus/work/mod_cplusplus-1.5.3/test/t/conf/httpd.conf -DAPACHE2
using Apache/2.2.4
waiting for server to start: .[Sat Jun 16 12:29:04 2007] [error] done retrieving param
Syntax error on line 10 of /usr/ports/www/mod_cplusplus/work/mod_cplusplus-1.5.3/test/t/conf/extra.conf:
Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration
...^C***
halting tests
Something I can do to fix this?
Thanks for your time!
Ahh - that's not a functional problem. mod_access (which used to define Order and Allow) has been renamed to mod_authz_host and may not be included in the default apache build any more. I'll look into that, but in the mean time you can remove the Order and Allow directives from the extra.conf.in and re-run autogen. Can you send me the following:
1) If you built apache from source, send the config.log, otherwise let me know what you downloaded
2) Send me the output of httpd -l
Thanks.