Tagged Questions
4
votes
1answer
275 views
How to organize /var/www/ for multiple users and vhosts in apache
I've been creating new directories for each site in the var folder like this:
/var/www -- localhost -- owned by localuser:www-data (+setuid/setguid)
/var/www-somesite -- somesite.com, ...
3
votes
1answer
566 views
Apache, www-data and custom user permission
I'm running an ubuntu server with apache and I have web directory which is owned by the user www-data and the group www-data. WordPress works great in this directory. It can auto update and I can ...
2
votes
4answers
879 views
How can i check how many users can visit my website at the same time?
i have my website on a shared webhosting account.
I would like to check how many people can visit my site at the same time without the server slowing down or crashing.
I don't have SSH, if that makes ...