Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@Rekonnect If you need help at any time with this kinda virtualhost/multiple domains stuff, I have done this shit way too many times :P
-
@linuxxx Yeah, I just need to renew the cert for the root domain, that's expected, you scared me there! 😥
-
@Rekonnect Ahh fair enough! Just wanted to help out :). (also the offer stands but I have no clue if I am talking to an experienced sysadmin or someone who's new to this so apologies if you feel belittled!)
-
@linuxxx Oh don't worry a single bit xD I'm a 17 year old highschool student who just has a server and a website lol. Education the DIY way.
So what I'm trying to do now is access my ESXi control panel when it's channeled through the VHost, but now the console/VMRC won't connect properly... Any ideas? The site is VM.infiniit.co. -
@Rekonnect What kind of protocol does the console/VMRC use? Standard HTTP or something else? (also, are you using apache or NginX?)
-
@linuxxx I'm not sure. Let me look into that when I get home, I'm out getting some welding goggles for the eclipse.
-
@Rekonnect I used to have this and then it appeared that something was using websocket connections. I had to forward it differently. (By the way I forward socket.io through NginX with SSL. Works great!)
-
@linuxxx I'm trying to look through Wireshark to figure out how it works, but I have no idea. It's going through Apache.
Need my VHost config for the individual subdomain? -
@Rekonnect What's the individual domain? But probably, yes. Also, try to look at the f12 internet part (both in Chromium/Chrome/Firefox) and see what kinda requests are being made :).
-
The individual subdomain is just vm.infiniit.co, and everything works fine if I go directly through the local IP, xxx.xxx.1.36. Checking F12 now.
-
@linuxxx How am I supposed to implement all of that??? I have no idea how to do that 0_0
-
@Rekonnect Mother of god, missed the notification! Heading to bed now but I'll favourite this rant so I can find it and help you tomorrow!
-
@linuxxx Do you use some kinda chat medium? Would be way easier. I could setup a quick cryptocat thingy tomorrow. If not, no problem, we can continue in the comments!
-
@linuxxx *yawns* mostly? Yeah, but which method of chat would you prefer, I can adjust
-
@linuxxx NEVER MIND! I have fixed it! My config change was found by some spanish guy and I plugged it in, failed, fixed it, and it works! It redirects the specific folders that the browser requests to websockets, and others back to https. Thanks for all the help man!
Related Rants
So I guess this doesn't really fall under dev, more web and net admin, but here it goes.
I am trying frantically to migrate our (@Gerrymandered and I) website from a hosted solution with Namecheap to my new personal badass server, Vector. The issue is that I need to host multiple subdomains under one IP. I learned how to use apache2's VirtualHost feature, and eventually made them all work. But now we need to get our 3 year SSL Certs that we already paid for working. Try to get ssl pass through... Nope. Fine, just use the VHost then forward it unsecured to the local ip which only accepts connections from the Apache host. But wait! I want to access my ESXi config page remotely too! Good GOD it is a pain in the ass to get all of this working, but I somehow did. Evidence is at https://git.infiniit.co, which is hosted on the same network as the ESXi control panel. *Sigh of relief* now I can sleep right? 😥
undefined
apache
why must i torture myself
esxi
networking