Opened 15 years ago

Last modified 13 years ago

#20589 closed defect

Instructions for port "smokeping" do not cover 10.5 — at Version 2

Reported by: schneider.pj@… Owned by: markd@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc:
Port: smokeping

Description (last modified by mf2k (Frank Schima))

After installing smokeping, you get instructions how to setup smokeping.

It says: "-For Apple's Apache 1, manually copy mod_speedycgi.so and smokeping.cgi into place ...

sudo cp ${prefix}/share/doc/speedycgi/mod_speedycgi.so /usr/libexec/httpd
sudo cp ${prefix}${smokedata}/smokeping.cgi /Library/WebServer/CGI-Executables

... and add the lines below to /etc/httpd/httpd.conf.

LoadModule speedycgi_module libexec/mod_speedycgi.so
AddModule mod_speedycgi.c"

This may be correct for previous versions of Mac OS X, but in Mac OS X 10.5, Apple ships Apache2. The correct instructions could be these: "-For Apple's Apache 2, manually copy mod_speedycgi.so and smokeping.cgi into place ...

sudo cp ${prefix}/share/doc/speedycgi/mod_speedycgi.so /usr/libexec/apache2
sudo cp ${prefix}${smokedata}/smokeping.cgi /Library/WebServer/CGI-Executables

... and add the lines below to /etc/apache2/httpd.conf.

LoadModule speedycgi_module libexec/mod_speedycgi.so"

I tested it, and it works.

Best regards.

Peter

Change History (2)

comment:1 Changed 15 years ago by blb@…

Owner: changed from macports-tickets@… to markd@…

comment:2 Changed 15 years ago by mf2k (Frank Schima)

Description: modified (diff)
Note: See TracTickets for help on using tickets.