Thread: Personal webserver.

  1. #1
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829

    Personal webserver.

    Does anyone here run their own webserver, (i.e. has Apache or IIS etc. on their own machine)?

    My broadband connection has, (will have, it is not here yet), a fixed IP address, and it occurred to me I could run a server from home rather than using a webhotel.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    I know Osk & I think TGM both do this........I setup servers for home for both Apache (when messing with JSP) and IIS (For ASP)....

    They arent difficult to setup (there's loads of info out there), but I didnt properly link them to the web as I guess the hardest part is keeping the server secure and I dont have too much info or will to do this properly.....and also I'm forced to use dialup so I couldnt deploy them anyway .....

  3. #3
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    Why don't you pick up a second hard disk and install a free version of Red Hat 7.3 and use Apache web server on that drive, than keep windows on your other hard drive. With RH 7.3 you can also set up an email server or a file server, ftp server, or database server, plus several other choices.

    http://www.amazon.com/exec/obidos/AS...412228-9627326

    I have the previous book RH 7.2 bible and it has a section for each of the servers. I'm bogged down in learning gcc otherwise I would have a file server up already so that I could trade movies.

  4. #4
    Registered User
    Join Date
    Jul 2002
    Posts
    85
    Don't use IIS
    Use Apache 2.0.3x
    IIS is not secure at all

  5. #5
    Registered User Commander's Avatar
    Join Date
    Sep 2001
    Posts
    801
    I am using IIS to learn ASP but because i don't have a fixed IP, i can't publish it. my PWS has a lot of problems in it and i don't know how to fix them. I wanted to set up apache, (this may sound stupid) but don't know how to set it up! I hate PWS, most of the simple commands for ASP doesn't work! this is ........ing me off!
    oh i'm sorry! i didn;t realize my fist was rushing to meet ur face!

    MSN :: [email protected] []*[]

  6. #6
    I'm running an apache server on win 2K.

    I read in some books that apache on windows isn't very good, but I haven't had any problems with it. everything works fine.

    Also, I don't know if you have a domain or not. but if you like a free one that links your IP to the domain (something like: http://www.adrianxw.dyndns.org ) try www.dyndns.org. Sign up and ready to go. Works also if you have a dynamic IP. you just download a small program that takes care of the linking between dyndns and your dynamic IP (this is how I'v done it).

    If you have a custom dns (something.com) you must pay a small fee (I believe it is 30$)

    ::edit::
    One remark about the installation af apache that made me doubt a bit. at some point he will ask you about a domain. you can fill in whatever you want. But don't use a domain that allready exist. otherwise you will never be able to go to that domain. example: you can choose your domain to be www.google.com . But everytime you type google, you will end up on your server and not google. I choose mine (advice form Rick Barclay ) www.a.com


    -maes
    Last edited by maes; 07-22-2002 at 09:48 AM.

  7. #7
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    You might have to go to an advanced professional for this information. I recommend Rick Barclay.

  8. #8
    Registered User tgm's Avatar
    Join Date
    Jun 2002
    Posts
    150
    Yes, I run a web server on my own box (Linux). I use apache version 1.3 with updates for now. I don't have a static IP so I'm using www.no-ip.com to do the dynamic DNS for me (it's free ). In minutes my server was online and viewable. The only downtime I've had was when my connection was down (seems to happen a lot when raining).

  9. #9
    Registered User Dual-Catfish's Avatar
    Join Date
    Sep 2001
    Posts
    802
    One remark about the installation af apache that made me doubt a bit. at some point he will ask you about a domain. you can fill in whatever you want. But don't use a domain that allready exist. otherwise you will never be able to go to that domain. example: you can choose your domain to be www.google.com . But everytime you type google, you will end up on your server and not google. I choose mine (advice form Rick Barclay ) www.a.com
    If this is the case then you can probably go edit your hosts file (C:\Windows\hosts) or (C:\Winnt\hosts) or on Linux I think it's (/etc/hosts) and remove the entry.

  10. #10
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    What are you going to do then old man?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. writing a personal firewall
    By cyber_tech in forum C Programming
    Replies: 5
    Last Post: 10-09-2007, 02:54 PM
  2. New personal record
    By VirtualAce in forum Windows Programming
    Replies: 2
    Last Post: 04-10-2005, 08:21 PM
  3. SuSE Linux 9.1 Personal ISO
    By RazielX in forum Tech Board
    Replies: 6
    Last Post: 09-07-2004, 02:09 PM
  4. Personal Information Manager
    By PsychoBrat in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 08-13-2003, 07:01 PM
  5. Webspace (not personal FTP space)
    By Silvercord in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 05-23-2003, 06:12 PM