Web Hosting Talk







View Full Version : Where Can I Download Appache Full Version


amir33ca
08-02-2004, 12:45 AM
Hello all,

does anyone know where I can download full version of apache webserver or any other good webservers?

ChaosHosting
08-02-2004, 01:00 AM
http://httpd.apache.org/download.cgi

-Greg

Suvee_@_M6.net
08-02-2004, 02:01 AM
Originally posted by ChaosHosting
http://httpd.apache.org/download.cgi
-Greg


Thank you. :gthumb:

eservicesu
08-02-2004, 02:27 AM
You can also try and find popular softwares / programs buy searching here or www.google.com

Apache is your best bet for a web server. Focus most your learning on just apache and you should be fine. (as in dont waste your time with other HTTP softwares :P )


- Eddy

Sevoma973
08-02-2004, 11:08 AM
A good package with the Apache server is Xampp. It comes with MySQL, PhpMyAdmin, Apache with SSL, and proftpd. It is great because it is easy to set up (just extract and run) and very configurable. The only problem is that I don't think you can use a control panel like webmin. Check it out at apachefriends.org

MrLumpy
08-02-2004, 11:50 AM
I don't think you'll have a problem using webmin with that package, you just might not be able to control all of those with the control panel. Some of the modules you might have to do manually.

excelblue
08-02-2004, 12:36 PM
If you find Apache a bit too hard to configure (it's not really user friendly), you can try out thttpd. http://www.acme.com/software/thttpd/. Take a look at it. If you're looking to do something extremely light, try that. If you want to provide JSP support, you better go with Tomcat (http://jakarta.apache.org). However, that's doesn't have as much support with scripting as Apache or thttpd.