www/151645: Move mason_handler.fcgi and webmux.pl inside rt38 directory

Steve Scally steve at mailermailer.com
Fri Oct 22 21:50:08 UTC 2010


>Number:         151645
>Category:       www
>Synopsis:       Move mason_handler.fcgi and webmux.pl inside rt38 directory
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-www
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 22 21:50:07 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Steve Scally
>Release:        FreeBSD 8.0-RELEASE-p2 FreeBSD 7.2-RELEASE-p3
>Organization:
MailerMailer, LLC
>Environment:
FreeBSD sandbox FreeBSD 7.2-RELEASE-p3 #0: Thu Aug  6 11:55:21 EDT 2009     root at staging:/n/yertle1/sources/usr7/obj.amd64/n/yertle1/sources/usr7/src/sys/KCI64SMP  amd64

>Description:
When installing www/rt38 the mason_handler.fcgi and webmux.pl files are placed in /usr/local/bin.  This causes a problem when setting the Apache Directory section container where you would have to allow access to the entire /usr/local/bin directory for the mason_handler and webmux files.

<Directory "/usr/local/share/rt38">
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

<Directory "/usr/local/bin">
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

If a bin directory is created in the /usr/local/share/rt38 directory you only need one directory section container.

<Directory "/usr/local/share/rt38">
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

>How-To-Repeat:
1. Remove all installed ports on the system : pkg_delete -va
2. Install rt38 : cd /usr/ports/www/rt38 ; make install
3. Locate mason_handler.fcgi and webmux.pl : locate mason_handler.fcgi webmux.pl


>Fix:
Suggestion: 

Create a bin directory inside of /usr/local/share/rt38 and place mason_handler.fcgi and webmux.pl files in there.

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-www mailing list