This might be a dumb question, but did you check the error log or the access
log? What happens when you try to start apache from the command line? (is
that possible in Windows? I've never tried...)
I looked at the error log.
In the Windows Event Log, I found the following:
=======================================
Application log:
The Apache service named reported the following error:
Cannot load C:/Programs/Apache/Apache2/modules/mod_python.so into
server: The specified module could not be found. .
The Apache service named reported the following error:
Syntax error on line 173 of C:/Programs/Apache/Apache2/conf/httpd.conf:
[Line 173 is "LoadModule python_module modules/mod_python.so"]
========================================
System log:.
The Apache2 service terminated with service-specific error 1 (0x1).
========================================
My modules folder looks like this:
Directory of C:\Programs\Apache\Apache2\modules
11/09/2003 21:48 <DIR> .
11/09/2003 21:48 <DIR> ..
08/07/2003 22:02 24 653 mod_access.so
08/07/2003 22:02 24 658 mod_actions.so
08/07/2003 22:02 24 656 mod_alias.so
08/07/2003 22:02 24 658 mod_asis.so
08/07/2003 22:02 24 651 mod_auth.so
08/07/2003 22:02 24 656 mod_auth_anon.so
08/07/2003 22:02 24 655 mod_auth_dbm.so
08/07/2003 22:02 32 850 mod_auth_digest.so
08/07/2003 22:02 32 857 mod_auth_ldap.so
08/07/2003 22:02 32 855 mod_autoindex.so
08/07/2003 22:02 28 757 mod_cache.so
08/07/2003 22:02 24 661 mod_cern_meta.so
08/07/2003 22:02 28 753 mod_cgi.so
08/07/2003 22:02 24 668 mod_charset_lite.so
08/07/2003 22:02 77 903 mod_dav.so
08/07/2003 22:02 45 136 mod_dav_fs.so
08/07/2003 22:02 57 426 mod_deflate.so
08/07/2003 22:02 24 654 mod_dir.so
08/07/2003 22:02 24 666 mod_disk_cache.so
08/07/2003 22:02 24 655 mod_env.so
08/07/2003 22:02 24 659 mod_expires.so
08/07/2003 22:02 28 757 mod_ext_filter.so
08/07/2003 22:02 24 659 mod_file_cache.so
08/07/2003 22:02 24 659 mod_headers.so
08/07/2003 22:02 28 751 mod_imap.so
08/07/2003 22:02 41 042 mod_include.so
08/07/2003 22:02 24 658 mod_info.so
08/07/2003 22:02 32 851 mod_isapi.so
08/07/2003 22:02 24 656 mod_logio.so
08/07/2003 22:02 28 757 mod_log_config.so
08/07/2003 22:02 24 665 mod_mem_cache.so
08/07/2003 22:02 28 748 mod_mime.so
08/07/2003 22:02 32 854 mod_mime_magic.so
08/07/2003 22:02 36 950 mod_negotiation.so
08/07/2003 22:02 41 038 mod_proxy.so
08/07/2003 22:02 20 566 mod_proxy_connect.so
08/07/2003 22:02 28 754 mod_proxy_ftp.so
08/07/2003 22:02 24 659 mod_proxy_http.so
14/03/2003 13:06 110 592 mod_python.so
08/07/2003 22:02 57 426 mod_rewrite.so
08/07/2003 22:02 24 660 mod_setenvif.so
08/07/2003 22:02 24 658 mod_speling.so
08/07/2003 22:02 28 756 mod_status.so
08/07/2003 22:02 24 661 mod_unique_id.so
08/07/2003 22:02 24 658 mod_userdir.so
08/07/2003 22:02 24 661 mod_usertrack.so
08/07/2003 22:02 24 662 mod_vhost_alias.so
08/07/2003 22:02 36 949 util_ldap.so
48 File(s) 1 535 794 bytes
2 Dir(s) 38 969 270 272 bytes free
Regards,
-PU