Date: 08/17/99
- Next message: Sascha Schumann: "[PHP-DEV] cvs: /php3 config.h.in"
- Previous message: Peter D. Kovacs: "Re: [PHP-DEV] pcarmrest.com"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: agm19 <email protected>
Operating system: Linux version 2.0.36 (root <email protected>) (gcc version 2.7.2.3)
PHP version: 3.0.12
PHP Bug Type: Dynamic loading related
Bug description: After full installation, when restarting, apache does not work properly
After following all the instructions to install php3-0-12, I added
the "new" lines into apache's httpd.conf configuration file.
Afterall, "httpd" binary dows not run properly, hangs and stop.
Maybe the "AddModule/LoadModule" lines should keep an order
in the configuration file. These are mine:
LoadModule env_module libexec/mod_env.so
LoadModule config_log_module libexec/mod_log_config.so
LoadModule mime_module libexec/mod_mime.so
LoadModule negotiation_module libexec/mod_negotiation.so
LoadModule status_module libexec/mod_status.so
LoadModule info_module libexec/mod_info.so
LoadModule includes_module libexec/mod_include.so
LoadModule autoindex_module libexec/mod_autoindex.so
LoadModule dir_module libexec/mod_dir.so
LoadModule cgi_module libexec/mod_cgi.so
LoadModule asis_module libexec/mod_asis.so
LoadModule imap_module libexec/mod_imap.so
LoadModule action_module libexec/mod_actions.so
LoadModule userdir_module libexec/mod_userdir.so
LoadModule alias_module libexec/mod_alias.so
LoadModule rewrite_module libexec/mod_rewrite.so
LoadModule access_module libexec/mod_access.so
LoadModule auth_module libexec/mod_auth.so
LoadModule anon_auth_module libexec/mod_auth_anon.so
LoadModule digest_module libexec/mod_digest.so
LoadModule headers_module libexec/mod_headers.so
LoadModule setenvif_module libexec/mod_setenvif.so
LoadModule perl_module libexec/libperl.so
# LoadModule php3_module libexec/libphp3.so
LoadModule jserv_module libexec/libjserv.so
LoadModule php_module libexec/mod_php.so
and the same for AddModule's list.
Any comments?
Thanks in advance.
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Sascha Schumann: "[PHP-DEV] cvs: /php3 config.h.in"
- Previous message: Peter D. Kovacs: "Re: [PHP-DEV] pcarmrest.com"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

