DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10059>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10059 Apache Service won't install on Win32 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Component|Other Modules |AllOther Modules Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-06-20 20:29 ------- You uninstalled the old Apache, but you didn't uninstall the old PHP module for the old Apache. So when you installed the new Apache, it found the old Apache configuration files and the old PHP module and tried to load it and failed. Look in your Apache config file, find the line that says LoadModule .... libphp4.so... or something like that, and comment it out. Then Apache will start up. When PHP releases a new binary, replace the old libphp4.so with the new version and uncomment that line and restart Apache, and you'll have PHP back. In any event, this is a support issue, not a bug. If you have further questions, please direct them to one of the user support mailing lists. Thanks for using Apache! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
