英語 での Loadmodule の使用例とその 日本語 への翻訳
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
Open the httpd. conf, LoadModule… look for the line.
Add the following two lines to the end of the LoadModule section.
The path on the right hand side of the LoadModule statement must point to the path of the PHP module on your system.
Now simply place it in the modules directory of your server root,and use the LoadModule directive to load it.
Whatever the name of the module, the LoadModule directive requires the exact filename, no assumption is made about the filename extension.
Paths in other configuration directives(such as Include or LoadModule, for example) are taken as.
Locate the lines LoadModule<module_name< corresponding to the modules that you want to switch on, and uncomment the lines.
These include ServerRoot, LoadModule, and LoadFile.
The server package is more flexible at run-time because the serverprocess can be assembled at run-time via LoadModule httpd.
Paths in other configuration directives(such as Include or LoadModule, for example) are taken as relative to this directory.
The server package is more flexible at run-time because the serverprocess can be assembled at run-time via LoadModule apache2.
This is a string which identifies the module for use in the LoadModule directive when dynamically loading modules.
The server package is more flexible at run-time because the actual serverprocess can be assembled at run-time via LoadModule httpd.
Relative paths in other configuration directives(such as Include or LoadModule, for example) are taken as relative to this directory.
The second way is to compile the module as a DLL, a shared library that can be loaded into the server at runtime, using the LoadModule directive.
The LoadModule directive links in the object file or library filename and adds the module structure named module to the list of active modules.
Now simply place it in the modules directory of your server root,and use the LoadModule directive to load it.
In addition, if you dynamically load the standard modules using the LoadModule directive, then you will need to account for the module name changes mentioned above.
If the server is compiled to use dynamically loaded modules, then modules can be compiled separately andadded at any time using the LoadModule directive.
Module Identifier This is a string which identifies the module for use in the LoadModule directive when dynamically loading modules.
In the former case, the directives between the start and end markers are only processed if the module named module is included in Apache--either compiled in or dynamically loaded using LoadModule.
In the former case, the directives between the start and end markers are only processed if the module named module name is included in Apache--either compiled in or dynamically loaded using LoadModule.
Htaccess help Platform specific issues Subversion issues Page layout issues HTTPS issues Segmentation fault with php5-mhash or other php5 modules Simple configuration: single project If you just installed mod_python, you may have to add aline to load the module in the Apache configuration: LoadModule python_module modules/mod_python.