Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to use apache with fastcgi access user jails outside apache jail

Status
Not open for further replies.

jtillwick

Programmer
Jun 22, 2006
2
US
I have apache set up in a jail. Let's say it is located at /chroot/http. I also have individual jails for all my ssh users, let's say they are located at /chroot/users/user1 and /chroot/users/user2 respectively. Well, I have a dilemma... How can I allow my ssh users to have web sites in their jails and get apache to serve them?

Seems to me that FastCgiExternalServer should be able to help me with this. However, all the documentation for what I am trying to do that I can find is for lighttpd. So, how can I do this with apache? Is it even possible?
 
Not really what I am trying to accomplish. I need to have redundant backups of all my sites on other machines. This is easier to achieve if the user jails are seperate on the file system from the apache jail.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top