Might as well add another cog to my plan im on cent os
-
Sorry way above my pay grade now
A world beyond my knowledge.. They got it forwarding and resolving now.. I believe working on the redirect stuff so you don't see the :4567 after the domain name is happening now.. They're going to tell me exactly what took place so I can share it here for anyone who may stumble on this down the road.
-
If you are asking LiquidWeb to open up a port for you, then you will be able to access your forum from yourforum.example.com:3456... what you might need to do is "proxy" requests from a regular port (80) to your NodeBB (3456).
Apache Port Proxy
I have a non-Apache server listening to port 8001 and Apache listening port 80. I want a certain virtual domain to actually be served by the non-Apache server over port 80. Example: <Virtual...
Stack Overflow (stackoverflow.com)
-
Roadblock:
Jeramy: No, the DNS wont work either. I don think there is anyway you could force that port with DNS, but apart from that, like I said. Once the port is left out of the url, your server will still read it as a straight apache port 80 request.
Jeramy: It has to be done on the server end, but would have to be done in the code somehow.
-
If you are asking LiquidWeb to open up a port for you, then you will be able to access your forum from yourforum.example.com:3456... what you might need to do is "proxy" requests from a regular port (80) to your NodeBB (3456).
Apache Port Proxy
I have a non-Apache server listening to port 8001 and Apache listening port 80. I want a certain virtual domain to actually be served by the non-Apache server over port 80. Example: <Virtual...
Stack Overflow (stackoverflow.com)
OMG I literally just closed and thanked in chat and then this comes up Julian!!
It's up now at: http://dad-forums.com:4567 so there is progress here
-
I have never done a proxy in Apache before, so you'll be treading in unknown waters.
We use nginx as our proxy server, so that's quite a different beast...
I'm jumping back on the support queue lol.. uncharted territory is good it opens this up to more people.. Certainly I can't have the :4567 at the end cause it just looks silly.. It does send it there direct from the regular URL but it can be fixed I have faith in them!!
-
I have never done a proxy in Apache before, so you'll be treading in unknown waters.
We use nginx as our proxy server, so that's quite a different beast...
I have nginx on the server so I think they're gonna try that now. Still a work in progress here chatting with server support.. It's something well beyond my skill set here and I can't risk tanking 2 existing forums.
-
I missed this discussion last night, I'm glad you figured out how to install. Congrats @OutlawedOffroad!
As for the vB migrator, I can't promise you if we'll have the time to build it in the short term, but it definitely is in our long term plan
-
I missed this discussion last night, I'm glad you figured out how to install. Congrats @OutlawedOffroad!
As for the vB migrator, I can't promise you if we'll have the time to build it in the short term, but it definitely is in our long term plan
That's why I'm playing around with a different domain for now The OO site can stay as it is for the time being there really is no rush there. It's going to take time to get comfortable with the system, process, etc.. so I'm going to keep working on the fatherhood forum for now, then release it to the wolves on the twitter/blog groups I'm in and go from there. slow and steady..
my support ticket is in.. but we know how that goes.. it means so and so is not in yet and I need to wait for them i did add in the nginx proxy info if they choose to set it up that way, i tried with no luck. when i was running the service it was killing the 2 vbulletin forums and i can't have that.
-
This guide may help: https://github.com/designcreateplay/NodeBB/wiki/Configuring-nginx-as-a-proxy-to-NodeBB
Yup that's what I sent them!
-
Still plugging away.. Multiple people there trying to get it to work.. Currently it's down completely after support tried to do a transparent .htaccess setup. I removed .htaccess completely after it was borked and now I can't even get to the site via 50.28.60.124:4567 which is very frustrating!!!
-
I have full confidence in them, @OutlawedOffroad -- after all, they're paid professionals, right?
If you want to pay somebody else to take a look, I'm sure that can be arranged too (although I do not have much apache experience, so I would be quite helpless as well)
-
I have full confidence in them, @OutlawedOffroad -- after all, they're paid professionals, right?
If you want to pay somebody else to take a look, I'm sure that can be arranged too (although I do not have much apache experience, so I would be quite helpless as well)
They have it working now the issue now is that there is a weird delay of like 10 seconds for things like the 4 stats at the bottom of the home page showing up.
-
The rest of the page loads but the data takes time.
Happens on Admin home, main page home, admin settings, etc.. sometimes like in admin if i jump back and forth on buttons it will load faster.. but strange that it is hanging up like that.
A+ to Liquid Web support. It's basically an "DIY issue" and they are willing to lend a hand and help work things out. Customer Service means everything to me as someone with a heavy Marketing background it's what makes a good brand a great one. They deserve the shout out
-
The rest of the page loads but the data takes time.
Happens on Admin home, main page home, admin settings, etc.. sometimes like in admin if i jump back and forth on buttons it will load faster.. but strange that it is hanging up like that.
A+ to Liquid Web support. It's basically an "DIY issue" and they are willing to lend a hand and help work things out. Customer Service means everything to me as someone with a heavy Marketing background it's what makes a good brand a great one. They deserve the shout out
Try a different browser I think Firefox dose not always play nice in my limited experience.
-
The rest of the page loads but the data takes time.
Happens on Admin home, main page home, admin settings, etc.. sometimes like in admin if i jump back and forth on buttons it will load faster.. but strange that it is hanging up like that.
A+ to Liquid Web support. It's basically an "DIY issue" and they are willing to lend a hand and help work things out. Customer Service means everything to me as someone with a heavy Marketing background it's what makes a good brand a great one. They deserve the shout out
Try a different browser I think Firefox dose not always play nice in my limited experience.
I'm on Safari, have been the entire time.. Issue has only popped up today since the port redirection..
@julian is there any instances where the port is hard coded ? that was a Q from the LW team trying to figure out why the delay.. Everything else spits out fine.. just the things I mentioned above delaying so we're trying to figure out that commonality between them.