BuildingWeb版 - a question about Apache Server, Thank you tommy |
|
|
|
|
|
y***i 发帖数: 92 | 1 Hi:
I have found the following error in my apache server's
error_log
file.
[Mon Feb 12 15:10:35 2001] [error] [client XXX.XXX.XXX.XXX]
Symbolic link not allowed: /home/httpd/cgi-bin/tmpfiles/
Please tell me how to solve this problem? urgent.
BTW, the "tmpfiles" directory is only a link to any other
directory in order to protect the data.
I use " ln -s /data/tmpfiles tmpfiles" command under
/home/httpd/cgi-bin directory.
Thanks a lot
Appreciate your help, tommy.
Yanzi | m*****e 发帖数: 4193 | 2 check your httpd.conf. You disabled "FollowSymLinks" option (which is a good
idea).
【在 y***i 的大作中提到】 : Hi: : I have found the following error in my apache server's : error_log : file. : [Mon Feb 12 15:10:35 2001] [error] [client XXX.XXX.XXX.XXX] : Symbolic link not allowed: /home/httpd/cgi-bin/tmpfiles/ : Please tell me how to solve this problem? urgent. : BTW, the "tmpfiles" directory is only a link to any other : directory in order to protect the data. : I use " ln -s /data/tmpfiles tmpfiles" command under
|
|
|
|
|
|
|