Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 219568

Summary: webapp-config supports different htdocs dirs for http/https but not different cgi-bin directories
Product: Gentoo Linux Reporter: Tres 'RiverRat' Melton <RiverRat>
Component: [OLD] DevelopmentAssignee: Gentoo Web Application Packages Maintainers <web-apps>
Status: CONFIRMED ---    
Severity: enhancement CC: web-apps
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Tres 'RiverRat' Melton 2008-04-28 04:16:51 UTC
/etc/vhosts/webapp-config  has options for the following:

vhost_htdocs_insecure="htdocs"
vhost_htdocs_secure="htdocs-ssl"

but it should also support different directories for the cgi-bin directories too.

vhost_cgi_insecure="cgi-bin"
vhost_cgi_secure="cgi-bin-ssl"

This is necessary if one wants to do something like this in 00_default_ssl_vhost.conf:

        <Directory "/var/www/localhost/cgi-bin-ssl">
                SSLRequireSSL
        </Directory>

Please assign this bug to the kind folks of <web-apps@gentoo.org>