Apache server configuration help required centos 5/3
Apache server configuration help required centos 5/3
am 02.02.2010 09:07:16 von venugopal melukote
Hello,
I am facing one problem in http server configuration in centos 5.3. When
i tried to upload file to server through http client it is saying that "
An HTTP error occurred while uploading file, Error code 403:forbidden.
But I am able to browse the directory through browser.
I need help to solve this problem.
My httpd.conf like this
DocumentRoot "/home/httpd/webdav"
Options FollowSymLinks
AllowOverride None
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
UserDir disable
#UserDir public_html
# AllowOverride FileInfo AuthConfig Limit
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
Order allow,deny
Allow from all
Order deny,allow
Deny from all
Thanks
Venugopal
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Apache server configuration help required centos
am 02.02.2010 13:07:14 von Eric Covener
On Tue, Feb 2, 2010 at 3:07 AM, venugopal melukote
wrote:
> Hello,
>
> I am facing one problem in http server configuration in centos 5.3. When i
> tried to upload file to server through http client it is saying that " An
> HTTP error occurred while uploading file, Error code 403:forbidden.
> But I am able to browse the directory through browser.
> I need help to solve this problem.
> My httpd.conf like this
>
What does your errorlog say?
--
Eric Covener
covener@gmail.com
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Apache server configuration help required centos 5/3
am 02.02.2010 14:27:57 von venugopal melukote
Hello,
My error log says
[Tue Feb 02 11:52:32 2010] [error] [client 172.16.10.10] client denied
by server configuration: /home/httpd/webdav/vulcan1.txt
Eric Covener wrote:
> On Tue, Feb 2, 2010 at 3:07 AM, venugopal melukote
> wrote:
>
>> Hello,
>>
>> I am facing one problem in http server configuration in centos 5.3. When i
>> tried to upload file to server through http client it is saying that " An
>> HTTP error occurred while uploading file, Error code 403:forbidden.
>> But I am able to browse the directory through browser.
>> I need help to solve this problem.
>> My httpd.conf like this
>>
>>
>
> What does your errorlog say?
>
>
>
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Apache server configuration help required centos
am 02.02.2010 16:07:52 von Krist van Besien
On Tue, Feb 2, 2010 at 2:27 PM, venugopal melukote
wrote:
> Hello,
>
> My error log says
>
> [Tue Feb 02 11:52:32 2010] [error] [client 172.16.10.10] client denied by
> server configuration: /home/httpd/webdav/vulcan1.txt
You have to enable DAV for this directory. From the config you showed
us I cannot determine if you did so.
Krist
--
krist.vanbesien@gmail.com
krist@vanbesien.org
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org