On Wednesday 03 May 2006 12:11, Mitchell Brown wrote: > Okay, when I goto my commandline, and type "ls" in "/var/www" I get > > [EMAIL PROTECTED]:/var/www$ ls > apache2-default phpmyadmin > > Now, when I go into my "File Browser" in Ubuntu, goto "/var/www" I get a > *completely* different structure! Yet, the files are there (I can copy them > in and out of that folder!!!!)
Keep in mind that using nautilis will assume the credentials of the logged in user. The apache folders are normally not accessible to everyday users. So, if you go to the command line as root, of course you will see something different. Also, every distro does some things differently. If you learn enough about file systems, and Apache in general, you can deduce where the pertinent settings will be. Ubuntu uses the concept of "enabled sites" (only distro I've seen do this so far). This is nothing more than a VirtualHost definition put into a specific folder (or linked). Each VirtualHost can have it's own DocumentRoot setting.... Shawn _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

