Page 3 of 3 FirstFirst 123
Results 33 to 42 of 42

Thread: Own web server = suicide?

  1. #33
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts

    Re: Own web server = suicide?

    Quote Originally Posted by Steve View Post
    We use FreeBSD
    I know - but its almost as good!

    http://www.freebsd.org/about.html


    Quote Originally Posted by Steve View Post
    SCP would. It's a hell of a lot better.
    They both use ssh as the authentication/confidentiality mechanism, but the SFTP protocol is more versatile and based on the ftp protocol, while SCP is based on the rcp copy protocol.

    SFTP allows the one connection to be used to list (and change) remote directories; SCP requires a separate connection to do functions other than copy.

    http://www.cam.ac.uk/cs/filetransfer/compare.html
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  2. #34
    Senior Member
    Join Date
    Sep 2005
    Posts
    587
    Thanks
    7
    Thanked
    7 times in 7 posts

    Re: Own web server = suicide?

    Well, whats the difference between SFTP and FTPS then?

  3. #35
    Gentoo Ricer
    Join Date
    Jan 2005
    Location
    Galway
    Posts
    11,048
    Thanks
    1,016
    Thanked
    944 times in 704 posts
    • aidanjt's system
      • Motherboard:
      • Asus Strix Z370-G
      • CPU:
      • Intel i7-8700K
      • Memory:
      • 2x8GB Corsiar LPX 3000C15
      • Storage:
      • 500GB Samsung 960 EVO
      • Graphics card(s):
      • EVGA GTX 970 SC ACX 2.0
      • PSU:
      • EVGA G3 750W
      • Case:
      • Fractal Design Define C Mini
      • Operating System:
      • Windows 10 Pro
      • Monitor(s):
      • Asus MG279Q
      • Internet:
      • 240mbps Virgin Cable

    Re: Own web server = suicide?

    Quote Originally Posted by latrosicarius View Post
    Well, whats the difference between SFTP and FTPS then?
    FTPS uses SSL to provide a layer of encryption underneath an FTP session. SFTP uses an SSH tunnel to exchange commands to provide an FTP-like session, but it's really just an exchange of shell commands emulating the FTP protocol.

    The latter is more secure.
    Quote Originally Posted by Agent View Post
    ...every time Creative bring out a new card range their advertising makes it sound like they have discovered a way to insert a thousand Chuck Norris super dwarfs in your ears...

  4. #36
    Senior Member
    Join Date
    Jul 2003
    Location
    Holsworthy, Devon
    Posts
    513
    Thanks
    9
    Thanked
    11 times in 11 posts
    • Ben Rogers's system
      • Motherboard:
      • Asus P8P67 B3
      • CPU:
      • Intel core i5 2500k @ 4400MHz
      • Memory:
      • 12GB DDR3 (8GB Corsair Vengeance 1600MHz)
      • Storage:
      • 60GB OCZ Agility 3 SSD (boot) + 1TB Samsung F3 + 500GB Samsung F1 SATA II
      • Graphics card(s):
      • MSI HD7870 2GB
      • PSU:
      • 650W Coolermaster VX
      • Case:
      • Coolermaster Centurion 5 II
      • Operating System:
      • Windows 7 64 bit SP1
      • Monitor(s):
      • 19" Samsung SyncMaste
      • Internet:
      • 23Mbit / 1.1 Mbit ADSL2

    Re: Own web server = suicide?

    I've been running a web server at home for the past 5 years or so now under different Windows OS' 2000, XP and 2003 server, the software I use is called EasyPHP, it has a newer build of PHP installed. I have used IB Server before which was pretty similar and WAMP is practically the same. I liked IB Servers logged file as it said the google search used which the client used to get to the site.

    I have never been hacked but have multiple port scans carried out most days I think. One thing to remember is that if you have a dynamic IP you will need to use some program for translating the IP to the hostname, I use DynDNS for this and have registered a domain with them that is then web forwarded to from my main domains control panel.

    I have tried setting up Sun's VirtualBox with Ubuntu Linux and hosting that way but I could never get it working due to the ethernet configuration in the settings not being correct I think.

    Good luck with it!
    E6850@ 3700MHz / 6GB DDR2 / 500GB SATAII / nVidia 7800 GTX / Lian Li Plus7B

  5. Received thanks from:

    lego batman (02-06-2009)

  6. #37
    Senior Member
    Join Date
    Mar 2009
    Posts
    320
    Thanks
    58
    Thanked
    33 times in 30 posts

    Re: Own web server = suicide?

    Is ubuntu a lot easier to get to grips with than FreeBSD then, just in terms of setting up a server?

  7. #38
    Senior Member
    Join Date
    Mar 2005
    Location
    North East
    Posts
    400
    Thanks
    5
    Thanked
    12 times in 12 posts

    Re: Own web server = suicide?

    Ubuntu is pretty easy to set up probably easier to install and get running than any Microsoft O/S, assuming your hardware is supported.... The BSDs are not famous for being user friendly. Ubuntu can be run from a live CD so you can have a play with it and find out what its all about, it'll run pretty well on very basic hardware too.

    If you decide to go the Ubuntu root (or Debian for that matter), have a read about apt-get, if you want to install / upgrade the software on an Ubuntu / Debian box it makes things pretty easy.

  8. #39
    Jay
    Jay is offline
    Gentlemen.. we're history Jay's Avatar
    Join Date
    Aug 2006
    Location
    Jita
    Posts
    8,365
    Thanks
    304
    Thanked
    568 times in 409 posts

    Re: Own web server = suicide?

    I have done work for a few ISPs and a lot of them use CentOS.
    □ΞVΞ□

  9. Received thanks from:

    lego batman (03-06-2009)

  10. #40
    HEXUS webmaster Steve's Avatar
    Join Date
    Nov 2003
    Posts
    14,283
    Thanks
    293
    Thanked
    841 times in 476 posts

    Re: Own web server = suicide?

    FreeBSD's probably harder than Ubuntu, at least to install. Its ports system is pretty good though for installing stuff and there is a wealth of help on the net, much like Ubuntu.
    PHP Code:
    $s = new signature();
    $s->sarcasm()->intellect()->font('Courier New')->display(); 

  11. Received thanks from:

    lego batman (03-06-2009)

  12. #41
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts

    Re: Own web server = suicide?

    I use Fedora 6 (currently - just about to go to FC 10) for mine, but I usually compile Apache and PHP myself (rather than use the bundled versions) That is so I can cut out any modules I don't need and - more importantly - apply any patches/updates as soon as the become available. (I did try compiling MySql from scratch under FC 6 - but couldn't get it to work! - I suppose I ought to try again!)
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  13. Received thanks from:

    lego batman (03-06-2009)

  14. #42
    Senior Member
    Join Date
    Mar 2009
    Posts
    320
    Thanks
    58
    Thanked
    33 times in 30 posts

    Re: Own web server = suicide?

    Ok thanks everyone, I'm going to try both CEntOS+Apache and Windows+WAMP both in virtualbox and choose one.
    I'll probably be back here soon with more questions!

Page 3 of 3 FirstFirst 123

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Web server - removing orphan files
    By Raz316 in forum Software
    Replies: 0
    Last Post: 13-02-2009, 10:32 AM
  2. Business Server - Data Backup Methods
    By cptwhite_uk in forum Networking and Broadband
    Replies: 12
    Last Post: 27-02-2008, 12:25 AM
  3. Portable Web Server for Linux
    By Dorza in forum Software
    Replies: 4
    Last Post: 05-07-2007, 02:12 PM
  4. Internal web server woes
    By Raz316 in forum Software
    Replies: 15
    Last Post: 23-06-2005, 04:23 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •