Apache paths

Hi,

I've just succeeded in installing Apache 2 on my server and now I've got a question...

What is the recommended configuration for paths? That is, where should I keep my websites? Several options that I've seen are:
/var/www/html/<website>
/usr/local/apache/htdocs/<website>
/home/<website>
/www/<website>
/web/<website>

Needless to say, this has given me a headache. It seems that everyone has his own favorite. But, is there any one "best" way? Or am I "free" to decide on what's best for me?

Of course, the same goes for the paths for the log files. I've seen them save in all the combinations as I listed above, with the addition of a "logs" subdirectory. For example:
/home/logs/<website>
/www/logs/<website>

Pass the aspirin please.

Thanks.

 

 

 

 

Top