Setup system users to manage specific apache virtual host directories [on hold] The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsApache Virtual Host pointing to wrong DocumentRootWhy the main page of apache points to Virtual HostApache giving me 403 on Virtual HostApache Virtual Host Not WorkingHow does Apache resolves the requested virtual host?Apache virtual host assigned foldersMultiple virtual host in Centos 7 is not working togetherDisable Apache welcome page for only specific virtual hosts?Apache Virtual Host Server Error while RestartingProblem accessing virtual host website from host machine
Can smartphones with the same camera sensor have different image quality?
rotate text in posterbox
Python - Fishing Simulator
How are presidential pardons supposed to be used?
How to test the equality of two Pearson correlation coefficients computed from the same sample?
Sort a list of pairs representing an acyclic, partial automorphism
What do you call a plan that's an alternative plan in case your initial plan fails?
Didn't get enough time to take a Coding Test - what to do now?
Does Parliament need to approve the new Brexit delay to 31 October 2019?
University's motivation for having tenure-track positions
The variadic template constructor of my class cannot modify my class members, why is that so?
Who or what is the being for whom Being is a question for Heidegger?
How does ice melt when immersed in water?
Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?
Can a 1st-level character have an ability score above 18?
Windows 10: How to Lock (not sleep) laptop on lid close?
How do I add random spotting to the same face in cycles?
The following signatures were invalid: EXPKEYSIG 1397BC53640DB551
What was the last x86 CPU that did not have the x87 floating-point unit built in?
Why is Captain Marvel translated as male in Portugal?
First use of “packing” as in carrying a gun
Would an alien lifeform be able to achieve space travel if lacking in vision?
How should I replace vector<uint8_t>::const_iterator in an API?
How many people can fit inside Mordenkainen's Magnificent Mansion?
Setup system users to manage specific apache virtual host directories [on hold]
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election ResultsApache Virtual Host pointing to wrong DocumentRootWhy the main page of apache points to Virtual HostApache giving me 403 on Virtual HostApache Virtual Host Not WorkingHow does Apache resolves the requested virtual host?Apache virtual host assigned foldersMultiple virtual host in Centos 7 is not working togetherDisable Apache welcome page for only specific virtual hosts?Apache Virtual Host Server Error while RestartingProblem accessing virtual host website from host machine
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have setup apache on a centos server, and have also setup the following virtual hosts for different web aps as follows:
/var/www/web-app1
/var/www/web-app2
/var/www/web-app3
I want to create different system users that have FTP/SSH access to one ore more assigned applications, but not the others:
for e.g. i want to create a user say user-app1 that has:
a) ftp/ssh access to /var/www/web-app1, but no ftp/ssh to parent /var/www directory
b) ftp/ssh access to /opt/docs/web-app1-docs but no ftp/ssh to parent /opt/docs
How can i do this, without altering apache/php users permissions on same folders.
apache-virtualhost
New contributor
put on hold as too broad by Haxiel, Fabby, Stephen Harris, Mr Shunz, Prvt_Yadv 2 days ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I have setup apache on a centos server, and have also setup the following virtual hosts for different web aps as follows:
/var/www/web-app1
/var/www/web-app2
/var/www/web-app3
I want to create different system users that have FTP/SSH access to one ore more assigned applications, but not the others:
for e.g. i want to create a user say user-app1 that has:
a) ftp/ssh access to /var/www/web-app1, but no ftp/ssh to parent /var/www directory
b) ftp/ssh access to /opt/docs/web-app1-docs but no ftp/ssh to parent /opt/docs
How can i do this, without altering apache/php users permissions on same folders.
apache-virtualhost
New contributor
put on hold as too broad by Haxiel, Fabby, Stephen Harris, Mr Shunz, Prvt_Yadv 2 days ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
1
I think your question is too broad to be answerable here. You could look into chrooting your SSH/SFTP users. Here is a guide from the Arch wiki that shows how.
– Haxiel
Apr 10 at 10:15
add a comment |
I have setup apache on a centos server, and have also setup the following virtual hosts for different web aps as follows:
/var/www/web-app1
/var/www/web-app2
/var/www/web-app3
I want to create different system users that have FTP/SSH access to one ore more assigned applications, but not the others:
for e.g. i want to create a user say user-app1 that has:
a) ftp/ssh access to /var/www/web-app1, but no ftp/ssh to parent /var/www directory
b) ftp/ssh access to /opt/docs/web-app1-docs but no ftp/ssh to parent /opt/docs
How can i do this, without altering apache/php users permissions on same folders.
apache-virtualhost
New contributor
I have setup apache on a centos server, and have also setup the following virtual hosts for different web aps as follows:
/var/www/web-app1
/var/www/web-app2
/var/www/web-app3
I want to create different system users that have FTP/SSH access to one ore more assigned applications, but not the others:
for e.g. i want to create a user say user-app1 that has:
a) ftp/ssh access to /var/www/web-app1, but no ftp/ssh to parent /var/www directory
b) ftp/ssh access to /opt/docs/web-app1-docs but no ftp/ssh to parent /opt/docs
How can i do this, without altering apache/php users permissions on same folders.
apache-virtualhost
apache-virtualhost
New contributor
New contributor
New contributor
asked Apr 10 at 8:20
obininiobinini
1
1
New contributor
New contributor
put on hold as too broad by Haxiel, Fabby, Stephen Harris, Mr Shunz, Prvt_Yadv 2 days ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as too broad by Haxiel, Fabby, Stephen Harris, Mr Shunz, Prvt_Yadv 2 days ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
1
I think your question is too broad to be answerable here. You could look into chrooting your SSH/SFTP users. Here is a guide from the Arch wiki that shows how.
– Haxiel
Apr 10 at 10:15
add a comment |
1
I think your question is too broad to be answerable here. You could look into chrooting your SSH/SFTP users. Here is a guide from the Arch wiki that shows how.
– Haxiel
Apr 10 at 10:15
1
1
I think your question is too broad to be answerable here. You could look into chrooting your SSH/SFTP users. Here is a guide from the Arch wiki that shows how.
– Haxiel
Apr 10 at 10:15
I think your question is too broad to be answerable here. You could look into chrooting your SSH/SFTP users. Here is a guide from the Arch wiki that shows how.
– Haxiel
Apr 10 at 10:15
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
1
I think your question is too broad to be answerable here. You could look into chrooting your SSH/SFTP users. Here is a guide from the Arch wiki that shows how.
– Haxiel
Apr 10 at 10:15