Hello
This is the first time I am configuring Apache on a Knoppix server. We use Redhat most of the time.
The problem is
if there is an empty directory in the document root, it gives me a 403 Forbidden Error.
In Redhat, in a similar scenario, the directory index used to be displayed.
Any pointers, anyone?
Regards Vinayak
Sorry to bother you guys.
But I found the answer
One needs to specify
Options Indexes
under the document root directory in httpd.conf.
Regards Vinayak
Hi,
Check the DirectoryIndex in your apache configuration.
btw, why do you want to keep your DocRoot empty?
regards Amit
On Tuesday 10 Aug 2004 4:46 pm, Vinayak wrote:
Hello
This is the first time I am configuring Apache on a Knoppix server. We use Redhat most of the time.
The problem is
if there is an empty directory in the document root, it gives me a 403 Forbidden Error.
In Redhat, in a similar scenario, the directory index used to be displayed.
Any pointers, anyone?
Regards Vinayak
********************************************************* Disclaimer:
This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited.
********************************************************* Visit us at http://www.mahindrabt.com
On Tuesday 10 Aug 2004 5:18 pm, Amit Redij wrote:
Hi,
Check the DirectoryIndex in your apache configuration.
Thanks, Amit.
btw, why do you want to keep your DocRoot empty?
The directory is empty since it is freshly created. ;-)
Anyways the idea is that this will serve as a test server. Under DocumentRoot, there will be directories for each project done. So the user can choose the directory he wants to view.
Regards Vinayak
Anyways the idea is that this will serve as a test server. Under DocumentRoot, there will be directories for each project done. So the user can choose the directory he wants to view.
Regards Vinayak
put index.html the doc root if you wanna allow directory browisinng u have to set a parameter on in httpd.conf and restart it