[22185] trunk/dports/net/smokeping/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 20 22:30:45 PST 2007


Revision: 22185
          http://trac.macosforge.org/projects/macports/changeset/22185
Author:   markd at macports.org
Date:     2007-02-20 22:30:44 -0800 (Tue, 20 Feb 2007)

Log Message:
-----------
ui_msg changes only.

Modified Paths:
--------------
    trunk/dports/net/smokeping/Portfile

Modified: trunk/dports/net/smokeping/Portfile
===================================================================
--- trunk/dports/net/smokeping/Portfile	2007-02-21 04:58:09 UTC (rev 22184)
+++ trunk/dports/net/smokeping/Portfile	2007-02-21 06:30:44 UTC (rev 22185)
@@ -166,8 +166,8 @@
 
 	AddHandler cgi-script .cgi
 
-   -Add directives to allow access to Smokeping's data directory and a /smokefast
-    alias for a simple url to the smokeping.cgi.
+   -Add a directive for Smokeping's data directory and add
+    smokeping.cgi to DirectoryIndex for a simple /smokeping url.
 
 	Alias /smokeping \"${prefix}/var/smokeping\"
 	<Directory \"${prefix}/var/smokeping\">
@@ -175,8 +175,11 @@
 	    Options ExecCGI
 	</Directory>
 
-	Alias /smokefast \"${prefix}/var/smokeping/smokeping.cgi\"
+	<IfModule dir_module>
+	    DirectoryIndex index.html smokeping.cgi
+	</IfModule>
 
+
 3) Set Smokeping data directory permissions to the Apache user and group set
    in httpd.conf.  The default Apache user and group for OS X is www.
 
@@ -248,8 +251,7 @@
 
 7) Check the Smokeping graphs with a web browser.
 
-   Go to http://localhost/smokeping/smokeping.cgi, or http://localhost/smokefast if
-   you set that alias to smokeping.cgi in your httpd.conf.
+   Go to http://localhost/smokeping
 
 
 8) Add or remove targets from Smokeping.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070220/671990c7/attachment.html


More information about the macports-changes mailing list