Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: removed / for bad paths

...

Code Block
languagebash
tar -xvf apache_zerofs.tar.gz
cd /apache2
sudo /bin/apachectl start
curl http://localhost:80

...