Why do I want C/C++ code on Apache? Because I need the code on the webserver to be unreadable to everybody including the administrator of the server.
The C/C++ code should be able to communicate via TCP/IP, and to interface to PHP. That is, the PHP script calls a C/C++ function/object which returns html data to the PHP script - is this possible?
Or can I achieve my goal in some other way?.
Yours sincerely
Claus Christiansen.
C/C++ language on Apache http webserver.
Moderator: General Moderators
-
eziekel2517
- Forum Newbie
- Posts: 2
- Joined: Tue Dec 21, 2004 8:51 am
-
eziekel2517
- Forum Newbie
- Posts: 2
- Joined: Tue Dec 21, 2004 8:51 am
C/C++ compiled code would be sufficent.
but is C/C++ code on Apache at all possible?.
yours sincerely
Claus Christiansen
yours sincerely
Claus Christiansen
there are so many options 
you can write your own apache module
you can use [php_man]exec[/php_man] / [php_man]system[/php_man] calls to start an external program
you can use http://pecl.php.net/package/ffi
you can write your own apache module
you can use [php_man]exec[/php_man] / [php_man]system[/php_man] calls to start an external program
you can use http://pecl.php.net/package/ffi