I followed FAQ advice #14, which deals with this issue but I stumbled on line:
10. Configure proxy in Apache described in FAQ 12 and restart Apache.
FAQ12 concerns the configuration of virtual host, not proxy; that is what I presume p.10 refers to.
I have installed successfully certificates, configured mods and I guess I make a mistake at this point in the httpd.conf:
DocumentRoot /var/www/html
ServerName monyog
SSLEngine On
SSLCertificateFile /etc/pki/mine/certs/my.crt
SSLCertificateKeyFile /etc/pki/mine/private/my.key
ServerName monyog
ServerAlias http://1.1.1.1
Redirect permanent / [url=”http://46.40.90.201:5555>/”]http://1.1.1.1:5555>/[/url]
Here 1.1.1.1 stands for my IP address. In /etc/hosts I have added:
1.1.1.1 monyog
supposing that I should replace 'monyog.mydomain.com' with 'monyog' in the advice FAQ12.
The result is that when I try to access MONyog interface with http://1.1.1.1:555 in IE or Mozilla, it works OK in http mode. But when I try https://1.1.1.1:555 no connection is established. Help needed.
Another point: there is a local IP 192.168.0.1 address for the second ethernet card of this machine (Fedora14 OS); will MONyog be accessible from the LAN? https mode is not a must for the LAN members.