roundhay said: I have installed Webmin on my server and so far have been very impressed.
I have changed the default port
I can access over my lan using https://servername:portnumber but I can't access using my host name https://my.hostname.org:portnumber
Any idea what I need to add or update to get this to work?
There seem to be a large number of module available for download does anyone have any recommendations for useful modules?
I have seeing that before on many Redhatish installs. Do you have the necessary Perl libraries installed? Type this at the prompt:
perl -e 'use Net::SSLeay'
If it doesn't return anything, its installed, if it spills an error, *similar* to this one:
Can't locate Net/SSLeay.pm in @INC (@INC contains: /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/5.8.6 /Network/Library/Perl /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1 .) at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
You'll need to install that library at least (you'll also need the OpenSSL one.
Regarding modules, I like this one: WebminStats, it needs RRD Tools.