Search found 20 matches

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: 8629

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: 6416

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: 17612

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: 48
Views: 257533

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: 8006

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: 11955

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: 17612

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: 32676

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: 19587

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
by mckaygerhard
Sat Jul 01, 2023 8:43 pm
Forum: PHP
Topic: How to install multi PHP versions
Replies: 48
Views: 257533

Re: How to install multi PHP versions

Also, there is one more point that nobody exactly noticed. Sury physically removed all Debian 9 and 8 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 pac...