Opened 15 years ago

Last modified 13 years ago

#20589 closed defect

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

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

Description

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 (0)

Note: See TracTickets for help on using tickets.