From professional translators, enterprises, web pages and freely available translation repositories.
添加title of the area where you test your keys are properly configured
add
Last Update: 2011-10-23
Usage Frequency: 3
Quality:
there is no standalone support for the php sesam interface, it works only as an integrated apache module. in the apache php module, this sesam interface is configured using apache directives.
php3_sesam_configfile
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
the behavior of assert() may be configured by assert_options() or by .ini-settings described in that functions manual page.
the behavior of assert() may be configured by assert_options() or by .ini-settings described in that functions manual page.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
when php is configured, you are ready to build the cgi executable. the command make should take care of this. if it fails and you can't figure out why, see the problems section.
when php is configured, you are ready to build the cgi executable.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
note too that some directory server hosts will be configured to return no more than a preset number of entries. if this occurs, the server will indicate that it has only returned a partial results set. this occurs also if the sixth parameter sizelimit has been used to limit the count of fetched entries.
the fifth parameter attrsonly should be set to 1 if only attribute types are wanted.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
1. gzip -d httpd-2_0_nn.tar.gz 2. tar xvf httpd-2_0_nn.tar 3. gunzip php-nn.tar.gz 4. tar -xvf php-nn.tar 5. cd httpd-2_0_nn 6. ./configure --enable-so 7. make 8. make install now you have apache 2.0.nn available under /usr/local/apache2, configured with loadable module support and the standard mpm prefork. to test the installation use your normal procedure for starting the apache server, e.g.: /usr/local/apache2/bin/apachectl start and stop the server to go on with the configuration for php: /usr/local/apache2/bin/apachectl stop. 9. cd ../php4-nn 10. ./configure --with-apxs2=/usr/local/apache2/bin/apxs 11. make 12. make install 13. cp php.ini-dist /usr/local/lib/php.ini edit your php.ini file to set php options. if you prefer this file in another location, use --with-config-file-path=/path in step 10. 14. edit your httpd.conf file and check that these lines are present: loadmodule php4_module modules/libphp4.so addtype application/x-httpd-php .php you can choose any extension you wish here. .php is simply the one we suggest. the path on the right hand side of the loadmodule statement must point to the path of the php module on your system. the above statement is correct for the steps shown above. 15. use your normal procedure for starting the apache server, e.g.: /usr/local/apache2/bin/apachectl start
the path on the right hand side of the loadmodule statement must point to the path of the php module on your system.
Last Update: 2011-10-24
Usage Frequency: 1
Quality: