Kristyna Streitova
924136ec0d
- allow to run multiple instances of Apache on one system [fate#317786] (internal) * distributed httpd.conf no longer includes sysconfig.d, nor this directory is shipped. httpd.conf includes loadmodule.conf and global.conf which are former sysconfig.d/loadmodule.conf and sysconfig.d/global.conf for default /etc/sysconfig/apache2 global.conf and loadmodule.conf are not included when sysconfig variables could have been read by start_apache2 startup script (run with systemd services). Therefore, when starting server via /usr/sbin/httpd, sysconfig variables are not taken into account. * some not-maintained scripts are moved from /usr/share/apache2 to /usr/share/apache2/deprecated-scripts * all modules comment in sysconfig file is not generated anymore * added README-instances.txt * removed Sources: load_configuration find_mpm get_module_list get_includes find_httpd_includes apache-find-directives * added Sources: deprecated-scripts.tar.xz apache2-README-instances.txt apache2-loadmodule.conf apache2-global.conf apache2-find-directives apache2@.service OBS-URL: https://build.opensuse.org/request/show/314699 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=452
25 lines
1.9 KiB
Plaintext
25 lines
1.9 KiB
Plaintext
LoadModule actions_module /usr/lib64/apache2-prefork/mod_actions.so
|
|
LoadModule alias_module /usr/lib64/apache2-prefork/mod_alias.so
|
|
LoadModule auth_basic_module /usr/lib64/apache2-prefork/mod_auth_basic.so
|
|
LoadModule authn_file_module /usr/lib64/apache2-prefork/mod_authn_file.so
|
|
LoadModule authz_host_module /usr/lib64/apache2-prefork/mod_authz_host.so
|
|
LoadModule authz_groupfile_module /usr/lib64/apache2-prefork/mod_authz_groupfile.so
|
|
LoadModule authz_user_module /usr/lib64/apache2-prefork/mod_authz_user.so
|
|
LoadModule autoindex_module /usr/lib64/apache2-prefork/mod_autoindex.so
|
|
LoadModule cgi_module /usr/lib64/apache2-prefork/mod_cgi.so
|
|
LoadModule dir_module /usr/lib64/apache2-prefork/mod_dir.so
|
|
LoadModule env_module /usr/lib64/apache2-prefork/mod_env.so
|
|
LoadModule expires_module /usr/lib64/apache2-prefork/mod_expires.so
|
|
LoadModule include_module /usr/lib64/apache2-prefork/mod_include.so
|
|
LoadModule log_config_module /usr/lib64/apache2-prefork/mod_log_config.so
|
|
LoadModule mime_module /usr/lib64/apache2-prefork/mod_mime.so
|
|
LoadModule negotiation_module /usr/lib64/apache2-prefork/mod_negotiation.so
|
|
LoadModule setenvif_module /usr/lib64/apache2-prefork/mod_setenvif.so
|
|
LoadModule ssl_module /usr/lib64/apache2-prefork/mod_ssl.so
|
|
LoadModule socache_shmcb_module /usr/lib64/apache2-prefork/mod_socache_shmcb.so
|
|
LoadModule userdir_module /usr/lib64/apache2-prefork/mod_userdir.so
|
|
LoadModule reqtimeout_module /usr/lib64/apache2-prefork/mod_reqtimeout.so
|
|
LoadModule authn_core_module /usr/lib64/apache2-prefork/mod_authn_core.so
|
|
LoadModule authz_core_module /usr/lib64/apache2-prefork/mod_authz_core.so
|
|
|