Quiz Page httpd The httpd quiz has changed! We have replaced httpd questions with answers! And from those answers you'll find further links to even more information - forums where you can ask questions, training courses, longer articles, and more. [link to quiz index] ...
If you really want the old quiz
questions, you can find them
here,
here,
here and
here ... and
with onward links to the possible answers to each question too.
What is built in to this httpd and PHP?If you build your own tailored Apache httpd and PHP, you should take a full backup when you're done, and also fully document which options you selected and modules you included in the build.
You ...
mod_proxy and mod_proxy_ajp - httpdUnder Apache httpd version 2.2, mod_proxy_ajp provides a neat way for you to forward requests to an appropriately configured Apache Tomcat server using the more terse ajp protocol rather than the ...
WEB-INF (Tomcat) and .htaccess (httpd)Apache Tomcat's WEB-INF directory is rather like Apache httpd's ".htxxxxx" files - they both contain data which is within the document directories, but is configuration data that's not directly ...
Logging Cookies with the Apache httpd web serverAn interesting question that came up yesterday - can we extend Apache httpd's logging to include details of cookies sent to the server? The answer is yes, and overnight I have done a little ...
Apache httpd, MySQL, PHP - installation procedureIf you're installing LAMP (Linux, Apache, MySQL, PHP), what do you do and in which order? Here's a summary of the procedure we followed on todays Apache httpd deployment course - in this case ...
Configuring Apache httpdThere are two approaches to bundling software for user installation.
"The MicroSoft way" is to use an install wizard that drops each of the elements of the software into the best operational place on ...
cannot restore segment prot after reloc message - PHP / httpdHere's a message that we got yesterday when building some of the machines on our Lamp deployment course
[root@easterton apache2]# ./bin/apachectl start
Syntax error on line 233 of ...
Virtual Hosting on Apache httpd - a primer exampleA single web server computer, running a single Apache httpd daemon, can serve many domains through virtual hosting - usually "named virtual hosting" which allows a single IP address to be used for all ...
User and Group settings for Apache httpd web serverWhen you're running an Apache httpd web server, you should run it using a separate daemon user account and group set up for the purpose and not run it as either root (a horrific thing to do, as it ...
Default file (MiMe types) for Apache httpd and Apache TomcatApache Tomcat web server default MIME type
What file extension maps to what "Mime Type" in Apache Tomcat? It's important to know, since the Mime type is sent out by the server to the browser to tell ...
Extra public classes in deploying Apache httpd and TomcatWe have just scheduled an additional two Deploying Apache httpd and Tomcat courses, to start on Monday 3rd and Wednesday 5th March 2008. This course is "flavour of the month" - I ran such a course ...
Which modules are loaded in my Apache httpdModules for use in httpd can be loaded statically or dynamicaly. A couple of core modules are built in by default if you build your own server, and you can choose others too using --enable options to ...
Upgrade Mac OSX to Leopard, Web Server Apache httpd config lostWe upgraded one of our Systems to OS X 10.5 (Mac, Leopard) recently and I have just enabled "Web Sharing" ... that's the Apache httpd daemon.
To my horror I saw this ...
... rather than this ...
...
Load Balancing with Apache mod_jk (httpd/Tomcat)A single instance of Apache httpd can handle a very large number of simple requests for files to be served ... but a single instance of Apache Tomcat can handle far fewer requests for applications to ...
Apache, Tomcat, Jakarta, httpd, web server - what are they?If someone says "Apache" to me, that's a warning - a warning to listen very carefully to what they're saying and evaluate what they mean; the term has changed - been used (and abused) over the years ...
Simple but effective use of mod_rewrite (Apache httpd)[Index under mod_rewrite tutorial]
Do you want a single 'intelligent' web page to provide the content for tens or hundreds of URLs so that you don't have to write each similar page individually? Do ...
Sharing the load with Apache httpd and perhaps Tomcat"Can you show us how to share the load of a web site between various servers" is one of the question that comes up quite often on the more advanced web server configuration courses that we run. And, ...
Apache httpd , browser, MySQL and MySQL client downloadsIf you download a copy of the Apache httpd web server, does it come bundled with a browser as well?
No - it doesn't. Although you'll access your web server through a browser most of the time (or ...
httpd.conf or .htaccess?You can put Apache httpd configuration changes into both the httpd.conf file and files called .htaccess. What's the difference? Which should you use?
If you put directives into httpd.conf - or any ...
Apache httpd and Apache Tomcat together tipsMany sites run two web servers - Apache httpd is ideal for plain HTML documents and scripts / programs that are single pages, run rarely, not all linked in together. Whereas Tomcat is an application ...
Browser -> httpd -> Tomcat -> MySQL. Restarting.I've just completed a course covering the installation and configuration of Apache httpd, Apache Tomcat and MySQL. Complete with a demonstration that has the newly installed systems visited from ...
To list a directory under httpd on a web server, or not?One of the choices a web server administrator has to make when he configures a web server is what to do with directories in which his content suppliers do not put a home page. Does he want to ...
An unhelpful error message from Apache httpd"Your program doesn't work". Such reports cause technical support staff to be pulling their hair out. "In what way did it fail" they'll ask, hoping for some clue that can point them towards their ...
Stopping and restarting Apache httpd cleanlyIf you'r running an Apache httpd server and you need to restart it, then you may be used to running:
apachectl stop
apachectl start
and in close succession, those should cause only a minor blip in ...
Apache httpd to Tomcat - jk v proxyMany of our customers run both the Apache httpd and Apache Tomcat web servers - with good cause, since Tomcat is biased towards web applications where the same code is run many, many times over and ...
Apache httpd - serving web documents from different directoriesIf you're running a web server, first simple logic says that you should keep all of your web pages in a single directory tree that's got the same directory structure as your web site. And you can do ...
Apache httpd release 2.2I've just completed the presentation of a LAMP deployment course, teaching Linux - Apache - MySQL - PHP and on one of the machines we built (compiled from scratch) the very latest Apache httpd - ...
Linking Apache httpd to Apache TomcatCurrent connectors are jk and proxy; jserv, warp and jk2 are deprecated. As well as httpd and Tomcat downloads, you'll need mod_jk and then you'll need to configure it. I've seen some long ...
|
|