Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 130397 - Mythweb doesn't work with default apache2 ssl_default_vhost config
Summary: Mythweb doesn't work with default apache2 ssl_default_vhost config
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-18 11:57 UTC by Sven Muehlberg
Modified: 2006-04-19 20:48 UTC (History)
0 users

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 Sven Muehlberg 2006-04-18 11:57:52 UTC
After installing www-apps/mythweb-0.19 it works ok when accessing over http but failes when accessing over https. 

Adding the lines
--- snip ---
<Directory "/var/www/localhost/htdocs">
    Options Indexes FollowSymLinks
    AllowOverride All
    Order allow,deny
    Allow from all
</Directory>
--- snap ---
to the file /etc/apache2/modules.d/41_mod_ssl.default-vhost.conf brings mythweb to function. (it now uses the settings in /var/www/localhost/htdocs/mythweb/.htaccess for https access, not only for http access.

I am using net-www/apache-2.0.55-r2.
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2006-04-19 05:53:32 UTC
This is an issue with the default apache2 default SSL vhost config file. I however don't see them changing this.
Comment 2 Michael Stewart (vericgar) (RETIRED) gentoo-dev 2006-04-19 20:48:49 UTC
cardoe is correct. We don't be changing these options. The defaults are designed to be as secure as possible. If you need less security, you have to define it yourself.