LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   HTTPD (Apache) & execve (https://www.linuxquestions.org/questions/programming-9/httpd-apache-and-execve-339862/)

rblampain 07-04-2005 08:23 AM

HTTPD (Apache) & execve
 
Using NASM.
I have an HTML form calling an assembly routine, depending on what the user enters in the form, this assembly routine either returns another HTML document (this works) or tries to call another assembly routine using syscall 11, execve (this does not work).

It seems because the first assembly routine was invoked through HTTPD, HTTPD wants headers to return.

Should I be able to directly call the second assembly routine from the first and how? One value has also to be passed from one to the other.

(I don't know C.)

Any help most welcome.


All times are GMT -5. The time now is 08:26 AM.