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;








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.










share|improve this question







New contributor




obinini is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











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

















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.










share|improve this question







New contributor




obinini is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











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













0












0








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.










share|improve this question







New contributor




obinini is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












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






share|improve this question







New contributor




obinini is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




obinini is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




obinini is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Apr 10 at 8:20









obininiobinini

1




1




New contributor




obinini is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





obinini is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






obinini is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




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












  • 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










0






active

oldest

votes

















0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

Cannot Extend partition with GParted 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 ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

NetworkManager fails with “Could not find source connection”Trouble connecting to VPN using network-manager, while command line worksHow can I be notified about state changes to a VPN adapterBacktrack 5 R3 - Refuses to connect to VPNFeed all traffic through OpenVPN for a specific network namespace onlyRun daemon on startup in Debian once openvpn connection establishedpfsense tcp connection between openvpn and lan is brokenInternet connection problem with web browsers onlyWhy does NetworkManager explicitly support tun/tap devices?Browser issues with VPNTwo IP addresses assigned to the same network card - OpenVPN issues?Cannot connect to WiFi with nmcli, although secrets are provided