larry price wrote:
Did your apache configuration change,
specifically did AutoIndexing get disabled?

How can I tell?  Since I didn't explicitly change the file
I didn't keep a backup.

Also check and make sure that mod_userdir is enabled.

Do you mean to uncomment all of the following?

# UserDir is now a module
#UserDir public_html
#UserDir disabled root

#<Directory /home/*/public_html>
#       AllowOverride FileInfo AuthConfig Limit
#       Options Indexes SymLinksIfOwnerMatch IncludesNoExec
#</Directory>


But I'm not sure this is the whole answer.  As you notice
below I symlink from public_html.  I may need to add that
target directory, /media/abrownExtra/public_html/, to a
whitelist.  How can I do that?
--
Allen Brown  [EMAIL PROTECTED]  http://69.59.200.90/~abrown/
  We were all crazy, but since we were crazy in the same way,
  it worked. --- Michael Swaine

On 11/10/06, Allen Brown <[EMAIL PROTECTED]> wrote:

Weird.  A few days ago my web site was viewable.  Not it's
not.  I didn't change permissions.

A recent apt-get updated somethings and python and apache.
I wonder if that did something.

The site http://69.59.200.90/~abrown/ is viewable.  But none
of the sub-directories such as
http://69.59.200.90/~abrown/rex/index.html are.  The
permissions look good to me.

$ ls -Fld ~/public_html
lrwxrwxrwx  1 abrown users 30 2004-10-31 19:36 /home/abrown/public_html
-> /media/abrownExtra/public_html/

$ ls -Fl ~/public_html/.
-rw-r--r--   1 abrown users     9575 2006-11-04 15:46 index.html
drwxr-xr-x  10 abrown users     4096 2006-10-02 15:58 rex/
...

$ ls -Fl ~/public_html/rex
-rw-r--r--   1 abrown users 13609 2006-10-02 15:58 index.html
...

Wha happened?
--
Allen Brown  [EMAIL PROTECTED]  http://69.59.200.90/~abrown/
_______________________________________________
EUGLUG mailing list
[email protected]
http://www.euglug.org/mailman/listinfo/euglug

Reply via email to