Hi experts,
I'm doing a OpenSSL project and I'm completely new to web server. I've got a client.c
and server.c
. client.c
creates a connection to the server on port 6008 and reads data from stdin
and then send those data to the server. The server.c
reads data from socket and writes it back out to stdout
.
I've got the server.c
compiled on the server's unix terminal (Solaris 9) but I can't figure out how to run it on Apache 2.2.
PS. I've installed Apache 2.2.15 and OpenSSL 1.0.0a and they are all working.
Any help will be much appreciated!
Z.Zen