I am able to set it up locally but would like to host it on my own website.

link|improve this question
This probably belongs on the sister site serverfault.com. – Eric J. May 15 '10 at 17:43
Documentation: ampache.org – Jonathan Sampson May 16 '10 at 13:47
feedback

migrated from stackoverflow.com May 17 '10 at 6:19

This question came from our site for professional and enthusiast programmers.

2 Answers

You cannot set apache up on a website, only on a server. Apache is an application that handles http requests on your ip, so installing it makes having a website possible.

link|improve this answer
im sorry i had a typo but i meant AMPache – whatsmellsfunny May 16 '10 at 13:18
feedback

The documentation looks pretty straight forward (assuming that you have the requirements - Webserver, PHP, MySQL).

Just download the Stable version, extract it (following the Extraction section) and then follow the rest of the install instructions (replacing localhost with whatever the URL for your website is - eg. example.com).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown