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
0
votes
2 answers

URL redirect leads to file download in my web application + VirtualMin

Have Letsencrypt SSL installed in my ubuntu instance and SSL configured for one of my domains, but when i run it in browser(https://example.com), it is downloading a source code file. Why is this happening? What Change can I do thru virtual min to…
clint
  • 1,786
  • 4
  • 34
  • 60
0
votes
1 answer

Pointing Domain at Webmin Webserver

I am at the point where I can successfully access my webmin login from my ip address from anywhere, and that when i go to http://host.inputgeo.com it gives me the ubuntu deafult page, but doing http or https://host.inputgeo.com:10000 which should…
0
votes
3 answers

SPF and DMARC PASS but DKIM 'FAIL' with domain XXX?

After searching a lot and checking lots of tutorials and q&a, I didn't find the answer! I'm using virtualmin on Debian. I enabled DKIM and use PHPMailer: require("external/mail2/class.phpmailer.php"); …
hamid
  • 852
  • 11
  • 27
0
votes
1 answer

Webmin 1.890 fails on require ACL

I have problems with Webmin. It was upgraded, nothing changed in configuration, and after the upgrade I cannot do anything, I always get similar errors like following: Require acl/acl-lib.pl failed : Died at (eval 211) line 1. Any idea how to fix…
Mariyo
  • 486
  • 7
  • 15
0
votes
1 answer

How to solve the error ''WSGIRequest' object has no attribute 'user'"

I am trying to host a django website using virtualmin.Virtualmin script installer support django version 1.7.And i install django 2.2.6 via putty.But i can't access my website.When i access mydomain/admin it shows " 'WSGIRequest' object has no…
anjana
  • 1
  • 4
0
votes
1 answer

Wordpress permalinks unauthorized error in nginx

So i'm trying to run wordpress on LEMP. I did fix the permalinks by adding this location / { try_files $uri $uri/ /index.php?$args; } But now i'm greeted with unauthorized error. More specifically - A password is required to access this…
Élisa Plessis
  • 101
  • 1
  • 5
0
votes
1 answer

How to point the domain name to VPS/dedicated server

I have a VPS/dedicated server which I have installed a wordpress site. I have bought a domain name from a local provider and now I need to point that domain name to my wordpress site when it is accessed from the browser. So far it can be accessed…
Teshan N.
  • 2,307
  • 3
  • 30
  • 59
0
votes
2 answers

Webmin send fatal error when i try to satart ProFTPD Server

I'm trying to start ProFTPD Server but i recieve the next message: Starting proftpd (via systemctl): proftpd.serviceJob for proftpd.service failed because the control process exited with error code. See "systemctl status proftpd.service" and…
Fernando Torres
  • 460
  • 7
  • 24
0
votes
0 answers

Server sub domain downloading index.php instead of executing

I deployed my laravel app to the server sub domain and set the document root to point to public, when I entered the url it downloads the index.php file instead of executing, but I am successfully running another laravel application on another sub…
swaggerjacker
  • 153
  • 1
  • 1
  • 11
0
votes
1 answer

Permissions set to 644 but users can't read it :-(

I use virtualmin on my system. One of my colleagues screwed up permissions on the Apache log files. Files are stored under /var/log/virtualmin Apache is able to write to the log files well. Users get permission denied while trying to access any log…
Rajan
  • 27
  • 1
  • 1
  • 4
0
votes
1 answer

Allow CORS for Virtualmin Remote API

I'm developing a frontend with Angular 7 and consumes Virtualmin Remote API but my GET requests are getting denied because of CORS policy. With Postman or cURL the GET request works fine (also the OPTIONS request) but not with Angular HTTP, it's…
Otto
  • 4,020
  • 6
  • 35
  • 46
0
votes
1 answer

On Virtualmin redirect subdomain to a directory

For my website I created a subdomain called static.phuketians.com as they suggested for "cookie free domains" so it will improve my website load speed. This is a Wordpress site, so it was also suggested that this subdomain should point to…
0
votes
0 answers

Virtualmin Multiple PHP versions on CentOS 7

I am successfully running PHP 5.6 and PHP 7.1 on my VPS CentOS7. with this tut; https://www.virtualmin.com/documentation/web/multiplephp After that I wanted to install PHP 7.2, I successfully installed that too with; yum install rh-php72…
user10930400
0
votes
1 answer

Apache not starting in Ubuntu 16.04 running Virtualmin and http 2.0

THE PROBLEM Apache2 in Ubuntu 16.04 will not start and I'm getting a very generic non-descriptive error and don't know what to do? THE LOGS/ERRORS apache2 restart systemctl restart apache2.service gives the error... Job for apache2.service failed…
god_is_love
  • 571
  • 5
  • 18
0
votes
0 answers

Error undefined function mysqli_connect on Cron Job

I have a problem executing a Cronjob with Virtualmin and Nginx. I have to execute a php script. When I execute it with cronjob I have this error: PHP Fatal error: Uncaught Error: Call to undefined function mysqli_connect() in…
Swim89
  • 290
  • 8
  • 28