Skip to content

Commit 2526595

Browse files
committed
Issue #58 - thanks Dtrizzle!
1 parent f7df98e commit 2526595

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/07.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,14 @@ If you’re a website professional then you might do things slightly differently
3333
* Use `less` or `vim` to view the code of the default page - normally at `/var/www/html/index.html`. This uses fairly complex modern web design - so you might like to browse to [http://165.227.92.20/sample](http://165.227.92.20/sample) where you'll see a much simpler page. Use View Source in your browser to see the code of this, copy it, and then, in your ssh session `sudo vim /var/www/html/index.html` to first delete the existing content, then paste in this simple example - and then edit to your own taste. View the result with your workstation browser by again going to _http://[external IP of your server]_
3434
* As with most Linux services, Apache keeps its logs under the `/var/log` directory - look at the logs in `/var/log/apache2` - in the `access.log` file you should be able to see your session from when you browsed to the test page. Notice that there's an overwhelming amount of detail - this is typical, but in a later lesson you'll learn how to filter out just what you want. Notice the `error.log` file too - hopefully this one will be empty!
3535

36-
### Note for AWS/Azure/GCP users
36+
### Note for AWS/Azure/GCP/OCI users
3737

3838
Don't forget to add port 80 to your instance security group to allow inbound traffic to your server.
3939

4040
* [AWS](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/working-with-security-groups.html#adding-security-group-rule)
4141
* [Azure](https://learn.microsoft.com/en-us/answers/questions/1190066/how-can-i-open-a-port-in-azure-so-that-a-constant)
4242
* [GCP](https://cloud.google.com/firewall/docs/using-firewalls#listing-rules-vm)
43+
* [Oracle Cloud Infrastructure](https://docs.oracle.com/en-us/iaas/developer-tutorials/tutorials/apache-on-oracle-linux/01-summary.htm#add-ingress-rules)
4344

4445
## POSTING YOUR PROGRESS
4546

0 commit comments

Comments
 (0)