Custom docroot?

Faltzer

Verified User
Joined
Dec 24, 2007
Messages
10
Is there any way to set your docroot to anything that isn't public_html, without it resetting at all? I'm running a Rails application with RailsInDA, and would like to make the Rails app /. If I can use mod_alias, can somebody point me to the right direction?
 
You can change the docroot in the users httpd.conf file and then chattr it to immutable so nothing can change it.

Jeff
 
Oh, nevermind, I seem to have found a similar solution to this problem in another thread here. Thank you!
 
Back
Top