Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 219568 - webapp-config supports different htdocs dirs for http/https but not different cgi-bin directories
Summary: webapp-config supports different htdocs dirs for http/https but not different...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-28 04:16 UTC by Tres 'RiverRat' Melton
Modified: 2023-01-28 20:30 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>