webmin

Why can't webmin can't open files in directories that are not world executable?

I'm using an open source Perl package named "webmin" on several servers. It's mostly Perl on the inside. I found a weird behavior on a new 64-bit server: files were getting created empty. I've traced it down to a "Permission Denied" error in Perl's builtin function open which is pretty unusual, since the application is running as root....

Need Help: Failed to configure Virtual Server on Webmin (mixing * ports and non-* ports with a NameVirtualHost address is not supported)

Hello, I have finish configure the Virtual Server to use domain name. Then I try to restart the httpd, but it give me an error message like below: Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using xxx.xxx.xxx.xxx for ServerName [Thu Dec 24 20:20:26 2009] [error] VirtualHost xxx.xxx.xxx....

unable to install mysql completely on debian 5.0

hi, its been a couple of days that I'm trying to install mysql on my vps which has debian 5.0 with 256mb ram. I've installed webmin also. here is the symptoms : after installing mysql using either webmin or apt-get I am trying to connect to mysql for changing root password but every time I cope with this error : ERROR 1045 (28000): Ac...

login connection problem using SimpleTest

Hi everyone. I am using SimpleBrowser from SimpleTest (http://www.simpletest.org) to login a webmin (http://www.webmin.com/). This login uses https. I've tried two different ways, both fail. $browser = new SimpleBrowser(); $browser->useCookies(); $browser->useFrames(); //echoes the login page, where it should echo the landing page from...

Webmin on Fedora Virtual Machine

I have a Fedora Virtual Machine (installed in VMWare Server 2) and I installed Webmin on it. I have to access Webmin from my browser (installed on my computer) using the ip address. something like: http://ip_address/Webmin. Does someone know what configurations should I make, in order to make this run? I don't have much experience with l...

How can I set up a subdomain to another host?

Hey guys, so I recently purchased a cheap vps for me to play around with, to get used to working with linux, command line, and servers. I also have a shared webhost that I host my site on. For now, I want to keep my site on my shared webhost until I fully find out how to work with my vps, then I'll slowly start moving projects, ect ove...