At 10:33 PM 12/6/2006, you wrote:
That'll run the first httpd found in your PATH. On a plain vanilla MacOSX installation, that is the httpd 1.3.33 that Apple supplies. However, you must have something else there since 1.3.33 doesn't recognize the -k flag.
AFAIK, I've removed the Apple version. I'm using 2.2.3.
When you run /Library/Apache2/bin/httpd -l, is mod_ssl.c in the list?
Hmm.. No. Compiled in modules: core.c prefork.c http_core.c mod_so.c
If not, is there a mod_ssl.so in the modules subdirectory? Do you have a LoadModule line for that?
Yep: 776 mod_ssl.so LoadModule ssl_module modules/mod_ssl.so
What do you get when you run /Library/Apache2/bin/httpd -V ? Feel free to paste us the output.
Server version: Apache/2.2.3 Server built: Dec 7 2006 07:46:10 Server's Module Magic Number: 20051115:3 Server loaded: APR 1.2.2, APR-Util 1.2.2 Compiled using: APR 1.2.2, APR-Util 1.2.2 Architecture: 32-bit Server MPM: Prefork threaded: no forked: yes (variable process count) Server compiled with.... -D APACHE_MPM_DIR="server/mpm/prefork" -D APR_HAS_MMAP -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled) -D APR_USE_SYSVSEM_SERIALIZE -D APR_USE_PTHREAD_SERIALIZE -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT -D APR_HAS_OTHER_CHILD -D AP_HAVE_RELIABLE_PIPED_LOGS -D DYNAMIC_MODULE_LIMIT=128 -D HTTPD_ROOT="/Library/Apache2" -D SUEXEC_BIN="/Library/Apache2/bin/suexec" -D DEFAULT_PIDLOG="logs/httpd.pid" -D DEFAULT_SCOREBOARD="logs/apache_runtime_status" -D DEFAULT_LOCKFILE="logs/accept.lock" -D DEFAULT_ERRORLOG="logs/error_log" -D AP_TYPES_CONFIG_FILE="conf/mime.types" -D SERVER_CONFIG_FILE="conf/httpd.conf"
How about otool -L /Library/Apache2/bin/ httpd ?
otool: can't map file: /Library/Apache2/bin/ ((os/kern) invalid argument) otool: can't open file: httpd (No such file or directory)
And otool -L /Library/Apache2/modules/mod_ssl.so (if you have it)? I to my dismay realize that I'm linking against a libssl and libcrypto that Fink plonked into /sw/lib, and would like to know HtHthat got in my link path... Some autoconf-fu must prefer /sw over / usr or something.
/Library/Apache2/modules/mod_ssl.so:/opt/local/lib/libssl.0.9.8.dylib (compatibility version 0.9.8, current version 0.9.8) /opt/local/lib/libcrypto.0.9.8.dylib (compatibility version 0.9.8, current version 0.9.8) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.1.7)
Thanks. :)Evan
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx