Apache vhost issues (client denied by server configuration)
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hey all - I'm hoping yo guys can help me out with this. It's something I've managed to breeze by (as I've done this before) until today... I'll start with showing you my httpd.conf
httpd.conf
Everything but the following is default and has been untouched.
confirm if you syntax is OK (./apachectl configtest) and if correct I recommended put in www.deepdream.org how your default... and not left empty the first tag the virtual host, remember that the first tag the virtual host is your default...
Well, just for the hell of it I repointed me DocumentRoot to /usr/home/bkeating/public_html/deepdream.org/ (because i know the other two virtualhosts that point to it work) and sure enough, it worked!
So i checked the permissions on /data (which is it's own filesystem) are identical to that of ~bkeating/public_html/, etc. So... Im confused.
keeping everything where it is and simply making a symlink of /data/vhosts/motionsiren.com/www to /usr/local/www/data/motionsiren and then adjusting the httpd.conf virtualhost entry to point to /usr/local/ww..... and TADA, it too, loads.
So am I right to assume that this isn't a system file permission problem but something with Apache?
Originally posted by LordDark Sure the problem is with the apache... just need reorder the vhosts and thats all, I don't understand what are you doing?....
/data is it's own volume. It's where all the real data lives on my systems. It makes it easy to upgrade, plug into new systems, etc.
It'd be easier to learn how to make Apache allow /data/.... access then do a series of symlinks.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.