|
Hi, I have one server running in the bitnami cloud (Ubuntu Linux 10.04 LTS 32bits ) and have been messing around with a drupal and a sugarcrm installation. They work perfectly fine, it seems. I'm trying to figure out how to upload my own custom php application and get it running. Drupal and sugarcrm are installed in the directories:
So, I created new folders for my application myapp:
The first problem I had was actually creating these, but figured out it was a permissions issue. Ok, so now I have the folder created, I upload a basic index.html file to the .../myapp/htdocs folder, thinking I would be able to access it via **http://myid.bitnamiapp.com/myapp**. However, the browser returns the message: The requested URL /scheduler/ was not found on this server. I've been messing around with this for a while and have gone through this migration howto, but to no avail. Note that I have restarted the server. Do I need to create a .htaccess file or is it something else? (Sorry if this is a newbie question...I have searched around for a solution but wasn't getting anywhere) Thanks, David Update I got it working. So, here's what I did: Created a folder /opt/bitnami/apps/myapp/conf In this I placed a file called myapp.conf which contains the following:
This is just an amended copy of the configuration file automatically placed in a drupal install. To the end of /opt/bitnami/apps/apache2/conf/httpd.conf I added the following line:
I'll have to read up a bit more on apache!! |
|
Thanks for posting the solution. This will help to other bitnami users. |
|
Bitnami Cloud users maybe the following posting on this Wiki with step by step instructions can help you to install and configure an application on Bitnami Cloud hosting: |
Thanks!! Helped much!
Bitnami Cloud users maybe the following posting with step by step instructions can help you to install and configure an application on Bitnami Cloud hosting:
http://answers.bitnami.org/questions/4588/how-to-install-a-second-special-drupal-non-bitnami-application-distribution-tattler-on-bitnami-cloud-tutorial