Skip to main content

Linux Apach2.2

More
18 years 6 months ago #14382 by Lindows
Linux Apach2.2 was created by Lindows
Hey guys,

I want to build my own site i have a copy of Apache 2.2 from a linux BSD distor. I wouldl like to know where can i find information how to setup the apache web server, and then how do i go about getting a webiste running.

Thanks for all your support,


Lindows

-- The great moments in life occure when you able to help someone else--
More
18 years 6 months ago #14386 by nske
Replied by nske on topic Re: Linux Apach2.2
The official documentation is great, httpd.apache.org/docs/2.2/

You might want to skip the "compiling and installing" section if you have already installed apache through your distribution's repository.

As for the website, it depends on what you need. There are numerous web technologies ranging from interfaces to programming languages to end-to-end encryption, however they're only useful to setup if you will use them. If you only want to serve static HTML pages, you're ready to go as soon as you edit your httpd.conf and run the apache daemon.

I know all those features of apache seem overwhelming for someone just starting (by the way take a look at Lighttpd as well, you might like it better). However the default httpd.conf should be well commented on what each directive does, so try starting from there and refer to the official documentation for whatever you do not understand.

Once you edit the configuration file, apache can be executed like any other service, through your distribution control script (i.e. /etc/init.d/apache).

Cheers
More
18 years 6 months ago #14409 by Lindows
Replied by Lindows on topic COol
Thanks you so much for the useful infoirmation. I really appreciate the help. i haven't installed apache yet, but this site offers some great help


Lindows
More
18 years 6 months ago #14410 by nske
Replied by nske on topic Re: Linux Apach2.2
Sure, go ahead and let us know if you need any help :)
Time to create page: 0.121 seconds