to correct the problem I had to comment 3 lines in extra.conf: (got no time to work it out)
#<Location />
# Order allow,deny
# Allow from all
#</Location>
this is the error message:
/Library/Apache2/bin/httpd -d /Users/jfa/Desktop/mod_cplusplus/test/t -f /Users/jfa/Desktop/mod_cplusplus/test/t/conf/httpd.conf -DAPACHE2 -DPERL_USEITHREADS
Syntax error on line 9 of /Users/jfa/Desktop/mod_cplusplus/test/t/conf/extra.conf:
Invalid command 'Order', perhaps mis-spelled or defined by a module not included in the server configuration
using Apache/2.0.52
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
to correct the problem I had to comment 3 lines in extra.conf: (got no time to work it out)
#<Location />
# Order allow,deny
# Allow from all
#</Location>
this is the error message:
/Library/Apache2/bin/httpd -d /Users/jfa/Desktop/mod_cplusplus/test/t -f /Users/jfa/Desktop/mod_cplusplus/test/t/conf/httpd.conf -DAPACHE2 -DPERL_USEITHREADS
Syntax error on line 9 of /Users/jfa/Desktop/mod_cplusplus/test/t/conf/extra.conf:
Invalid command 'Order', perhaps mis-spelled or defined by a module not included in the server configuration
using Apache/2.0.52
Hmmm... interesting. I'll look into it (seems to pass check on 10.3.x)
idem with linux.
doesn't work at all on OSX Tiger.
See my post about automake 1.9 & configure.in.
OSX10.4 has automake 1.6
BTW good job!