Search found 21 matches

by mckaygerhard
Sat Feb 15, 2025 5:23 am
Forum: General discussion
Topic: future of myvesta when vestacp is on limbo and hestia is almost same?
Replies: 0
Views: 1595

future of myvesta when vestacp is on limbo and hestia is almost same?

i noted that myvesta was a fork.. but now the origin repo was moved to outtroll https://github.com/outroll/vesta/discussions/2296#discussioncomment-11756296 and maybe the release of free plugins makes sense with this then,, https://forum.myvestacp.com/viewtopic.php?t=949 so then what will hapened wi...
by mckaygerhard
Tue Sep 12, 2023 9:25 pm
Forum: General discussion
Topic: nginx how to set modules becouse it install a custom nginx non oficial package from debian
Replies: 0
Views: 9815

nginx how to set modules becouse it install a custom nginx non oficial package from debian

nginx how to set modules becouse it install a custom nginx non oficial package from debian the package in oficial debian is libnginx-mod-http-headers-more-filter but in myvesta install just instal a "full" (seems) nginx package .. but when we try to check the etc to see modules loading .. ...
by mckaygerhard
Wed Sep 06, 2023 7:11 pm
Forum: General discussion
Topic: How To Redirect HTTP To HTTPS For All Domain
Replies: 6
Views: 8584

Re: How To Redirect HTTP To HTTPS For All Domain

this only for apache crap, what about non-aapache and nginx only?
by mckaygerhard
Mon Sep 04, 2023 10:50 am
Forum: PHP
Topic: Setting up Laravel in myVesta
Replies: 2
Views: 21127

Re: Setting up Laravel in myVesta

oh, thanks for the solution.. but now i upgradde to debina 12 and vesta changes the names or i canot find the php public xx templates in pacakges..


what happened ?

PD: i found codeigniter support.. pretty great!
by mckaygerhard
Fri Sep 01, 2023 3:52 pm
Forum: PHP
Topic: How to install multi PHP versions
Replies: 49
Views: 309128

Re:

Also, there is one more point that nobody exactly noticed. Sury physically removed all Debian 9 and 10 packages, so every script based on this repository became broken (please check). If so, the community will appreciate any appropriate replacement of sury repository for this OS. i track php 5.6 pa...
by mckaygerhard
Fri Sep 01, 2023 3:50 pm
Forum: General discussion
Topic: how we can to serve ikiwiki but using our vesta service ?
Replies: 0
Views: 9472

how we can to serve ikiwiki but using our vesta service ?

how we can to server ikiwiki but using our vesta service ? means user will not load the sofltware, the solfware its already on debian by example i already set apt-get install ikiwiki but how can i define and seet usage of, by example how could be the template for? ikiwiki is perl software and serves...
by mckaygerhard
Fri Sep 01, 2023 3:41 pm
Forum: Third-party software
Topic: How to install and configure Node.js on Debian
Replies: 1
Views: 15280

Re: How to install and configure Node.js on Debian

this can be made per repository too: cat > /etc/apt/sources.list.d/nodejs.list << EOF deb [trusted=yes] https://deb.nodesource.com/node_16.x $(lsb_release -cs) main deb [trusted=yes] https://deb.nodesource.com/node_18.x $(lsb_release -cs) main deb [trusted=yes] https://deb.nodesource.com/node_20.x $...
by mckaygerhard
Sun Jul 02, 2023 7:45 am
Forum: PHP
Topic: Setting up Laravel in myVesta
Replies: 2
Views: 21127

Setting up Laravel in myVesta

Currently already the myvesta has support for laravle cos the templates PHP-FPM-XX-PUBLIC and hosting-public set the root document to "public" inside the html/shtml directory Laravel is a total crap .. over complicated.. this permit to setup the proyect without so much problems the problem...
by mckaygerhard
Sun Jul 02, 2023 6:36 am
Forum: PHP
Topic: Inspecting PHP error log - cause of Internal Server Error (5xx) because of limitation in PHP values
Replies: 1
Views: 38558

Re: Inspecting PHP error log - cause of Internal Server Error (5xx) because of limitation in PHP values

i have similar problem but when i try to deploy a laravel crap project.. noted that the templates for apache already points root document to public but still have a 500 too many redirects error.. the installation included nginx proxy ..
by mckaygerhard
Sat Jul 01, 2023 8:47 pm
Forum: PHP
Topic: Apache-less variant - PHP-FPM Upgrade from PHP 7.3 to PHP 8.1
Replies: 3
Views: 25470

Re: Apache-less variant - PHP-FPM Upgrade from PHP 7.3 to PHP 8.1

XAOC wrote: Sun Jan 15, 2023 4:21 am
php -v shows 7.3

PHPMyAdmin and Roundcube throw ERROR 500

Code: Select all

[error] 499#499: *7 connect() failed (111: Connection refused) while connecting to upstream
you make this mistakes:

* use sudo crap
* forgotten to do update-alternatives --set php /usr/bin/php8.1