• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Apache HTTP 403 Response

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Am trying to PUT a file onto an Apache server running on Unix with mod_ssl.
But when I open a HTTPS URL connection and put a file, the response code I am getting is a 403. From the same directory I am able to GET a file!!
I checked the permissions of the file/directory on the server and they are 777. So that means that I have full access to r/w/x the same.
I suspect the following piece in httpd.conf file as the culprit but am not able to resolve:

Your help would be greatly appreciated.
Thanks in advance,
Ganapathi.
 
reply
    Bookmark Topic Watch Topic
  • New Topic