From professional translators, enterprises, web pages and freely available translation repositories.
diskeeper web server
diskeeper web server
Last Update: 2006-11-02
Usage Frequency: 2
Quality:
web server
web server
Last Update: 2006-11-02
Usage Frequency: 2
Quality:
personal web server 3または4以降
apache 1.3.x
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
手順 3: web server global settings をクリッ クします。
on the 'external' tab, enter: virtual = .php _bar_ actual = c:\path-to-php-dir\php.exe, and use the add button.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
the interface part talks to the web server, etc.
the functionality part implements the functionality of the language (its functions, etc.).
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
the port being used on the user's machine to communicate with the web server.
the port being used on the user 's machine to communicate with the web server.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
the port on the server machine being used by the web server for communication. for default setups, this will be '80 '; using ssl, for instance, will change this to whatever your defined secure http port is.
string containing the server version and virtual host name which are added to server-generated pages, if enabled.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
depending on the build process you selected, you should either end up with a new php binary to be linked into your web server (or run as cgi), or with an .so (shared object) file. if you compiled the example file first_module.c as a shared object, your result file should be first_module.so. to use it, you first have to copy it to a place from which it's accessible to php. for a simple test procedure, you can copy it to your htdocs directory and try it with the source in 例29-1. if you compiled it into the php binary, omit the call to dl(), as the module's functionality is instantly available to your scripts.
if you compiled the example file first_module.c as a shared object, your result file should be first_module.so.
Last Update: 2011-10-24
Usage Frequency: 1
Quality: