PDA

View Full Version : Website Hosting



Marius24
09-21-2003, 05:00 PM
Is there any software that would allow me to host my own website from my home pc, i am wanting to use mainly php.

I hate these crappy free webhosters with there banners and crap so i want to do it myself.

And NO im not gonna pay for a webhost :angry:

Could anyone recommend any porgrams that can do this??

[B][O][T]
09-21-2003, 05:11 PM
This (http://www.summitcn.com/lilhttp/lildocs.html) one is easy to setup.

BOT

Amarjit
09-21-2003, 05:42 PM
You could use No-IP.Org's service and then install Apache for PHP on your server.

[B][O][T]
09-21-2003, 05:49 PM
Yup No-IP is the best one of Them all. I use it, no problem whatsoever.
And only takes a minute or two to setup.

BOT

Vargas
09-21-2003, 05:57 PM
Abyss Web Server (http://www.aprelium.com) is nice and small

[B][O][T]
09-21-2003, 06:01 PM
Looks nice, I think I'll give it a try.

BOT

Marius24
09-21-2003, 08:39 PM
k so i decided i would try Abyss Web Server, i moved my files into there and tested them using my local ip (http://127.0.0.1:9999/) and it all worked fine. so now i want other to see it but when i go to get my ip (i went to 2 places www.ipchicken.com and www.whatismyip.com) its comes up with to different ips... so i tried them both and in IE it comes up with
Forbidden
You were denied access because:
Access denied by access control list.

any idea how i can solve this problem <_<

Wizzandabe
09-21-2003, 08:44 PM
http://whatsmyipaddress.com

or do a Google for &#39;Whats my ip address&#39;

:rolleyes:

Vargas
09-21-2003, 10:06 PM
Originally posted by Marius24@21 September 2003 - 20:39
k so i decided i would try Abyss Web Server, i moved my files into there and tested them using my local ip (http://127.0.0.1:9999/) and it all worked fine. so now i want other to see it but when i go to get my ip (i went to 2 places www.ipchicken.com and www.whatismyip.com) its comes up with to different ips... so i tried them both and in IE it comes up with
Forbidden
You were denied access because:
Access denied by access control list.

any idea how i can solve this problem <_<
im not sure i understand but. . .
i think port 9999 is the default admin ConsolePort, and is password protected, you should have the listening port 80 unless you want people to use a different port, 80 is the default port when you open a website from a browser to "view" the webpages
like when you connect to say http://www.google.com you&#39;re actually connecting to http://www.google.com:80
if you forgot your password or messed up your settings you can edit abyss.conf in notepad

PS You might want to use a different admin port now :ph34r:

balamm
09-22-2003, 06:04 AM
Your IP is what ipconfig /all at a command prompt says it is, not what some website sees. If you have a good firewall with stealth enabled, the site will only see your ISP&#39;s proxy. Also, you don&#39;t need to install programs to run a webserver, it is included in every build of windows starting at least with win95. In any NT/XP system, just install frontpage and IIS and configure it to use the PHP extensions.