Which version of Apache am I running?
Dear MacPorters, this may be a stupid question, but if 'port installed' returns something like: The following ports are currently installed: apache2 @2.2.4_0 apache2 @2.2.4_1 (active) then shouldn't typing 'httpd -V' into the Terminal return something else than: Server version: Apache/1.3.33 (Darwin) Server built: Aug 19 2006 07:55:18 Server's Module Magic Number: 19990320:16 Server compiled with.... -D EAPI -D HAVE_MMAP -D USE_MMAP_SCOREBOARD -D USE_MMAP_FILES -D HAVE_FCNTL_SERIALIZED_ACCEPT -D HAVE_FLOCK_SERIALIZED_ACCEPT -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT -D DYNAMIC_MODULE_LIMIT=64 -D HARD_SERVER_LIMIT=2048 -D HTTPD_ROOT="/usr" -D SUEXEC_BIN="/usr/sbin/suexec" -D DEFAULT_PIDLOG="/var/run/httpd.pid" -D DEFAULT_SCOREBOARD="/var/run/httpd.scoreboard" -D DEFAULT_LOCKFILE="/var/run/httpd.lock" -D DEFAULT_ERRORLOG="/var/log/httpd/error_log" -D TYPES_CONFIG_FILE="/etc/httpd/mime.types" -D SERVER_CONFIG_FILE="/etc/httpd/httpd.conf" -D ACCESS_CONFIG_FILE="/etc/httpd/access.conf" -D RESOURCE_CONFIG_FILE="/etc/httpd/srm.conf" ? I'm trying to figure out why Subversion keeps throwing up PROPFIND and ra_local errors at me, but if that sneaky server is running as 1.3 rather than 2, that would explain a lot. BTW, personal webserver is turned off, running OS 10.4.10 on Intel. Elise van Looij
On 31.7.2007, at 19.44, Elise van Looij wrote:
Dear MacPorters,
this may be a stupid question, but if 'port installed' returns something like:
The following ports are currently installed: apache2 @2.2.4_0 apache2 @2.2.4_1 (active)
then shouldn't typing 'httpd -V' into the Terminal return something else than:
Server version: Apache/1.3.33 (Darwin) Server built: Aug 19 2006 07:55:18 Server's Module Magic Number: 19990320:16 Server compiled with.... -D EAPI -D HAVE_MMAP -D USE_MMAP_SCOREBOARD -D USE_MMAP_FILES -D HAVE_FCNTL_SERIALIZED_ACCEPT -D HAVE_FLOCK_SERIALIZED_ACCEPT -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT -D DYNAMIC_MODULE_LIMIT=64 -D HARD_SERVER_LIMIT=2048 -D HTTPD_ROOT="/usr" -D SUEXEC_BIN="/usr/sbin/suexec" -D DEFAULT_PIDLOG="/var/run/httpd.pid" -D DEFAULT_SCOREBOARD="/var/run/httpd.scoreboard" -D DEFAULT_LOCKFILE="/var/run/httpd.lock" -D DEFAULT_ERRORLOG="/var/log/httpd/error_log" -D TYPES_CONFIG_FILE="/etc/httpd/mime.types" -D SERVER_CONFIG_FILE="/etc/httpd/httpd.conf" -D ACCESS_CONFIG_FILE="/etc/httpd/access.conf" -D RESOURCE_CONFIG_FILE="/etc/httpd/srm.conf"
?
I'm trying to figure out why Subversion keeps throwing up PROPFIND and ra_local errors at me, but if that sneaky server is running as 1.3 rather than 2, that would explain a lot. BTW, personal webserver is turned off, running OS 10.4.10 on Intel.
Hi, MacPorts apache2 lives in /opt/local/apache2/bin. This directory is not in the default PATH, so if you just write the command you showed, it probably gives you the builtin, so this behaviour is expected. So check your PATH with 'echo $PATH' or similar. ! ! Jyrki Wahlstedt ! skype:jyrkiwahlstedt ! http://www.wahlstedt.fi/jyrki/ ! ! Our life is no dream; but it ought to become one and perhaps will. ! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780 6366 EFD9 139C C386
On 7/31/07, Elise van Looij <evlooij@xs4all.nl> wrote:
Dear MacPorters,
this may be a stupid question, but if 'port installed' returns something like:
The following ports are currently installed: apache2 @2.2.4_0 apache2 @2.2.4_1 (active)
then shouldn't typing 'httpd -V' into the Terminal return something else than:
Server version: Apache/1.3.33 (Darwin) Server built: Aug 19 2006 07:55:18 Server's Module Magic Number: 19990320:16 Server compiled with.... -D EAPI -D HAVE_MMAP -D USE_MMAP_SCOREBOARD -D USE_MMAP_FILES -D HAVE_FCNTL_SERIALIZED_ACCEPT -D HAVE_FLOCK_SERIALIZED_ACCEPT -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT -D DYNAMIC_MODULE_LIMIT=64 -D HARD_SERVER_LIMIT=2048 -D HTTPD_ROOT="/usr" -D SUEXEC_BIN="/usr/sbin/suexec" -D DEFAULT_PIDLOG="/var/run/httpd.pid" -D DEFAULT_SCOREBOARD="/var/run/httpd.scoreboard" -D DEFAULT_LOCKFILE="/var/run/httpd.lock" -D DEFAULT_ERRORLOG="/var/log/httpd/error_log" -D TYPES_CONFIG_FILE="/etc/httpd/mime.types" -D SERVER_CONFIG_FILE="/etc/httpd/httpd.conf" -D ACCESS_CONFIG_FILE="/etc/httpd/access.conf" -D RESOURCE_CONFIG_FILE="/etc/httpd/srm.conf"
?
I'm trying to figure out why Subversion keeps throwing up PROPFIND and ra_local errors at me, but if that sneaky server is running as 1.3 rather than 2, that would explain a lot. BTW, personal webserver is turned off, running OS 10.4.10 on Intel.
Elise van Looij
Others have weighed in on this but your next step should have been "which httpd". That would have turned that fact that you weren't running the MacPorts version, but actually the Apple version. That and the fact that all the -D definitions point to stuff outside the /opt tree would be good indicators as well. -- Paul Beard / www.paulbeard.org/ <paulbeard@gmail.com/paulbeard@mac.com>
participants (3)
-
Elise van Looij
-
Jyrki Wahlstedt
-
paul beard