Ok well ive switched from Apache 1.3 to version 2
Im having to edit the confs raw to get it working again.... and one thing im stuck on is virtual host
See i have this for a virtual host
<VirtualHost djjonzy.jmchost.net:80>
ServerAlias djjonzy.jmchost.net
DocumentRoot /home/djjonzy/public_html
ServerName www.djjonzy.jmchost.net
<Directory "/home/djjonzy/public_html">
allow from all
Options +Indexes
</Directory>
</VirtualHost>
But when i access it it says 403 permission denied... Now this happened with a few of the other virtual hosts i implemented, but was quickly fixed when i CHMOD the entire dir an sub dirs of the user folder to 755
Ive done the same to this one, but it just wont work !!! ive also tried 766 and 777 but when i do that it just takes me to the CENT OS test page
now this is wierd because the CHMOD of the folder before aopache 2 was already 766....so i dont understand
Any ideas...



LinkBack URL
About LinkBacks





