-
Posts
46 -
Joined
-
Last visited
Everything posted by ajaxStardust
-
hpmh. i'm pretty sure i used that guide effectively to result in the test rendering correctly, previously. on the VPS. i mean, i know how to install and use Gunicorn, etc. if that's the underlying issue. i dunno. your feedback is relatively useless. the effort in typing it is obvious. i beg your pardon.
-
Please install the latest stable version of aaPanel on this VPS for Jeffrey Sabarese because he's just too cool for School. and pretty darn goofy. if you play guitar, or have guitarist friends, check out this this i made using Web Components. i just published it so, it's like my new thing. https://training.statecollegeguitarlessons.site god i hate that stupid domain name.
-
@Kairion @Krydos I use a VPS, so i setup a subdomain on one of my domains, but ... well? i dunno. because i did precisely as the tutorial instructs in a sub-folder at https://transformative.click/flasktest and it's not functioning as desired [either]. forget i said anything about subdomains! ach! It seems to me that the service would need perhaps to be restarted. I don't mess w/ python app deployment as much as just coding ideas, so this isn't my realm for sure, but I would consider myself a fairly adept system administrator otherwise. That is, I have no problem tweaking .htaccess etc, locating and identifying paths, incorrect paths, demo paths etc. (e.g. the change in the .wsgi file) so my setup is identical to as instructed in the Heliohost wiki aside from where i edited for file system path alignment of my unique server setup. /home/admin/web/blahblah/public_html/flasktest (or whatever) (PART 2 - treat this part as secondary to my problem please) what if we want to adjust entry point? or have multiple entry points? in the examples, we might presume that navigating to example.com/flasktest/ does indeed render the python as html, per the myapp.py file. is the browser actually "reading" the flask.wsgi file? e.g. should i be able to do http://example.com/flasktest/flask.wsgi or should it be http://example.com/flasktest/myapp.py ? Thank you!
-
Found it. At least what I was looking for, RE: Flask Additional information here If I understand correctly, I need to know under which of the Heliohost servers my account is provisioned. e.g. how do i know if i use Monty, Tommy, etc.? Cheers and best regards!
-
Hi there. I know there exists a tutorial / instruction for how to config and enable use of wsgi for running Python apps. I can't rem where to find it and searching "WSGI" here produces zero results. I've followed the instructions in the past, but i suffered brain trauma and some things... it's like it never happened. I remember doing it. Can't remember the configuration. I typically use Gunicorn and I think we don't do it that way for the Hestia CP setup if i recall correctly. Please advise. Thank you!
-
Check out the article I just published about it: https://neutility.life/web/sem-seo Yeah yeah. that's the crazy guy talkin again. But it's like the Elton John tune, Madman Across the Water. I think you'd better get your coat, dear! It looks like rain! DIFFERENT TOPIC, but sort-of-relevant: I'll buy all the servers once I get some investors. Kidding, but i'll fly out there and we have a drink of champaigne. https://dufospy.com/advanced/patent dig.
-
i have a couple more "related" vids at... somewhere. it looks like this and is my youtube channel @jsabarese_ajaxstardust there's a Grav thing there which is extremely slow and boring probably, unless you're really installing it the first time and investigating features w/out reading any instructions, as did i. install wintercms under hestia type c/p. mount ext4 on wsl something about chmod etc. enjoy.
-
[Solved] I cant open vps. ping return timeout
ajaxStardust replied to metalost2's topic in Customer Service
Same. Understood. Thank you! :) -
i just happened to remember. oh i remember reading it! i bought thsee garbage fake TLD's huh. well, it's 99c right. haha. no wonder BIND9 never heard of it. who ever heard of a dot website web site? not our namesevers, i'll tell you that much! hahahaa. good it's nuts. or, the Gnu version: Your Gnuts. (snacks) What is that story about the fake TLD's? People didn't want it. people don't want it. This guy now has a couple because he's a sad old man. Pshaw! Is that why you have to edit the Zone file on your end? i dunno. i rem there is something really stupid and terrible about those new tlds. but can't remember.
-
HelioHost! I made this just for you. Honest. And then I got carried away. Clearly. I really need to cut back on the use of Create a new website domain account in hestia. In this tutorial, I use a freshly minted domain. The only objects under ./public_html when I begin are the so-called skeleton files. That is, the robots.txt and ... whatever. index. fk. brain damage. i have to log out because it stopped making sense. Composer create-project wintercms/winter Install WinterCMS (or OctoberCMS) Use Composer to manage the installation install plugins themes etc dig this guy's guitar solo Enjoy Video Follow the video located at the link target to learn how to use Composer Create-project to effectively install Winter CMS under a VPS web hosting account which is administered by HESTIA CP / Hestia Control Panel ://hestiacp.com/install https://youtu.be/k9qo5p2vKT8 Packagist Find some Plugins & Themes search for winter/wn (click << there ) Make it Yours: Learn/ rather master Composer (e.g. what does "dump-autoload" do?) from a secure shell, cd ./public_html do some stuff like.. `cd ./my_winter_cms` once you have Composer installed and all that, try something like `composer require wn-builder-plugin` (that's a guess, btw) Good luck!
-
php open_basedir restriction - topic exists
ajaxStardust replied to ajaxStardust's topic in Customer Service
for example, it starts off (with dynamically inserted data from _SERVER[] something /home/admin/web/centrewebdesign.com/public_html/anniedebrowsa and that's what's in the text field "raw path" or whtever. (click example) so just mod that to whatever you have, like /home/heliohost/web/forum/RULES-EDIT.html or whatever you have there. it should work. if not. open the "collapse" (or whatever. haha), and you might be able to get it by tweaking. i dunno. it's something to do. -
php open_basedir restriction - topic exists
ajaxStardust replied to ajaxStardust's topic in Customer Service
Will do. I think i've got it now. Actually, I installed Hestia on my LAN. I'm nuts. You know that. and thank you for your patience. But i've got it now, pally! haha! I love that term of endearment, "pally". Cops like it when you address them as such. Try it. ChatGPT likes it too, but he'll believe anything. My use here is sincere! Anyway. Check it out to see what all fuss is about. Maybe you need to closely look there, @MoneyBroz i mean. i don't think it's any real security issue, beyond my own as-inine(1) stuff. Check the readme here. The primary function of the thing... i think? is that it can transform a system path to an HTTP URL. but, you use the included i_am_become_url.sh , placed at /usr/bin/transformurl.sh ./.bashrc add alias 2u (or u2, as i do) 2u=/usr/bin/transformur.sh source ./.bashrc cd /my/www 2u ./index.php becomes by way of some .sh shit http://servername/index.php maybe xdg-open or something. it gives you options. or. no. just click the url option. ha! so it's cool if you put that on your dev server, super easy to bring up a viewable URl for whatever you're working on at the monent, but typing u2 /home/admin/web/my/path/to/shYTE.php dig? cheers! give it a try. it's at https://centrewebdesign.com/anniedebrowsa (1) You ever see the film, Trees Lounge (theres a story behind everything)? "What kind of asinine question ....?" that guy says to Steve Buschemi. That's a film everyone should see (unless you're in that alcoholic-drinking-binge phase of life) https://centrewebdesign.com//anniedebrowsa/public/index.php -
VPS - Ubuntu - Email Conf
ajaxStardust replied to ajaxStardust's topic in Website Management and Coding
cool. will do. Thank you! i simply never got around to it yet. it is a lot. -
php open_basedir restriction - topic exists
ajaxStardust replied to ajaxStardust's topic in Customer Service
That guide seems to be targeted to people who don't have the VPS account. My account is a VPS. So, I guess the idea is if you have the VPS, you should know how to configure that setting. Aww shucks. lol i guess it's back to finding the correct forum URL at the ... i might be confusing that w/ my other request about the .phtml files, which i realize now is a totally separate issue. i'm sure i realized it then. what i mean is... i think im confusing the support documents available. i think the Hestia CP Forum thread was how to solve the .phtml issue. not sure. sorry guys. -
php open_basedir restriction - topic exists
ajaxStardust replied to ajaxStardust's topic in Customer Service
actually. i think there's a FAQ about it. i must find. and here we have it! you know you guys put that on there 'cause of me. haha prolly [sic] -
hi there. i'm pretty sure a topic exists here because i opened it but prob under a stupid title. (searhing w/ keywords php open basedir 0 results) And i believe the solution is in an off-site link to the Hestia cp board. apparently it's become a more popular topic because in the past i don't recall having difficulty shuffling through a bunch of posts from people who CLEARLY have no idea what's going on. haha. anyway. Could someone please point me in the direction of the "correct" guidance for editing the .tpl files or... no. it's not that. it's actualy in a .conf file i think - the comm between apache and nginx has to be config. oh, and probably a php directive. i duno man! ach! (think Napolean Dynamite : geez!) i rem it's that nginx doesn't' want to parse the file. so apache keeps getting a localhost / client dropped the request. something like that.
-
hey there! i notice someone took initiative to help me with the .site nameserver issue. what was up with that? i don't think i received or read any correspondence but it just started working one day. sorry i've not been attentive. too many things going in "IRL", to pay attention to this, and also the brain trauma prevents me from truly focusing. blah, blah. anyway. someone once did a setup for me. or i did it, but it would be MUCH easier if you can because i know it's probably simple for you. and you prob have the notes right there. i prob have the notes right here as well. but damnit. haha! i think it's in the php ... what's that www.conf file or ... for the reverse proxie? maybe we figured it was never being sent there. i forget exactly the processes to serve the .phtml and ... something about how it uses php filesystem functions. i probably have an example online still from previous request. thank you! i mess around w/ the Winter CMS. *!@# the WP people. di dyou know they made me "take down" wordpresscenter.net. that's so @#$d up. anyway. you have any recommend for a simple CMS? you try winter (October, free)? I installed VVVEB but that's far more than i want or need. i would likke to setup a streaming thing about guitar lessons. you know i know how to play e.g. bandcamp. what/s that soundcloud.com/ajaxStardust some shit i cna't rem. what was i saying? have a forum on there? you try some shit like that? like... or would you process that on someone else's server? e.g. like a Zoom type thing? if i wanted to have some kind of video gateway and teach guitar? i've never messed w/ stuff like that, and the tech changes every day. what do you say, wanna help me mess w/ some stuff? statecollegeguitarlessons.site and i been trying to "master" the CMS of Winter on vps111.heliohost.us it's nothing there, but i understand the CMS fairly well. you'll see that's "My own" theme, and the "component" to-do list thing, is like now "my own" plugin on there, prev a thing of the demo. i dunno... just playing.
-
dot site domain - namserver confirm
ajaxStardust replied to ajaxStardust's topic in Website Management and Coding
-
VPS - Ubuntu - Email Conf
ajaxStardust replied to ajaxStardust's topic in Website Management and Coding
-
This user would very much appreciate communication with another user willing to help me verify the configuration of my email setup. I've got it all messed up such that gmail for example wont accept the msgs. i's don't send much email. however, it would be cool to function correctly when I do so. LOL. That's me. Not really being lazy as much as being brain damaged. I think I have the Neutility.Life domaion correct (verified sent), but... that's from ChatGPT coaching me. Seemed like that was a pain in the ashtray. ha! maybe i can get it if i copy what i put in there, but this just a shout. I'm willing to test send some email to anyone how needs that sort of assistance, would might help me w/ this? or anyone. doesn't matter to me. Cheers!
-
i have the domain name registered with namecheap, as shown Because I have recognized issues in the past with my gloried hotspot connectivity (e.g. T-Mobile 5G Home ), such as the IP blocklist causing me to see the sites as "unavailable" what do YOU see if you attempt to view https://stateCollegeGuitarLessons.site ?
-
Profuse thanks to whomever fixed VPS111 Nice. That's my "PHP Static content management" system, "Annie De Browsa" (ADB) thing from the wayback machine! https://centrewebdesign.com/anniedebrowsa/public/index.php So this is what it's been about, this whole time w/ me whining about templates and open base dir directives. (index.phtml which auto load to iframe from the .php hence these differentiation w/ the extension) ASSUMED: have a folder open in your file manager on your "localhost" development machine USE of "Annie De Browsa" (ADB): from YOUR development path, enter into ADB i-frame the system path, and click "convert" (whatever the button says there) It uses _GET so, you can send to it from command line, as part of your operations (e.g. SHELL$> /usr/bin/firefox /var/www/html/anniedebrowsa/index.phtml?path2url=/var/www/html/my_new_project/is-asp-dot-net/index.aspx becomes http://localhost/my_new_project/is-asp-dot-net/index.aspx I mess w/ python stuff mostly now, so this is just an old project i wanted to "complete", also for understanding PSR-4 / Autoload stuff in my own projects. Cheers and thanks again! What files did you edit to enable it correctly? I tried many various things. I'm pretty sure I know what it's supposed to be outside of Hestia.
-
cost (mine) of continuous monitoring vs Inactive
ajaxStardust replied to ajaxStardust's topic in Customer Service
here, a .phtml file is acting as index: https://whatsonyourbrain.com/anniedebrowsa/public/ the issue there ^^ is where i need to find and mod or create the correct .tpl file for hestia to function correctly. or, for my thing to function and play well w/ Hestia. etc. Thank you!
