Hi, I am working on porting modperl to the upcoming httpd 2.4. One problem is the line
conf_vector_length = total_modules; in ap_read_config (config.c:2300). Modperl provides a way to write modules in Perl. These modules are loaded by the directive PerlLoadModule which is executed later than line 2300. Such modules are then appended to the module list, get a module structure, can create config directives etc. They also have a module index and allocate their place in config vectors. Now, the line above limits the config vector length to the number of modules known before any one perl module could be loaded. How can this situation be solved? Thanks, Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name) Like fantasy? http://kabatinte.net
