Apache configuration to access directory

Posted by Felipe Hummel on Server Fault See other posts from Server Fault or by Felipe Hummel
Published on 2010-04-27T20:00:55Z Indexed on 2010/04/27 20:03 UTC
Read the original article Hit count: 395

I'm on Ubuntu 9.10. My web application is in a directory on my /home/me/app . I want to configure Apache in such a way that I can access my app through a directory. For example:

People can access my machine through domain.com. What I would like to do is access my web application (located at /home/me/app) through a directory, using something like: domain.com/myapp.

How can I set up the apache configuration for this kind of behavior? Of course, I do not want to move all my application to /var/www/myapp.

Thanks

© Server Fault or respective owner

Apache configuration to access directory

Posted by Felipe Hummel on Super User See other posts from Super User or by Felipe Hummel
Published on 2010-04-27T19:39:27Z Indexed on 2010/04/27 19:53 UTC
Read the original article Hit count: 396

I'm on Ubuntu 9.10. My web application is in a directory on my /home/me/app . I want to configure Apache in such a way that I can access my app through a directory. For example:

People can access my machine through domain.com. What I would like to do is access my web application (located at /home/me/app) through a directory, using something like: domain.com/myapp.

How can I set up the apache configuration for this kind of behavior? Of course, I do not want to move all my application to /var/www/myapp.

Thanks

© Super User or respective owner

Related posts about apache

Related posts about virtualhost