|
Home > Archive > Apache Server configuration support > May 2007 > Directory without proper file permission in Apache
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Directory without proper file permission in Apache
|
|
|
| Hello,
I create a file to store information from users who enter their
information, and the form will also display the information back
afterward. However my forms seem to run correctly but the configure of
Apache to understand the folder and file must be has some mistaked. I
configured the apache this way:
<Directory "/usr/local/apache_file/addressbook.dat">
AllowOverride All
Option All
</Directory>
The browser displays no permission access the file addressbook.dat, I
wonder whether my configuration is correct?
Thank you
| |
| Davide Bianchi 2007-05-17, 1:19 pm |
| On 2007-05-17, kwan <kwan.jingx@gmail.com> wrote:
> However my forms seem to run correctly but the configure of
> Apache to understand the folder and file must be has some mistaked.
And what make you think so?
><Directory "/usr/local/apache_file/addressbook.dat">
This is not a directory, is a file. The 'directory' tag allow you
to specify Directory properties, not files.
Davide
--
Best viewed with Internet Explorer 5.6 on a 1280x1024 resolution with
24-bit color depth, maximum contrast, minimum brightness, in a 1000x960
window placed in the exact center of your display with this videocard
and ....
-- from alt.sysadmin.recovery
|
|
|
|
|