For 2023 - we are now fully retired from IT training. We have made many, many friends over 25 years of teaching about Python, Tcl, Perl, PHP, Lua, Java, C and C++ - and MySQL, Linux and Solaris/SunOS too. Our training notes are now very much out of date, but due to upward compatability most of our examples remain operational and even relevant ad you are welcome to make us if them "as seen" and at your own risk.
Lisa and I (Graham) now live in what was our training centre in Melksham - happy to meet with former delegates here - but do check ahead before coming round. We are far from inactive - rather, enjoying the times that we are retired but still healthy enough in mind and body to be active!
I am also active in many other area and still look after a lot of web sites - you can find an index ((here)) |
Summary - Apache httpd build on Linux
As a regular user:
1002 tar xzf httpd-2.2.10.tar.gz
1003 cd httpd-2.2.10
1004 ./configure --prefix=/usr/local/apache_2.2.10 \
--enable-rewrite --enable-so --enable-proxy \
--enable-proxy-http --enable-proxy-ajp \
--enable-proxy-balancer
1005 make
1006 pwd
1007 su -
As the administrator:
1001 cd /home/trainee/httpd-2.2.10
1002 make install
1006 cd /usr/local/apache_2.2.10/
1009 ./bin/apachectl start
The numbers given in the example above are the history numbers taken from a recent install.
If you are deploying a LAMP system, you would follow this with:
• A MySQL installation
• A PHP Installation
Notes
a) The options selected in the above example build an httpd suitable for the later installation of PHP, and with mod_proxy connectors allowing it to talk to Tomcat to run Java applications
b) Directory names and locations given are examples
c) You may need to close down a previous installation of httpd before you start this one.
d) Configuration will be necessary in addition to the above steps, which will simply give you a bare web server with a single page that says "It works" (written 2008-12-14, updated 2008-12-15)
Associated topics are indexed as below, or enter http://melksh.am/nnnn for individual articles A602 - Web Application Deployment - Apache httpd - Sourcing, Installation, Testing [523] Apache httpd release 2.2 - (2005-12-10) [526] Apache httpd - serving web documents from different directories - (2005-12-12) [550] 2006 - Making business a pleasure - (2006-01-01) [660] Stopping and restarting Apache httpd cleanly - (2006-03-29) [907] Browser -> httpd -> Tomcat -> MySQL. Restarting. - (2006-10-28) [982] Notes from the white board - (2006-12-14) [1095] Apache httpd , browser, MySQL and MySQL client downloads - (2007-02-28) [1292] DHCP automatic IP address v Static IP - (2007-08-06) [1449] Upgrade Mac OSX to Leopard, Web Server Apache httpd config lost - (2007-11-29) [1455] Connecting to MySQL 5 from PHP on Mac OSX Leopard - (2007-12-03) [1707] Configuring Apache httpd - (2008-07-12) [1731] Apache httpd, MySQL, PHP - installation procedure - (2008-08-01) [1768] What is built in to this httpd and PHP? - (2008-08-23) [2080] Using ApacheBench and jconsole to test and monitor Tomcat - (2009-03-14) [2096] Where is my new Apache httpd installed - (2009-03-22) [2184] Choosing the right version of Java and Tomcat - (2009-05-16) [2520] Global and Enable - two misused words! - (2009-11-30) [3426] Automed web site testing scripted in Ruby using watir-webdriver - (2011-09-09) [4437] Adding a PHP build option, rotating an image based on camera data, and a new look at thumbnails in PHP - (2015-02-22)
Some other Articles
Nuclear Physics comes to our web siteBlame CulturePerl substitute - the e modifierVariable Types in PerlSummary - Apache httpd build on LinuxForwarding session and cookie requests from httpd to TomcatPort and GlassesChristmas scenes and eventsServer - Service - Engine - Host, TomcatURL rewriting with front and back servers
|
4759 posts, page by page
Link to page ... 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96 at 50 posts per page
This is a page archived from The Horse's Mouth at
http://www.wellho.net/horse/ -
the diary and writings of Graham Ellis.
Every attempt was made to provide current information at the time the
page was written, but things do move forward in our business - new software
releases, price changes, new techniques. Please check back via
our main site for current courses,
prices, versions, etc - any mention of a price in "The Horse's Mouth"
cannot be taken as an offer to supply at that price.
Link to Ezine home page (for reading).
Link to Blogging home page (to add comments).
|
|