Hi, I wanted to install the typo3 on a linux machine with apache2 and php 4.2.3. After installing apache2 and php I installed the typo3 testsite. Everything worked fine. In the installation tool the menu item "Image Processing" works. But if I browsed the testsite in the frontend I got no graphics. I looked in the source code and there were img tags with no entries. For example there is the first page with a testlogo which is included by an intro-template. ("fileadmin/testsite_logo.gif") But in the source code of the page the is something like this <img src="" ...> This problem happens on every server where apache2 is running. Now I tested it with an apache1 and it works. Are there some anomalies with the apache2? I know that the combination of apache2 and php is still experimental. But Kasper wrote at his site that it works. I mailed him but he has no idea because he use a lamp binary.
SuSE 7.2, Apache2(compiled by myself), PHP 4.2.3(compiled by myself) apache2 options: ./configure --enable-mods-shared=all php options ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-config-file-path=/etc / --enable-safe-mode --with-openssl=/usr/local/ssl/ --enable-magic-quotes --wit h-zlib --with-bz2 --enable-calendar --with-gd=/usr/ --enable-gd-native-ttf --wit h-ttf --with-jpeg-dir=/usr/ --with-png-dir=/usr/ --with-gettext --with-mcrypt -- with-mysql=/opt/mysql/ --with-pdflib=/usr/ --with-pgsql=/usr/local/pgsql/ --enab le-shmop --enable-sockets --enable-sysvshm --enable-ftp --with-imap=/usr/local/i map-2002.RC9/ --with-imap-ssl=/usr/local/ssl/ here you get no graphics SuSE 7.2, Apache1(compiled by myself) PHP 4.2.3(compiled by myself) apache options: ./configure --enable-module=all --enable-shared=max --enable-rule=SHARED_CORE php options ./configure --with-apxs=/usr/sbin/apxs --with-config-file-path=/etc/ --enable-sa fe-mode --with-openssl=/usr/local/ssl/ --enable-magic-quotes --with-zlib --with- bz2 --enable-calendar --with-gd=/usr/ --enable-gd-native-ttf --with-ttf --with-j peg-dir=/usr/ --with-png-dir=/usr/ --with-gettext --with-mcrypt --with-mysql=/op t/mysql/ --with-pdflib=/usr/ --with-pgsql=/usr/local/pgsql/--enable-shmop --ena ble-sockets --enable-sysvshm --enable-ftp --with-imap=/usr/local/imap-2002.RC9/--with-imap-ssl=/usr/local/ssl/ here works everything fine. I don't know really where the problem is with the apache2 installation. It seems that the datas from the template will not inserted in the frontend page. Cu Marcel. -- NORDSYS-Norddeutsche Systemtechnik Lange Strasse 1 38100 Braunschweig Fon: ++49-531-1209200 Fax: ++49-531-1209299 [EMAIL PROTECTED] www.nordsys.de -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php