Debian: Upload websites to server

Discussion in 'Linux / Unix Discussion' started by Fergal1982, Jun 15, 2008.

  1. Fergal1982

    Fergal1982 Petabyte Poster

    4,196
    172
    211
    Does anyone know how to grant a user on a debian machine rights to upload files to a particular area on the machine?

    Specifically, I want to grant my user account rights to upload files into the web area on the machine?

    I have an SSH client that allows me to upload the files, but I dont want to have to log onto the box as root whenever I want to do that.

    I'm assuming theres a group or something in Debian that grants these rights, but I have no idea how to list groups, etc from the command line.
     
    Certifications: ITIL Foundation; MCTS: Visual Studio Team Foundation Server 2010, Administration
    WIP: None at present
  2. ffreeloader

    ffreeloader Terabyte Poster

    3,661
    106
    167
    Set up Apache to use WebDav. Here's a link to a how-to.

    http://www.howtoforge.com/setting-up-webdav-with-apache2-on-debian-etch

    I would use an https virtual server so my passwords wouldn't be transmitted in plain text, but other than that this is a pretty good how-to. This will allow you to modify files in-place and to upload files.
     
    Certifications: MCSE, MCDBA, CCNA, A+
    WIP: LPIC 1
  3. Fergal1982

    Fergal1982 Petabyte Poster

    4,196
    172
    211
    Can you set up https without having to pay for a certificate?
     
    Certifications: ITIL Foundation; MCTS: Visual Studio Team Foundation Server 2010, Administration
    WIP: None at present
  4. ffreeloader

    ffreeloader Terabyte Poster

    3,661
    106
    167
    Yeah, you just create your own certificates and sign them yourself. Anyone logging into the https site will get a warning that the certificate isn't signed by a valid authority, but it will still work. We use self-signed certificates on all our development sites as it's much cheaper and no one else accesses them anyway.
     
    Certifications: MCSE, MCDBA, CCNA, A+
    WIP: LPIC 1
  5. ffreeloader

    ffreeloader Terabyte Poster

    3,661
    106
    167
    If you're going to be working with Apache quite a bit I'd recommend that you at least get O'Reilly's books "Apache: The Definitive Guide" and "Apache Security". They are starting to get dated, but the basic stuff in there will be of a great help to you.

    You can probably find used copies for next to nothing.
     
    Certifications: MCSE, MCDBA, CCNA, A+
    WIP: LPIC 1

Share This Page

Loading...
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.