Results 1 to 5 of 5

Thread: Unable to copy files to Apache server

  1. #1
    Join Date
    Dec 2008
    Posts
    84

    angry Unable to copy files to Apache server

    Hey Guys,

    I'm having a Apache server setup on my system. The problem is that i'm unable to copy a index.html file to my Apache server. Whenever i try to copy it shows me an error stating that "i don't have permissions". Can any one tell me that why i'm having such problem on my system? Does any body knows about this issue? Kindly help me out to resolve this issue.

    Thanks a lot.

  2. #2
    Join Date
    May 2008
    Posts
    3,516

    Re: Unable to copy files to Apache server

    Do you have the user rights with you? If you don't have it will not allow you to copy your file without having the rights to access.

  3. #3
    Join Date
    Apr 2008
    Posts
    3,339

    Re: Unable to copy files to Apache server

    In the config file, check: DirectoryIndex-index.html should be one of the entries, add it if it's missing in the directory.

  4. #4
    Join Date
    Jan 2006
    Posts
    4,221

    Re: Unable to copy files to Apache server

    Worked it out. I reset my config file with the default one and just added comments in and restarted the server until it failed. The problem was in:

    <Directory "D:/">
    Options Indexes FollowSymLinks
    AllowOverride All
    Order allow,deny
    Allow from all
    </Directory>

    The default is 'AllowOverride None' which worked. I've no idea why I had changed it to 'All' and I have no idea why this would have caused a problem. But it's fixed which is the most important thing.

  5. #5
    Join Date
    Jan 2006
    Posts
    3,792

    Re: Unable to copy files to Apache server

    Any file name may contain a host and user specification to indicate that the file is to be copied to/from that host. Copies between two remote hosts are permitted.

    I am sure, scp should work, but only problem is it prompts for passwords, but there is a way to work around to avoid passowrd prompt
    (edit ~/.ssh/*)

Similar Threads

  1. Copy files to Windows 2003 Server failed on Mac System
    By Ankit Zh@very in forum Networking & Security
    Replies: 6
    Last Post: 31-03-2012, 07:57 PM
  2. Unable to copy files in Mac OS X Lion
    By Parnell in forum Operating Systems
    Replies: 10
    Last Post: 15-10-2011, 10:34 PM
  3. Unable to copy files in webDAV server on Mac OSX
    By Dabert in forum Technology & Internet
    Replies: 4
    Last Post: 19-06-2011, 10:18 PM
  4. Commands to Copy/Paste files from one server to another
    By Noah in forum Networking & Security
    Replies: 6
    Last Post: 14-10-2010, 11:48 AM
  5. Unable to copy files larger than 4GB
    By GhostRider in forum Hardware Peripherals
    Replies: 3
    Last Post: 18-12-2008, 01:43 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,268,616.86162 seconds with 17 queries