Questions tagged [virtualmin]

Web hosting dashboard, module of Webmin. If your question is not specific to Virtualmin, use [webmin] instead.

.

Virtualmin is a control panel for web hosting. It is a module of system add-on Webmin (). Its interface is web-based.

Some features include creating and managing:

  • Virtual hosts on Apache or NGINX.

  • Manage Domains and Subdomains

  • Isolated DNS or BIND

  • PHP - Wordpress - Phmyadmin - Django

  • MySQL Databases - Postgresql - SQLite

  • Terminal in SSH web interface

  • DAV

  • FTP

  • LOG analysis

  • SSL

  • Mailboxes and aliases with Sendmail, Postfix or Dovecot

  • Backup

Virtualmin is written in Perl, like Webmin, and is available in two versions – GPL and Pro.

141 questions
88
votes
5 answers

How to install mod_ssl for Apache httpd?

Ok So I installed Apache httpd a while ago and have recently come back to it to try setup SSL and get it serving several different tomcat servers. At the moment I have two completely separate Tomcat instances serving up to slightly different…
Nick Foote
  • 2,425
  • 9
  • 36
  • 47
25
votes
7 answers

Unable to access Webmin through browser

I followed DigitalOcean's tutorials on how to set up your server with SSH, creating a new user, firewalls etc. The first tutorial in the series is linked…
joseph
  • 897
  • 2
  • 10
  • 20
19
votes
1 answer

PHP chmod( ):Operation not permitted, safe_mode deprecation involved?

I'm struggling a bit to grasp the concept of chmod() from PHP as the course I'm currently taking is a bit outdated and involves safe_mode. It states that as safe_mode is turned off, the restrictions to modify permissions with chmod() to a file when…
Joel Hernandez
  • 1,817
  • 4
  • 18
  • 27
9
votes
1 answer

SSL routines:tls_process_server_certificate:certificate verify failed

Since last night, several of my scripts (on different servers) that use file_get_contents("https://...") and curl functions, stopped working. Example request that fails: file_get_contents("https://domain.tld/script.php"); Error: PHP Warning: …
Pedro Lobito
  • 94,083
  • 31
  • 258
  • 268
7
votes
3 answers

Why can't I listen on 'localhost' but can I listen on '127.0.0.1'?

I'm having difficulties understanding why the following line of code works in node.js: server.listen(12345, "127.0.0.1"); // works but this one does not: server.listen(12345, "localhost"); // fails Coding localhost literally results in the…
pimvdb
  • 151,816
  • 78
  • 307
  • 352
7
votes
4 answers

How can I install ziparchive on php 7.4?

I am running Virtuamin on centos 7, I am unable to install ziparchive on php 7.4, but when I switch to php 7.2, it works. I need php 7.4 to work because it is faster and wordpress script need 7.3+ to work effectively.
Puneet Chandhok
  • 392
  • 1
  • 3
  • 13
5
votes
2 answers

Virtualmin-Webmin Inaccessible when cloudflare is ON

The problem that i have is that the only way i can get to the login page (in a subdomain) is when i have cloudflare OFF for that record, the moment i turn on Cloudflare, it never show me nothing, after a while only shows an ERR_CONNECTION_TIMED_OUT…
elgranchuchu
  • 333
  • 1
  • 5
  • 18
4
votes
2 answers

Is there a way to assign multiple static IPs to an Amazon Lightsail instance?

I am currently using Amazon Lightsail to provide Wordpress Multisite Hosting for a couple of my clients, but I'm running into an issue. I am working with the following technologies: 1) Wordpress Multisite (2 installations on the same server) 2)…
4
votes
6 answers

Virtual server on virtualmin keeps redirecting to wrong website

I have created a virtual server say aaa.com but when I access the site (via editing my hosts file on Windows 7, cos I have a live aaa.com running on the Internet), it brings me to my other virtual server's site I have, like bbb.com Why is that? I…
WWelsh
  • 41
  • 1
  • 4
3
votes
2 answers

Linux add PHP 7.4 to Webmin/Virtualmin

My current setup of Webmin/Virtualmin has PHP 5.6 and 7.2. More and more composer packages have a requirement of PHP 7.4. I don't want to have 7.4 as the default PHP, I have sites on the server that need 5.6 (I know, not great but it's the way it…
Mike
  • 182
  • 1
  • 3
  • 15
3
votes
2 answers

How to configure Virtualmin to be accessed using Domain name after installation

I installed Virtualmin on my server at a time i wasn't having a domain name. But now i do, how do i configure Virtualmin to be accessed through this domain name that is managed from another server. Can I simply use a reverse proxy to map the ip to…
spirit
  • 283
  • 2
  • 16
3
votes
0 answers

virtualmin + nginx without php

how to setup virtualmin + nginx for static files hosting only and should not show or run .php files i want to setup this server just for static files and without php how to set config for automatically Create Virtual Server - without php - Nginx …
pendaresh
  • 31
  • 4
3
votes
3 answers

How to disable root login on Virtualmin

I’m using a vanilla Webmin / Virtualmin 3.93 GPL version on Centos 6. I’ve created a new user that has full privileges on Webmin, so now I want to disallow root from logging in, as obviously it could be a security issue. Does anyone know how to do…
totallyNotLizards
  • 8,489
  • 9
  • 51
  • 85
2
votes
2 answers

How do I set my VPS Webmin/Virtualmin server to show data from MongoDB in the hosted website?

This is my first question I hope I do it right. So : I developed a MERN website, on which I have perfect connection with a MongoDB db as well as an Amazon S3 one. I am currently trying to host it on a Hostinger VPS with Virtualmin and Webmin. The…
ebrun
  • 21
  • 5
2
votes
2 answers

How to set the document root in Virtualmin sub server?

I have a Centos 6.10 server running Webmin/Virtualmin in a dedicated box. I have a few subdomains running under a main parent domain. These sub domains - sub servers as they are called under Virtualmin serve the main page. I have edited the…
Wordsmith
  • 51
  • 3
1
2 3
9 10