mod_perl wrote:
Hi all,
When try to upload a file i get file not found (perl file) message.in
the script there is some validations if any validation fails the program
terminates using exit.if all validations are ok upload the file .then i get
file not found message.I am using linux 7.2 machin
Hi all,
When try to upload a file i get file not found (perl file) message.in
the script there is some validations if any validation fails the program
terminates using exit.if all validations are ok upload the file .then i get
file not found message.I am using linux 7.2 machine.permision to th
Kyle Oppenheim wrote:
The build: currently we only warn about using 5.6.0 and suggest to move to
5.6.1 at least. Though I doubt that anybody sees that warning, as it gets
swept away by compiler's noise. I was suggesting before to move this
note's
printing to the very end (or repeat twice?), so
Philippe M. Chiasson wrote:
Latest changes to modperl_module.c don't build for me at this moment.
Following patch fixes it.
Ah, silly me, applied with some tweaks (minimizing changes). Thanks.
That's said, gcc-3.2.1 didn't complain about declarations coming after the
code in the same block. S
> The build: currently we only warn about using 5.6.0 and suggest to move to
> 5.6.1 at least. Though I doubt that anybody sees that warning, as it gets
> swept away by compiler's noise. I was suggesting before to move this
note's
> printing to the very end (or repeat twice?), so user will notice i
Any special reason for calling modperl_init_vhost() after modperl_run() which
already does that? This is in the 'perldo' command callback.
modperl_run -> modperl_hook_init -> modperl_init -> modperl_init_vhost ->
modperl_init_vhost
Index: src/modules/perl/modperl_cmd.c
===
Latest changes to modperl_module.c don't build for me at this moment.
Following patch fixes it.
Index: src/modules/perl/modperl_module.c
===
RCS file: /home/cvspublic/modperl-2.0/src/modules/perl/modperl_module.c,v
retrieving revisio