Google Cloud Platform (GCP)
Last updated
1.In /etc/apache2/ports.conf, change the port as
Listen 44400
2.Then go to /etc/apache2/sites-enabled/000-default.conf
And change the first line as
<VirtualHost *:44000>
3.Now restart
sudo service apache2 restartgcloud auth logingcloud compute firewall-rules create cassandra-rule --allow="tcp:9042,tcp:9160" --network="default" --description="Allow external Cassandra Thrift/CQL connections"