Question By
Unsolved

Basic test setup

joeyleavell1 ・

Jan 14th, 2022 01:02 PM

Hello! I'm trying to spin up just a basic test setup on google cloud compute. I've gotten through it all and worked misc errors out, but when I traverse via IP outside the network I'm met with a default ubuntu apache2 page. Did I miss a step? Thanks!

bobbyiliev ・

Jan 15th, 2022 07:08 AM

Hi there,

Do you have separate Apache Virtual Hosts for your domain and the server IP?

If this is the case, I could suggest removing the default Apache Vrutal host so that it does not load when you visit your IP.

Let me know how it goes.

Best,

Bobby

joeyleavell1 ・

Jan 18th, 2022 09:15 AM

Hey! So after trying a bunch of stuff, turns out I needed to turn on mod-rewrite or whatever that is. (I'm super new to hosting stuff, this seemed like an easy starter project). After that I was able to do stuff properly! (It was doing a weird thing where if I prefaced my pages with index.php/whatever then it'd work)

bobbyiliev ・

Jan 18th, 2022 09:33 AM

Hi there,

Happy to hear that you've got all sorted out at the end! Server configuration can be tough!