On 9/9/05, Forrest Aldrich <[EMAIL PROTECTED]> wrote:
>  There is no .htaccess file there, I changed the config per below
> "AllowOverride None" and the same problem occurs:

>From httpd.conf there is one other place to check: ssl.conf.  But
assuming you don't find it there, lets try a different tactic.

I just did the following things. You should repeat them exactly
(changing /home/slive as appropriate, obviously):

1. cd /home/slive; mkdir test test2

2. cat > test/httpd.conf
Listen 8901
DocumentRoot /home/slive/test
<Directory />
Options All
</Directory>
^D

3. echo hello > test2/index.txt

4. ln -s test2/index.txt test/symlink.txt

5. /full/path/to/apachectl -f /home/slive/test/httpd.conf

6. lynx http://localhost:8901/symlink.txt

And I got "hello" in my browser.

(You may need to add ErrorLog to httpd.conf and perhaps a couple
others depending on your site's setup, but keep it minimal.)

Once you have that working, you can slowly change it to bring it in
line with your site until you find where the problem is.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to