To motivate all faculties of a University to change their websites [e.g. 1] to a corporate style is quite a bit of work. The University of Bern has chosen a two-step program towards a CMS handled solution. Firstly, all the pages have been redesigned to the new style; most of that part is already realized. Secondly, they intend to move those pages to the CMS, which is said to be Apache Lenya [2]. My first idea was, that this is some kind of Sysiphus-work but while redesigning the wiso page, I recognized that I rather like the two-step concept ;)
Looking at the configuration now looks like it was a job at ease; but it took me some hours to work properly. PHP is now working in two versions in parallel on Apache2 on OS X 10.3.3. I will show you the configurations for the compilation first. Firstly, there is the configuration for PHP 4.3.4:
I have chose specific configuration paths for each version. As far as I can see, you need to give the path and the filename as well. Especially for the CGI version, you should specify the option --enable-force-cgi-redirect.
Now the tricky part was to get a working configuration for the virtual hosts. The idea behind is to have a PHP 4 module installed as default and a per-virtual-host-configuration for other versions of PHP; that might be PHP 5 or 3. So on port 86 php scripts will be processed by PHP 5.0.0 RC1.
Michi is just talking about the Apache Software Foundation. His speech is based on Stefano Mazzocchi of the ASF. Michi just mentioned mericrotacy.
Meritocracy is one of the principles underlying the ASF and its philosophy. As it has been put, 'the more you do the more you are allowed to do.' As a person acquires merit, his or her stature in the community grows, and (to a certain extent) the weight given to his or her opinions.
The ones that decide what happens are not necessarily the ones that code.
Bertrand Delacrétaz is holding a workshop about Apache Cocoon at LOTS next Wednesday [1]. There are still some seats free; so please feel free to join in ;-)
Tvrtko A. Uršulin [1] provided an interesting patch for PHP that only touches two files (main/main.c and sapi/apache/mod_php4.c ), which will allow to disable PHP functions per virtual directory. Interesting feature for service providers and Universities.
Andrei Zmievski [1] pointed me to the mod_auth_sqlite [2] by Ikebe Tomohiro [3], an Apache 1.3.x module that allows authentication from the information stored in an SQLite database. You might also like to have a look at mod_auth_mysql for either Apache2 [4].
I tried to point to a directory on a drive different from C via a VirtualHost on Apache2. The behaviour changed while moving the directory to drive C. It might be a possible Apache bug [1].
Websh is a rapid development environment for building powerful, fast, and reliable web applications, as reported earlier [1]. Get the tarball from the download area [2]. Websh was originally developed by Netcetera AG [3].