Questions tagged [vestacp]

16 questions
2
votes
3 answers

How should my my.cnf settings be? Now is very slow

I use VestaCP with apache, nginx and Mariadb 10.3 on Debian 10 with 2core CPU and 3GB RAM. main purpose: store on opencart with ~10k products (about 150 tables in SQL). Right now I got very long pauses on searches in the catalog and some marketing…
lvlv
  • 21
  • 2
1
vote
1 answer

What is the difference between PHP FPM and PHP FPM Public?

I am new to the VPS hosting server configuration. Recently bought a VPS package and configured the hosting server with MyVest. When I trying to select PHP version from the PHP version list, I am seeing the following options along with other PHP…
Shah Alom
  • 1,031
  • 1
  • 14
  • 26
1
vote
0 answers

Vestacp - smpt email, mail() or swiftmailer are not working using php

It's been 2 days struggling for email to get it to work. I am using vestacp which is perfect in all cases but failed in sending email via PHP scripts. I have used traditional mail() function, SMTP and swift mailer too but nothing seems working. I…
Khan Sharukh
  • 1,151
  • 12
  • 21
0
votes
0 answers

Can't receive emails in google Cloud VPS. VestaCP + Exim4 + SendGrid

i created a vps in gcp. I use it mainly as a webserver and installed VestaCP. But i wanted it to work as a mailserver too. I can send but can't receive emails. I investigated and GCP bloks outbound traffic from port 25 and reccomends using a…
0
votes
0 answers

Vesta Control Panel/Jenkins

do not want the port number to be part of the URL of Vesta Control Panel installed on Ubuntu 18.04 Ec2 instance it's posssible ? if possible please suggest steps. same as it's jenkins is on same server. For example-https:localhost:8083/list/user to…
0
votes
0 answers

Jenkins,Vesta cp and apache2 server need to live

i was created one ec2 instance and requirement Jenkins and Vesta cp install on same instance but on different port with apache 2 server also want to active ,now 3 conditions also done but jenkins & vesta cp can't goes live getting can't reach this…
0
votes
0 answers

Why VestaCP installer not working on EC2 instance

I'm following the official installation instructions. When I run the last command, bash vst-install.sh, I get the following error: Retrieving http://rpms.remirepo.net/enterprise/remi-release-.rpm curl: (22) The requested URL returned error:…
Joel Castro
  • 485
  • 6
  • 20
0
votes
0 answers

I can create view but I can't show table view in phpmyadmin

I need your helps for this issue. I created view name stock_view for a table from my database. Everything working well on my local (create and view on phpmyadmin are ok). Since I ran command to create view on Server. It's table view is created…
Hai Tien
  • 2,929
  • 7
  • 36
  • 55
0
votes
1 answer

Is there a uniform https redirect method that should work for both cPanel and VestaCP when apache htpasswd is enabled?

I operate websites that run under both VestaCP and cPanel. While developing the sites I set up htpassword protection, the password syntax like this: AuthType Basic AuthUserFile /home/the-account/htpasswd AuthName "Restricted" Require valid-user For…
Bob M
  • 393
  • 1
  • 3
  • 15
0
votes
1 answer

SMTP error 451 Temporary local - please try later

when I try to send a mail from webmail service then I got {SMTP error 451 Temporary local - please try later } this warning! this is the screenshot-> . I have used vestacp and there I have config the DNS, MAIL services and all of things. does…
0
votes
1 answer

VestaCP | Laravel Ajax doesn't work on server but works in localhost

I'm having issues with a website that I'm working on, here is what I use in localhost and server. Localhost: Xampp, PHP 7.3 Server: VestaCP, PHP 7.4.3 Currently on every ajax post/get method I'm not getting any feedback from the server, I just…
0
votes
1 answer

Comodo Essentials SSL: Vestacp "SSL intermediate chain is not valid"

I'm trying to install Comodo Essential SSL via Vestacp here's that I did. I opened www_example_com.crt and copied the digest and pasted it into SSL Certificate box then opened www_example_com.key used to generate the ssl at the beginning which…
PHP User
  • 2,350
  • 6
  • 46
  • 87
0
votes
1 answer

Redirection subdomain

I was trying now for hours to get it working but without a solution. RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE] RewriteCond %{HTTP_HOST} ^forum\.rainingdreams\.to RewriteRule ^(.*)$…
Lost
  • 3
  • 3
0
votes
1 answer

vestacp error ssl intermediate chain is not valid

I am facing issue at vestacp: during pass the SSL Certificate: -----BEGIN CERTIFICATE----- b5XsfsteyPAX9uLwiTctWC4TO9UsnjWKx2ZBt8q4WgQ5nrmkXUwv -----END CERTIFICATE----- SSL Key: -----BEGIN RSA PRIVATE…
-1
votes
1 answer

SSL for pointed domains

I have an app that is "multi-domain", Other domain just have to point to the IP address to run on my app on the web-server. Using letsencrypt, I have also generated SSL for those pointed domain using "HTTP" challenges. Now, my problem is - how do I…
1
2