Shoutbox

Hosting website on... my own computer? - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Hosting website on... my own computer? (/showthread.php?tid=22799)

Hosting website on... my own computer? by Luthion on 03-19-2004 at 02:06 PM

Is it possible to host (and make it accesable ;)) a web site on my PC? And if so, how can I make it compatible with PHP etc.?


RE: Hosting website on... my own computer? by KeyStorm on 03-19-2004 at 02:12 PM

Yes, you have to install apache and after that install all the apps you want, but, it should be online all the time and you should have a static IP.
It's notvery difficult but you have to know a little about servers, though.

Apache: http://www.apache.org
PHP: http://www.php.net
MySQL: http://www.mysql.org

Btw, if you need some help installing apache and configuring it I can help you, but you should take a look @ :google: first. There's a bunch of tuts for bulding a home webserver. I dunno any in English, though. :undecided:


RE: Hosting website on... my own computer? by Luthion on 03-19-2004 at 02:17 PM

Wow, fast reply!:P Thanks:)
About the online problem, it's just for testing atm (so no need for accesability yet)
I'm taking a look at apache right now so i can't say what i think about that part yet :)
But: how do I know if I have a static ip or not?


RE: Hosting website on... my own computer? by Tochjo on 03-19-2004 at 02:21 PM

quote:
Originally posted by Luthion
But: how do I know if I have a static ip or not?
A static IP doesn't change. When you use a dial-up connection, it most likely will change, though on ADSL or cable, it most likely won't.
RE: Hosting website on... my own computer? by sock on 03-19-2004 at 02:24 PM

You can check your IP address each time you reconnect to see if it changes or not.

http://shoutbox.menthix.net/ip.php

What kind of Internet connection do you have? It might not be a good idea to host a site on your PC if it has a slow upstream, or if the computer can't be up 24/7...

Edit: BTW, I've got ADSL with a pretty bad upstream (96 KBPS = 12 kbytes/sec), and a dynamic IP address.


RE: Hosting website on... my own computer? by Luthion on 03-19-2004 at 02:25 PM

Ok, I got ADSL so i don't think that's a problem :P
EDIT: I think it's around 1000kbs recive (don't know the other way). As i said it's mainly for testing, I doubt i'll host any serious stuff right now (but who knows what the future will bring ^_^ )


RE: Hosting website on... my own computer? by KeyStorm on 03-19-2004 at 02:28 PM

I also have and it dynamically changes the IP so pay attention :undecided:
And tell us what speeds it has. If they're too low I would suggest not to overload it with multimedia... (Edited: OK)


RE: Hosting website on... my own computer? by Luthion on 03-19-2004 at 03:31 PM

I found something at google, but when i try to start Apache i get an error message... Anyone know what i should do? :/
[Image: attachment.php?pid=216107]


RE: Hosting website on... my own computer? by KeyStorm on 03-19-2004 at 03:51 PM

Are you using atm any firewall? Have you made sure the built-in XP firewall is off?


RE: Hosting website on... my own computer? by Luthion on 03-19-2004 at 04:00 PM

The XP firewall is off, but i am using ZoneAlarm and Trend Micro PC-Cillin Firewall (actually no idea why i'm using two...:P)


RE: Hosting website on... my own computer? by KeyStorm on 03-19-2004 at 04:05 PM

You should disable tehm while installing. ZoneAlarm is very likely to be problematic with Apache, I heard.


RE: RE: Hosting website on... my own computer? by Luthion on 03-20-2004 at 06:57 PM

quote:
Originally posted by KeyStorm
You should disable tehm while installing. ZoneAlarm is very likely to be problematic with Apache, I heard.

I still get the same error message :|
RE: Hosting website on... my own computer? by .blade// on 03-20-2004 at 07:18 PM

I have ADSL, static IP, no firewall (Windows XP) and I had a lot of problems wiht apache too...I just gave up after a while :P


RE: Hosting website on... my own computer? by KeyStorm on 03-20-2004 at 07:39 PM

:google: the error. I don't know where the bug is.


RE: Hosting website on... my own computer? by Luthion on 03-21-2004 at 05:01 PM

I (think) I have succesfully installed the server and made it accesable as "localhost", but how can i make it accesable over WWW/LAN?