Welcome, Guest. Please login or register.

Author Topic: How to set up Apache with AmigaOS 3.9  (Read 7288 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline pjhutchTopic starter

  • Sr. Member
  • ****
  • Join Date: Mar 2002
  • Posts: 452
  • Country: england
  • Gender: Male
  • Amiga user and developer
    • Show all replies
    • http://www.pjhutchison.org
How to set up Apache with AmigaOS 3.9
« on: October 31, 2010, 12:04:27 PM »
1. Download Apache-1.3.41 from Aminet web site.
2. Extract the files to a directory of your choice e.g. SYS:Internet
3. AmigaOS 3.9 comes with Genesis TCP internet package. Load up GenesisPrefs program.
4. Click on User on the left side and select New.
5. Enter following information:
   Username: www
   Realname: www
   Homedir: Apache:
   Shell: noshell
   User ID: 1001
   Group ID: 45
6. Click Okay
7. Click on Group and select New
8. Enter the following information:
    Name: www
    ID: 45
    Members: www
9. Click Save
10. Browse to SYS:Internet/Apache-1.3.41/htdocs
11. Rename one of the index.html. files to index.html e.g. index.html.en to index.html
12. Browse to SYS:Internet/Apache-1.3.41
13. If you are using Winuae on Windows and have IIS running, then load IIS Manager and stop the Default Web site.
13. Click on Start_Apache to run the httpd service.
14. Load a web browser and enter http://localhost to see the Apache start page.
     Congratuations, it is working.
15. To install your own web site, copy your web documents and files to Sys:Internet/Apache-1.3.41/htdocs, replacing index.html with your own start page.