Apache configuration to access for directory
- by Felipe Hummel
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