HelioHost Posted February 17, 2025 Author Posted February 17, 2025 I've seen it work! actually, when i did the individual user names, to be true. hmm..... :) [image: image.png] On Thu, Feb 13, 2025 at 8:06?PM HelioHost Support wrote: > In order to login to Hestia first login to SSH using Username: jsabarese > Password: and then through SSH run sudo > /usr/local/hestia/bin/v-change-user-password admin NEWPASSWORD And then go > to the Hestia login page at https://vps111.heliohost.us:8083/login/ > Username: admin Password: > > You may view the status of your ticket by visiting: > > https://helionet.org/index/index.php?showtopic=63546 > > Thank you, > HelioHost support > https://heliohost.org/ > https://helionet.org/ > >
Krydos Posted February 17, 2025 Posted February 17, 2025 Try rsync jsabarese@vps111.heliohost.us or rsync jsabarese@65.19.154.77
HelioHost Posted February 19, 2025 Author Posted February 19, 2025 cool deal. i'll try that. hey. so, this is what i've been working on (trying to keep my mind sharp or whatever... haha) it's an OLD as dirt PHP app i made to browse the local development server (e.g. even C:\inetpub whatever that shit is), with PHP-enabled so stuff like phpMyAdmin could continue to function, etc. i decided to refactor it to PHP PSR-4 Autoload standard. blah, blah. bullshit. haha. anyway. it depends upon some filesystem funcs. it doesn't try to write anything (that i can think of off hand... well? Maybe some .json) But the way the VPS server is config, it doesn't allow that. First i've encountered it. Well, to be fair, this is first i've tried deploying this "new" version. Please let me know how to adjust these settings, and whether it is in alignment with your security policy: https://vps111.heliohost.us ... should take you right to it. Humor me, won't you please? [ i've only been messing w/ this damn thing for 20 years! on/ off, spare time thing ] I placed a .sh script here: https://wordpresscenter.net/new/ if you copy/ paste that to a command line on a non-public http server, it should deploy my CMS thing, so you can see what it does. :D On Mon, Feb 17, 2025 at 10:30?AM HelioHost Support wrote: > Try rsync jsabarese@vps111.heliohost.us or rsync jsabarese@65.19.154.77 > > You may view the status of your ticket by visiting: > > https://helionet.org/index/index.php?showtopic=63546 > > Thank you, > HelioHost support > https://heliohost.org/ > https://helionet.org/ > >
HelioHost Posted February 19, 2025 Author Posted February 19, 2025 i'll look for it in Hestia. that's what i was trying to ask you (sorry). how do i get to the apache.confo for my setup? you'd advised some things prev. is it best to go through Hestia (presumed) trying to... [image: image.png] about that filename_dot_p-h.phtml so... somewhere in a .conf x-http-contentTYPEstuff/php x-app-i-forget... haha handler there's another word besides handler. apache has type-handler words i cant remember but i think thats what i need. know what i'm talking about? On Wed, Feb 19, 2025 at 11:54?AM J Sabarese wrote: > cool deal. i'll try that. > > hey. so, this is what i've been working on (trying to keep my mind sharp > or whatever... haha) > > it's an OLD as dirt PHP app i made to browse the local development server > (e.g. even C:\inetpub whatever that shit is), with PHP-enabled so stuff > like phpMyAdmin could continue to function, etc. > > i decided to refactor it to PHP PSR-4 Autoload standard. blah, blah. > bullshit. haha. > anyway. > it depends upon some filesystem funcs. it doesn't try to write anything > (that i can think of off hand... well? Maybe some .json) > But the way the VPS server is config, it doesn't allow that. > > First i've encountered it. Well, to be fair, this is first i've tried > deploying this "new" version. > > Please let me know how to adjust these settings, and whether it is in > alignment with your security policy: > > https://vps111.heliohost.us > > ... should take you right to it. > > Humor me, won't you please? [ i've only been messing w/ this damn thing > for 20 years! on/ off, spare time thing ] > > I placed a .sh script here: > https://wordpresscenter.net/new/ > > if you copy/ paste that to a command line on a non-public http server, it > should deploy my CMS thing, so you can see what it does. > :D > > > > On Mon, Feb 17, 2025 at 10:30?AM HelioHost Support > wrote: > >> Try rsync jsabarese@vps111.heliohost.us or rsync jsabarese@65.19.154.77 >> >> You may view the status of your ticket by visiting: >> >> https://helionet.org/index/index.php?showtopic=63546 >> >> Thank you, >> HelioHost support >> https://heliohost.org/ >> https://helionet.org/ >> >>
HelioHost Posted February 19, 2025 Author Posted February 19, 2025 UPDATE EDIT: open_basedir is a php directive, not apache. doh! On Wed, Feb 19, 2025 at 12:25?PM J Sabarese wrote: > i'll look for it in Hestia. > > that's what i was trying to ask you (sorry). > how do i get to the apache.confo for my setup? > > you'd advised some things prev. is it best to go through Hestia (presumed) > > trying to... > [image: image.png] > > about that filename_dot_p-h.phtml > > so... > somewhere in a .conf > > x-http-contentTYPEstuff/php x-app-i-forget... haha > handler > there's another word besides handler. > apache has type-handler words i cant remember > but i think thats what i need. > > know what i'm talking about? > > > On Wed, Feb 19, 2025 at 11:54?AM J Sabarese wrote: > >> cool deal. i'll try that. >> >> hey. so, this is what i've been working on (trying to keep my mind sharp >> or whatever... haha) >> >> it's an OLD as dirt PHP app i made to browse the local development server >> (e.g. even C:\inetpub whatever that shit is), with PHP-enabled so stuff >> like phpMyAdmin could continue to function, etc. >> >> i decided to refactor it to PHP PSR-4 Autoload standard. blah, blah. >> bullshit. haha. >> anyway. >> it depends upon some filesystem funcs. it doesn't try to write anything >> (that i can think of off hand... well? Maybe some .json) >> But the way the VPS server is config, it doesn't allow that. >> >> First i've encountered it. Well, to be fair, this is first i've tried >> deploying this "new" version. >> >> Please let me know how to adjust these settings, and whether it is in >> alignment with your security policy: >> >> https://vps111.heliohost.us >> >> ... should take you right to it. >> >> Humor me, won't you please? [ i've only been messing w/ this damn thing >> for 20 years! on/ off, spare time thing ] >> >> I placed a .sh script here: >> https://wordpresscenter.net/new/ >> >> if you copy/ paste that to a command line on a non-public http server, it >> should deploy my CMS thing, so you can see what it does. >> :D >> >> >> >> On Mon, Feb 17, 2025 at 10:30?AM HelioHost Support >> wrote: >> >>> Try rsync jsabarese@vps111.heliohost.us or rsync jsabarese@65.19.154.77 >>> >>> You may view the status of your ticket by visiting: >>> >>> https://helionet.org/index/index.php?showtopic=63546 >>> >>> Thank you, >>> HelioHost support >>> https://heliohost.org/ >>> https://helionet.org/ >>> >>>
Krydos Posted February 19, 2025 Posted February 19, 2025 The apache.conf for your website should be located at /home/admin/conf/web/domain.com/ Like I said in a previous email if you edit some of the files in there they might get overwritten by Hestia. Just check the comments at the top of the file. In most cases you can create a new include file to make sure it doesn't get overwritten.
HelioHost Posted February 20, 2025 Author Posted February 20, 2025 cool. the IP addr version works thank you! that seems to be the easiest way to do it. watch. i'll screw something up now that i said that. haha. thank you! :D [image: image.png] On Mon, Feb 17, 2025 at 10:30?AM HelioHost Support wrote: > Try rsync jsabarese@vps111.heliohost.us or rsync jsabarese@65.19.154.77 > > You may view the status of your ticket by visiting: > > https://helionet.org/index/index.php?showtopic=63546 > > Thank you, > HelioHost support > https://heliohost.org/ > https://helionet.org/ > >
HelioHost Posted February 21, 2025 Author Posted February 21, 2025 Hi there. I'd been using the sites earlier today and things were fine. I logged into the Hestia. and looked around at a few things. "suspended" that neutrality.life / store site because there's nothing here. (a browser auto-opens to that site). so, i went to disable it. cool. done. then, i realized that none of those sites are loading. so i went to the firewall. but my IP is showing there already (sometimes it changes, T-Mobile 5G Home - hotspot thing). i thought perhaps you do maintenance around this time of day. thank you [image: image.png] On Wed, Feb 19, 2025 at 11:14?PM J Sabarese wrote: > cool. the IP addr version works > > thank you! > > that seems to be the easiest way to do it. > > watch. i'll screw something up now that i said that. haha. > > thank you! > :D > > [image: image.png] > > On Mon, Feb 17, 2025 at 10:30?AM HelioHost Support > wrote: > >> Try rsync jsabarese@vps111.heliohost.us or rsync jsabarese@65.19.154.77 >> >> You may view the status of your ticket by visiting: >> >> https://helionet.org/index/index.php?showtopic=63546 >> >> Thank you, >> HelioHost support >> https://heliohost.org/ >> https://helionet.org/ >> >>
HelioHost Posted February 21, 2025 Author Posted February 21, 2025 [image: image.png] [image: image.png] Note: Discovery: the IP address did change. so i made the mod (@ jeff - note jeff2, doesnt matter) do you know how I should configure that to apply a range, and not have to mess w/ this anymore? thank you! [image: image.png] On Fri, Feb 21, 2025 at 1:45?AM J Sabarese wrote: > Hi there. I'd been using the sites earlier today and things were fine. > > I logged into the Hestia. and looked around at a few things. "suspended" > that neutrality.life / store site because there's nothing here. (a browser > auto-opens to that site). so, i went to disable it. > cool. done. > then, i realized that none of those sites are loading. > > so i went to the firewall. but my IP is showing there already (sometimes > it changes, T-Mobile 5G Home - hotspot thing). > > i thought perhaps you do maintenance around this time of day. > > thank you > > [image: image.png] > > > On Wed, Feb 19, 2025 at 11:14?PM J Sabarese wrote: > >> cool. the IP addr version works >> >> thank you! >> >> that seems to be the easiest way to do it. >> >> watch. i'll screw something up now that i said that. haha. >> >> thank you! >> :D >> >> [image: image.png] >> >> On Mon, Feb 17, 2025 at 10:30?AM HelioHost Support >> wrote: >> >>> Try rsync jsabarese@vps111.heliohost.us or rsync jsabarese@65.19.154.77 >>> >>> You may view the status of your ticket by visiting: >>> >>> https://helionet.org/index/index.php?showtopic=63546 >>> >>> Thank you, >>> HelioHost support >>> https://heliohost.org/ >>> https://helionet.org/ >>> >>>
Krydos Posted February 21, 2025 Posted February 21, 2025 Can you see in Hestia under the fail2ban section why your IP address keeps getting blocked?
ajaxStardust Posted February 22, 2025 Posted February 22, 2025 under "Fail2ban" is that in the firewall sect? i dont know i've seen that particular "word".
Recommended Posts