Changes between Initial Version and Version 2 of Ticket #20589


Ignore:
Timestamp:
Aug 7, 2009, 1:45:13 AM (15 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20589

    • Property Owner changed from macports-tickets@… to markd@…
  • Ticket #20589 – Description

    initial v2  
    55into place ...
    66
     7{{{
    78sudo cp ${prefix}/share/doc/speedycgi/mod_speedycgi.so /usr/libexec/httpd
    89sudo cp ${prefix}${smokedata}/smokeping.cgi /Library/WebServer/CGI-Executables
     10}}}
    911
    1012... and add the lines below to /etc/httpd/httpd.conf.
    1113
     14{{{
    1215LoadModule speedycgi_module libexec/mod_speedycgi.so
    1316AddModule mod_speedycgi.c"
     17}}}
    1418
    1519This 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:
     
    1721into place ...
    1822
     23{{{
    1924sudo cp ${prefix}/share/doc/speedycgi/mod_speedycgi.so /usr/libexec/apache2
    2025sudo cp ${prefix}${smokedata}/smokeping.cgi /Library/WebServer/CGI-Executables
     26}}}
    2127
    2228... and add the lines below to /etc/apache2/httpd.conf.
    2329
     30{{{
    2431LoadModule speedycgi_module libexec/mod_speedycgi.so"
     32}}}
    2533
    2634I tested it, and it works.