What are Webmin's requirements?
hp apache-based web server faqsIf you have the wrong version of Perl you will get errors similar to the following: syntax error in file /opt/hpapache2/webmin/miniserv.pl at line 6, next 2 tokens "use Socket" syntax error in file /opt/hpapache2/webmin/miniserv.pl at line 41, next 2 tokens "\Net:"
Related QuestionsHow can I uninstall Webmin?
WebminIf you have installed the RPM version of Webmin, you can also use rpm -e webmin, or if you have installed the Solaris package you can use pkgrm WSwebmin .
Related QuestionsWhat is WebMin?
Support: Industrial Automation: Performance View FAQsWebMin is an administration tool running on the Collector. To access it, use the WebMin icon on the Viewer desktop or through Internet Explorer go to URL http://(IP address):100000, for example http://10.1.206.111:10000. WebMin allows nearly full access to the Collector. It allows configuration of IP addresses, time/date, and many other items. You can do almost everything you could do with a monitor/keyboard/mouse on the Collector.
Related QuestionsCan I run Webmin or Usermin under Apache?
WebminYes, this can be done with some configuration. See this document for details on running Webmin under Apache, or this page for details on running Usermin. You can also run Webmin under the Zeus webserver in a similar way. See this documentation for instructions.
Related QuestionsIs there a version of Webmin for Windows?
WebminIt is possible to install the ZIP package of Webmin on Windows using the included setup.pl script. However, this is extremely alpha-level code, and only a few of the Webmin modules work due to packages like Squid, Sendmail and so on not existing under Windows. In addition, the Windows security and permissions systems are quite different from Unix, so anything that deals with file ownership and modes may not work.
Related QuestionsCan Webmin be run from inetd?
WebminIf you have installed webmin somewhere else, you will have to change the /usr/libexec/webmin part of the path above. Restart inetd to make the changes take effect. You should now be able to access webmin on port 10000 as normal. Using the Bootup and Shutdown module, make sure that inetd is configured to start at boot time, and that webmin is not. If you have installed webmin somewhere else, you will have to change the /usr/libexec/webmin part of the path above.
Related QuestionsHow do I change my Webmin password if I can't login?
WebminIncluded with the Webmin distribution is a program called changepass.pl to solve erecisely this problem. Assuming you have installed Webmin in /usr/libexec/webmin, you could change the password of the admin user to foo by running /usr/libexec/webmin/changepass.pl /etc/webmin admin foo
Related QuestionsWhat effect will Webmin have on my existing configuration files?
WebminJust installing Webmin will not cause any config file changes to be made. When you start to use it, only the config files related to the changes that you make in Webmin will be modified. For example, using the Apache Webserver module would not effect your Sendmail configuration. If you are using SSL, make sure you connect to a URL like https://myhost:10000/ instead of http://myhost:10000. Without the https, your browser won't use SSL mode and thus will display this error.
Related QuestionsHow do I log Webmin actions and the files they have changed?
WebminBy default, basic logging is enabled in Webmin. To turn on full logging, go into the Webmin Configuration module, click on the Logging icon and turn on the Log changes made to files by each action option. This will record all file changes and commands run by Webmin. Once logging is enabled, all actions performed from then on can be viewed in the Webmin Actions Log module. Your browser has automatically gunzipped the file for you. Just rename it to webmin-1.400.
Related QuestionsHow can I make a Webmin user always use the same password as Unix?
WebminIn the Webmin Users module, click on the user that you want to symchronize with Unix and set his Password option to Unix Authentication. If PAM is not used on your operating system, the first two steps can be skipped. Webmin will instead read the /etc/passwd or /etc/shadow file directly to authenticate users who are using the Unix Authentication password mode.
Related QuestionsHow can I allow any Unix user to login to Webmin?
WebminIn the Webmin Users module, create a new user called something like unixer, with access to the modules that you want all your Unix users to have access to. In each of the modules unixer has access to, change the module access control to give your users rights only to their own accounts. For example, in the Change Passwords module you should select Only this user for the Users whose passwords can be changed so that Unix users logging in can only change their own passwords.
Related QuestionsHow do I upgrade the Solaris package version of Webmin?
WebminBy default, Solaris doesn't allow packages to be upgraded. However, you can change this by editing the file /var/sadm/install/admin/default and changing the instance= line to instance=overwrite. An upgrade can then be performed by simply installing the new Webmin .pkg file. By default, when a user composed email the From field contains username@systemhostname.
Related QuestionsHow can I change Webmin's list of allowed IP addresses from the shell?
WebminThe file you need to modify is /etc/webmin/miniserv.conf , in particular the allow= or deny= lines. If the allow= line exists, it contains a list of all addresses and networks that are allowed to connect to Webmin. Similarly, the deny= line contains addresses that are not allowed to connect. After modifying this file, you need to run /etc/webmin/stop ; /etc/webmin/start for the changes to take effect. Naturally, the file can only be edited by the root user. Edit the file /etc/webmin/webmin.
Related QuestionsWhy do downloads made from within Webmin fail, when other programs like wget work fine?
WebminIf you have a firewall that transparently proxies outgoing HTTP requests (such as one by Sonicwall), this may cause requests made by Webmin to by timed out. Without going into the underlying protocol details, my investigation has shown that Sonicwall is making incorrect assumptions about the number of IP packets an HTTP request will be in, and is thus broken.
Related QuestionsHow can I create a Webmin user who can only configure one Apache virtual server or DNS domain?
WebminIn the Webmin Servers module, create a new user and give him access to only the Apache Webserver module. After saving, click on Apache Webserver next to the user's name in the list of Webmin users and use the form that appears to deny him access to everything except one selected virtual server. Many other modules can also be configured in a similar way to restrict the access of a user to only certain DNS domains, Unix users or mail aliases.
Related QuestionsWhat does Webmin do? How do I install it?
Diginode Networks Website - Server FAQWebmin is a *nix ( ie. Linux, FreeBSD, OpenBSD, Solaris, etc. ) server control panel that can be accessed through the internet by a web browser. It provides a nice user friendly interface to most of the commonly used services on your server. To install webmin, follow the instructions here. There is no charge for installing or using Webmin.
Related QuestionsHow often is the Webmin module updated?
MPP FAQ by RAE InternetOn OS X, I keep getting Expat must be installed prior to building XML::Parser and I can't find it in the standard library directories
Related QuestionsHow can I release a file from quarantine without Webmin?
MPP FAQ by RAE InternetTo release the a specific file (mail) from quarantine you can use the sendmail wrapper (/usr/sbin/sendmail /usr/lib/sendmail):
Related QuestionsHow do I Install the MPP Webmin module?
MPP FAQ by RAE InternetThe MPP Webmin module is fully compliant with the Webmin standards for installation. It ships as a .wbm file and it is added by simply adding module in the module configuration section of Webmin. Back To Top
Related QuestionsIs Webmin Y2K compliant?
Frequently Asked QuestionsYes. Webmin does very little date processing, and all that it does will continue to work properly after 1/1/2000. However, be aware that some of the servers that Webmin manages (such as Apache, Sendmail, etc..) may not be Y2K compliant if you are using older versions.
Related QuestionsWhere can I login to Webmin? Where on the web can I learn more about the Webmin control panel?
Frequently Asked Questions About Chrooted Vservers @ Compute...Webmin normally runs on port 10000, like 'http://example.com:10000/'. Sometimes you can configure webmin to connect via SSL through and stunnel setup or an open-SSL setup. More information on webmin can be found at the webmin website at:
Related QuestionsWhat are the system requirements?
Free Instant Messaging Services | Instant Messenger ProgramMECA runs on your existing internet connection. For optimal performance, we recommend that your computer has: 233 MHZ Intel Pentium II or AMD 8 MB VRAM Video Card 64 MB RAM 15MB of free hard drive space 56K modem or higher 800x600 resolution, 16 million or more colors. We require Windows 2000, Windows XP or Windows Vista.
Related QuestionsVolunteer: FAQ'SVolunteers must be 16 or older, complete application and health clearance forms, pass a background check, and attend a two-hour orientation session. Volunteers do a 30-minute one-on-one interview to determine their best placement and schedule.Related Questions
ChronoSync | Index of Frequently Asked ChronoSync Questions ...Requires Mac OS X 10.3 or later. 4 MB of free disk space is also needed. ChronoSync runs on Panther, Tiger and Leopard. You might say it's cross-catform!Related Questions
FAQ Radiotracker - frequently asked questions about Radiotra...Radiotracker 1,2 and 3 are compatible with all Windows-PC platforms (recommended: Windows XP with 500 MHz). Requires DSL internet access.Related Questions
