On 2012-07-30 13:56, coasterad wrote:
>
> I really need to solve this issue before thursday, I do not understand
> about the picture thing but PLEASE, just look at what I have posted and
> help if you can.
>
> This is the directory listinng for /home/redrider/public_html
> thi picture above shows the browser view
>
I’m sorry, but the photos you posted do not say much. The browser photo, for example, doesn’t
show the bar, so I do not see where you are pointing the browser to, it could be anywhere. If I
do what I hope you are doing, but with links, I can post the result here:
> Index of /~apin
> Index of /~apin
>
> Icon Name Last modified Size Description
>
> ---------------------------------------------------------------------------
>
> [DIR] Parent Directory -
> ] Restorer7.exe 20-Jun-2012 15:00 15M
> ] drupal from backupp drive windoows 30-Jul-2012 17:37 0
> [DIR] public_html/ 20-Nov-2004 21:16 -
>
> --------------------------------------------------------------------------
>
> Apache/2.2.17 (Linux/SUSE) Server at localhost Port 80
As you can see, it works.
> redrider@linux-2gh0:~/public_html> ls -l
> total 12
> drwxrwxrwx 9 redrider users 4096 May 2 18:25 class2
> drwxrwxr-x 9 redrider users 4096 May 2 18:25 drupal from backupp drive windoows
> drwxr-xr-x 7 redrider users 4096 Jul 7 09:37 phpMyAdmin-3.5.2-english
> redrider@linux-2gh0:~/public_html> pwd
> /home/redrider/public_html
> redrider@linux-2gh0:~/public_html>
>
> --------------------
The output above misses data about the permissions of the public directory itself, but it might
be enough. My mistake. This is better:
> cer@Telcontar:~> l /srv/www/home/apin/
> total 15388
> drwxrwxr-x 3 504 crypta 4096 Jul 30 17:37 ./
> drwxr-xr-x 5 root root 4096 Jan 28 2007 ../
> -rwxr--r-- 1 moriarty users 15723824 Jun 20 15:00 Restorer7.exe*
> -rw-r--r-- 1 root root 0 Jul 30 17:37 drupal from backupp drive windoows
> drwxr-xr-x 2 root root 4096 Jan 28 2007 public_html/
I wanted to see the “dots” directories. Never mind.
You can also have a look at the apache logs, in this case, the “/var/log/apache2/access_log”
file. In my case the last lines show:
> ::1 - - [30/Jul/2012:17:40:36 +0200] "GET /~apin HTTP/1.0" 301 310 "-" "Lynx/2.8.7rel.1 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/1.0.0c"
> ::1 - - [30/Jul/2012:17:40:38 +0200] "GET /~apin/ HTTP/1.0" 200 998 "-" "Lynx/2.8.7rel.1 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/1.0.0c"
> 127.0.0.1 - - [30/Jul/2012:17:40:49 +0200] "GET /~apin HTTP/1.1" 301 310 "-" "Links (2.2; Linux 2.6.37.6-0.20-desktop x86_64; 127x24)"
> 127.0.0.1 - - [30/Jul/2012:17:40:49 +0200] "GET /~apin/ HTTP/1.1" 200 998 "-" "Links (2.2; Linux 2.6.37.6-0.20-desktop x86_64; 127x24)"
Also the error_log content could be interesting to look at.
What we need to know is what directory you are really serving from. Have you modified
mod_userdir.conf? If so, post it. Even better, post it anyway.
–
Cheers / Saludos,
Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)