Do anyone know how to configure document to point to home directory properly in apache?

Hi

from Running web apps from your home folder

I've more or less follow the guide,

the reason why I'm expering 403 Forbidden is because the higher level directory will take precedance.

[phpmy@localhost ~]$ ls -lrthd /home/phpmy/www/joomla/ drwxrwxr-x 2 phpmy phpmy 4.0K May  1 20:26 /home/phpmy/www/joomla/ [phpmy@localhost ~]$ ls -lrthd /home/phpmy/ drwx------. 31 phpmy phpmy 4.0K May  1 21:39 /home/phpmy/

I've configured as follow

[root@localhost ~]# cat /etc/httpd/conf.d/joomla.conf  Alias /joomla /home/phpmy/www/joomla <Directory /home/phpmy/www/joomla>     Options Indexes FollowSymLinks     DirectoryIndex index.php </Directory> [root@localhost ~]# 

do anyone know how to configure apache in centos 6.4 properly

httpd is run as follow

root      2449     1  0 21:39 ?        00:00:00 /usr/sbin/httpd
apache    2537  2449  0 21:39 ?        00:00:00 /usr/sbin/httpd
apache    2538  2449  0 21:39 ?        00:00:00 /usr/sbin/httpd
apache    2539  2449  0 21:39 ?        00:00:00 /usr/sbin/httpd
apache    2540  2449  0 21:39 ?        00:00:00 /usr/sbin/httpd
apache    2541  2449  0 21:39 ?        00:00:00 /usr/sbin/httpd
apache    2542  2449  0 21:39 ?        00:00:00 /usr/sbin/httpd
apache    2543  2449  0 21:39 ?        00:00:00 /usr/sbin/httpd
apache    2544  2449  0 21:39 ?        00:00:00 /usr/sbin/httpd

Apache/2.2.15

thanks a lot!

What distribution are you running?

Centos 6.4