Asked by duncanb7
at 2024-07-09 02:16:55
Point:500 Replies:13 POST_ID:828565USER_ID:11059
Topic:
Java Programming Language;PHP Scripting Language;Apache Web Server
As we know we will use http protocol to browser comunication between Client and server and normally using port 80. I want to know where the protocol program is located on
the Linux server ? and what program language is using to write the protocol, Is C or PHP ?
Recently I study and run php program for socket communication
from the link at php.net ,http://php.net/manual/en/sockets.examples.php at using
port 10000 for my Linux server, it is successfully. Now I would like
to write PHP script to simulate http protocol program but want to use port 10000 instead of 80.
where the http protocol program is located on
the Linux server ? and what program language is using to write the protocol, Is C or
PHP ? So ,I can base on the program reference to start
Please advise
Duncan
the Linux server ? and what program language is using to write the protocol, Is C or PHP ?
Recently I study and run php program for socket communication
from the link at php.net ,http://php.net/manual/en/sockets.examples.php at using
port 10000 for my Linux server, it is successfully. Now I would like
to write PHP script to simulate http protocol program but want to use port 10000 instead of 80.
where the http protocol program is located on
the Linux server ? and what program language is using to write the protocol, Is C or
PHP ? So ,I can base on the program reference to start
Please advise
Duncan