Re: [fpc-pascal] Apache module with fpc 2.4.x on Apache 2.2.x (64bit)

2011-05-27 Thread Takashi Ishikawa
The problem was solved. I tried FPC 2.5.x, and the module worked fine! I used 'Daily Source Snapshot' on 2011/05/27. I tried with only changing FPC version, other conditions(OS, apache and code) are not changed. Thanks a lot! Takashi On Fri, 27 May 2011 10:07:31 +0900, Takashi Ishik

Re: [fpc-pascal] Apache module with fpc 2.4.x on Apache 2.2.x (64bit)

2011-05-27 Thread Marco van de Voort
In our previous episode, ABorka said: > > > > Is there another possible cause? > > > > Takashi > > If you compile with the proper HTTPD directory (httpd22 in this case), > it should work. > No error message in the apache error.log? Apache always says something > when the startup is not succe

Re: [fpc-pascal] Apache module with fpc 2.4.x on Apache 2.2.x (64bit)

2011-05-26 Thread Takashi Ishikawa
Thanks for checking code. If you compile with the proper HTTPD directory (httpd22 in this case), Yes, I used httpd22, too. httpd20 and httpd13 was deleted. No error message in the apache error.log? Apache always says something when the startup is not successful. Apache doesn't say any errors

Re: [fpc-pascal] Apache module with fpc 2.4.x on Apache 2.2.x (64bit)

2011-05-26 Thread ABorka
.. >The error that exists in the ticket is not displayed. Seemingly, start > of httpd seems to success. However, the process terminate immediately. > > Is there another possible cause? > > Takashi If you compile with the proper HTTPD directory (httpd22 in this case), it should work. No error

Re: [fpc-pascal] Apache module with fpc 2.4.x on Apache 2.2.x (64bit)

2011-05-26 Thread Takashi Ishikawa
Thanks for telling me a ticket. In fact, I had already read the code of 'fpapache' unit. According to the patch of ticket, registration of the hook seems to have been fixed. By the way, in the test code does not use TCustomApacheApplication. The code which register hook is also written.

Re: [fpc-pascal] Apache module with fpc 2.4.x on Apache 2.2.x (64bit)

2011-05-26 Thread ABorka
On 5/26/2011 13:36, Takashi Ishikawa wrote: Hello, all I'm writing apache module with fpc. When I compile my program on fpc 2.4.4, Apache terminate immediately. But on fpc 2.2.4, Apache and my module will work fine. Code is compiled with no problem. Apache can load module. But the running has

[fpc-pascal] Apache module with fpc 2.4.x on Apache 2.2.x (64bit)

2011-05-26 Thread Takashi Ishikawa
Hello, all I'm writing apache module with fpc. When I compile my program on fpc 2.4.4, Apache terminate immediately. But on fpc 2.2.4, Apache and my module will work fine. Code is compiled with no problem. Apache can load module. But the running has problem. Is there anyone who running a