Jump to content

Hosting your own web server..


Recommended Posts

Hi there, does anyone know any good places that has info on hosting your own webserver, some guy asked me if I could set it up. They have have like 8 computers on a network with T1. I'm sure I could do it with a little bit of info and what tools to use, since I have allot of experience with networking and webpages...

Thanx for all your help!

Link to comment
Share on other sites


Basically if you want a free and powerful server go with Linux. I prefer Debian Linux :) (if you do get it, you should only download the 1st cd)

Once you get it running, you need to install the components (as root) with the following:

apt-get install apache

apt-get install php4

apt-get install mysql

apt-get install ssh

Then you just put your files in /var/www and you have a web server. Make sure you disable XF86 since its just a memory hog if you are running a server.

Link to comment
Share on other sites

Thats probably because you downloaded some "All in one" version of Apache, go to http://www.apache.org and download the latest win32 binary, then you put your files in c:\program files\apache group\apache\htdocs\

AnalogX SimpleServer is a simple server as it suggests, and probably would not handle any size of a website, would not recommend running anything on it as it is probably very buggy and has many security problems (or at least according to their change long :)).

Link to comment
Share on other sites

  • 3 weeks later...
  • 5 months later...

Apache 2 + PHP 4.3 + Mysql 4. To configure php with apache just add these lines to httpd.conf in your apache folder.

http://httpd.apache.org

http://www.php.net

http://www.mysql.com

#Start PHP

LoadModule php4_module "Location of php4apache.dll(If you are using apache 1) or php4apache2.dll(if you are using apache 2)"

<FilesMatch ".*.(php4|php)$">

ForceType application/x-httpd-php

</FilesMatch>

#End PHP

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...