[users@httpd] Re: suEXEC for 2 directories

2021-05-09 Thread tommys_project
Hi there. I was able to resolve it by myself with this /etc/apache2/suexec/www-data: /home . #/var/www #public_html/cgi-bin # The first two lines contain the suexec document root and the suexec userdir # suffix. If one of them is disabled by prepending a # character, suexec will # refuse the corr

[users@httpd] suEXEC for 2 directories

2021-05-08 Thread tommys_project
Hi there. I'd like to set suEXEC for 2 directories /home/*/public_html /home/*/secure_html but don't know how do I write /etc/apache2/suexec/www-data. /home/*/public_html is for HTTP connection /home/*/secure_html is for HTTPS connection. Could you tell me how should I do? My Apache 2.4.46 work