Hi,
i installed these two contribs on sme7.1.3,
- smeserver-phpmyadmin-2.10.0.2-0.dmay
- smeserver-torrentflux-0.9-3
but cannot access both of them. Before even thinking of raising a bug, i'd like to have some feedback, as it's a misconfiguration for sure.
as i said, both of them are not accessible via https, smeserver-torrentflux throws an http 403 for
https://server/torrent, log says
[error] [client 192.168.10.247] client denied by server configuration: /home/e-smith/files/ibays/torrent/html
configuration is:
[root@ctu ~]# config show torrentflux
torrentflux=service
DbPassword=ciGe7pk22***********************NKnaZMnrSm2ymHYCung4JfkVsx6z5
Name=Torrent client
PublicAccess=global-pw-remote
httpd.conf (this seems to be very wrong, anyway modified to point /opt but no good)
<VirtualHost 0.0.0.0:443>
[...]
ScriptAlias /torrent/cgi-bin /home/e-smith/files/ibays/torrent/cgi-bin
Alias /torrent/files /home/e-smith/files/ibays/torrent/files
Alias /torrent /home/e-smith/files/ibays/torrent/html
phpmyadmin contrib asks for user/password, then frameset loads (page's <title> is rendered ok), but both frames aren't loading, firefox loops and tells something like "the site is redirecting the request for this address in a way it will never get completed", and
it happens with ssl-only.
if i comment out SSLRequireSSL it loads fine in plain http.
# phpMyAdmin
Alias /phpmyadmin /opt/phpmyadmin
<Directory /opt/phpmyadmin>
#SSLRequireSSL
Options -Indexes
AllowOverride None
order deny,allow
deny from all
allow from all
AuthName "phpMyAdmin"
AuthType Basic
AuthExternal pwauth
require user admin
Satisfy all
AddType application/x-httpd-php .php .php3
php_flag magic_quotes_gpc on
php_flag track_vars on
</Directory>
the only warning/error i get into httpd error_log is
[warn] RSA server certificate CommonName (CN) `ctu.domain' does NOT match server name!?
could that be the issue? any other log you may require is available.
sorry for the long post, and thanks for helping.
b.