[MacPorts] #20589: Instructions for port "smokeping" do not cover 10.5

MacPorts noreply at macports.org
Thu Aug 6 18:45:13 PDT 2009


#20589: Instructions for port "smokeping" do not cover 10.5
------------------------------------+---------------------------------------
 Reporter:  schneider.pj@…          |       Owner:  markd@…           
     Type:  request                 |      Status:  new               
 Priority:  Normal                  |   Milestone:                    
Component:  ports                   |     Version:  1.7.1             
 Keywords:                          |        Port:  smokeping         
------------------------------------+---------------------------------------
Description changed by macsforever2000@…:

Old 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

New 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

--

-- 
Ticket URL: <http://trac.macports.org/ticket/20589#comment:2>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list