Search found 13 matches

by absolutemusik
Tue Sep 12, 2023 6:34 pm
Forum: General discussion
Topic: nginx reverse proxy
Replies: 4
Views: 5044

Re: nginx reverse proxy

I can't really understand the above coding. Actually, my case is having multiple domain like: demo.abc.com -> http://192.168.1.3:8080/abc helo.def.com -> https://192.168.1.5 I am thinking that I may have multiple tpl files like the examples below. Is it a good idea or a smarter way? File 1: abc.com....
by absolutemusik
Wed Jul 13, 2022 8:35 am
Forum: General discussion
Topic: Custom Rule for MariaDB - Ask for Advice
Replies: 1
Views: 2935

Custom Rule for MariaDB - Ask for Advice

Dear all, I would like to have 3 different public IP to access the MariaDB running on a VPS with myVestaCP. Say (public IPs): 11.11.11.11 22.22.22.22 33.33.33.33 First of all, I have added 11.11.11.11 on the FIREWALL setting for DB (administration page -> FIREWALL tab -> "ACCEPT TCP /DB 3306,54...
by absolutemusik
Mon Aug 02, 2021 5:37 am
Forum: Web
Topic: NAT or public IP Address
Replies: 1
Views: 2876

NAT or public IP Address

Currently, I am using the myVesta for a VPS hosting server for running a number of websites. (Public IP - 1 IP only) However, I will try to migrate my CWP to MyVestaCP for a server running in the school office. The proposed server is located at the DMZ behind a firewall and using NAT to map ports to...
by absolutemusik
Wed Jul 28, 2021 11:41 am
Forum: myVesta
Topic: Error: myVesta update failed
Replies: 8
Views: 8775

Re: Error update failed

I am not sure whether the server information is correct. Please suggest. I have got the error message below when typing apt update. -- message -- Get:6 http://apt.myvestacp.com/buster buster InRelease [2,305 B] Err:6 http://apt.myvestacp.com/buster buster InRelease The following signatures couldn't ...
by absolutemusik
Thu Apr 29, 2021 5:58 am
Forum: FTP
Topic: FTP over TLS
Replies: 2
Views: 4351

FTP over TLS

I have created a FTP account for uploading files. However, I would like to have the FTP over TLS / SSL. However, I am trying to find something help. At VestaCP forum, there is a hint suggested. (https://forum.vestacp.com/viewtopic.php?t=10873) Proftpd can working whit tls check docs-> http://www.pro...
by absolutemusik
Thu Mar 11, 2021 5:26 pm
Forum: WordPress
Topic: WordPress - fast installation
Replies: 11
Views: 22743

Re: WordPress - install fast

I have found the solution by reading the coding.

export VESTA=/usr/local/vesta

Then, rerun the code. I have the reason is related to ./func/main.php.
by absolutemusik
Thu Mar 11, 2021 10:15 am
Forum: WordPress
Topic: WordPress - fast installation
Replies: 11
Views: 22743

Re: WordPress - install fast

For this command, it is run by root. I have run something like: v-install-wordpress mynewdomain.abc It returns: Domain doesn't exist /usr/local/vesta/bin/v-search-domain-owner: line 17: /func/main.sh: No such file or directory /usr/local/vesta/bin/v-search-domain-owner: line 24: check_args: command ...
by absolutemusik
Thu Feb 11, 2021 4:03 pm
Forum: nginx templates
Topic: Struggled with Moodle (Nginx)
Replies: 6
Views: 5296

Re: Struggled with Moodle (Nginx)

Let me start a VM to try. Thanks for your suggestion.
by absolutemusik
Thu Feb 11, 2021 3:09 pm
Forum: nginx templates
Topic: Struggled with Moodle (Nginx)
Replies: 6
Views: 5296

Struggled with Moodle (Nginx)

I am working on nginx as the 1st time user (previously with Apache for years). Debian 10.7 Php 7.3 (fpm) MariaDB 10.3.27 File: /home/admin/conf/web/example.com.nginx.ssl.conf (also example.com.nginx.conf) Actually, I am trying many different options and settings. It is now showing me "file not ...
by absolutemusik
Tue Feb 09, 2021 5:19 am
Forum: General discussion
Topic: Install Moodle with open_basedir
Replies: 5
Views: 10352

Re: Install Moodle with open_basedir

Thanks so much. My mistake.
i have installed the moodle but facing some security concerns on phpMyAdmin.

I may do some research before asking a question at another session of the forum.