From jordanvanbergen at gmail.com Sun Jul 3 20:09:59 2005 From: jordanvanbergen at gmail.com (Jordan van Bergen) Date: Sun, 3 Jul 2005 20:09:59 +0200 Subject: [Typo3-debian] Newer versions (L)AMP References: Message-ID: Hi Allan, > Why on earth do you post this on typo3-debian ? I use debian every day. But as it took some years before the new stable version came out I decided to play around with php/apache/mysql myself. > If you dont use debian just post on the general typo3 mailinglists. > If you look at the roadmap: http://typo3.org/development/roadmap/ > you will se that typo3 version 4.0 will support php version 5, so you seem > to > be going into a lot of trouble, especially as it is well known that mysql > version 4.1 does no like the same syntax as version 4.0 when creating new > tables. My advice, use debian packages from sarge, it runs perfectly. I certainly will after this advise. I used and still run woody stable v3.0 debian and with the new sarge stable version I assume I can use this the coming 2 years again ;-) So let me stop building everything myself although it was nice to take a look at this ;-) Regards Jordan van Bergen jordanvanbergen at hotmail.com From michael at typo3.org Sun Jul 3 23:30:01 2005 From: michael at typo3.org (Michael Stucki) Date: Sun, 03 Jul 2005 23:30:01 +0200 Subject: [Typo3-debian] Newer versions (L)AMP References: Message-ID: Jordan van Bergen wrote: > I certainly will after this advise. I used and still run woody stable v3.0 > debian and with the new sarge stable version I assume I can use this the > coming 2 years again ;-) So let me stop building everything myself > although it was nice to take a look at this ;-) I fully agree! You don't have to use this in your production environment but it's still very interesting to set your webserver up manually at least once. - michael -- Use a newsreader! Check out http://typo3.org/community/mailing-lists/use-a-news-reader/ From robert.hahn-athenstaedt at sap.com Wed Jul 6 09:06:21 2005 From: robert.hahn-athenstaedt at sap.com (Hahn-Athenstaedt, Robert) Date: Wed, 6 Jul 2005 09:06:21 +0200 Subject: [Typo3-debian] Typo3-Installation doesn't work for virtual hosts Message-ID: I'm still looking for a solution. I was searching and trying almost everywhere and everything, but did not get it working. If I move the typo3_source within the webspace of a vhost, then it works but that's not what I want. Safe_mode is off. Nobody out there with an idea? - rob - >-----Original Message----- >From: typo3-debian-bounces at lists.netfielders.de >[mailto:typo3-debian-bounces at lists.netfielders.de] On Behalf >Of Hahn-Athenstaedt, Robert >Sent: Thursday, June 30, 2005 12:53 PM >To: TYPO3 Installation on Debian >Subject: [Typo3-debian] Typo3-Installation doesn't work for >virtual hosts > >Hi, > >I'm trying to get my TYPO3 running for virtual hosts on my >dedicated server. >I installed Typo3 via Christian Leuthoff's packages. > >Environment: >OS: UbuntuLinux Hoary (Debian Linux 3.1) >Server: Apache2 > >All prerequistes all installed and/or enabled. >But all I get is a blank page with <======= !!!!!!!! :-(( >"" in the source. > >I already changed the permissions to 777 for all dirs/files >and to user/group "www-data", but nothing works. > >Hope, someone can give me the right hint for a solution. >At least it works if I copy the whole typo3-source into the >htdocs-directory. But that's no choice actually, cause I want >to share the source between different domains. > > >- rob - > >Here're my entries for the vHost in the conf-file: >================================================== > > > ServerAdmin root at mydomain.com > DocumentRoot /var/www/virtual/mydomain.com/htdocs > > ServerName mydomain.com > ServerAlias www.mydomain.com mydomain.com > > ErrorLog /var/log/apache2/users/mydomain.com-error.log > TransferLog /var/log/apache2/users/mydomain.com-access.log > > CustomLog /var/log/apache2/mydomain.com-traf.log traff > CustomLog /var/log/apache2/mydomain.com-combined.log combined > > Alias /errors /var/www/virtual/mydomain.com/errors/ > > ErrorDocument 401 /errors/401/index.php > ErrorDocument 403 /errors/403/index.php > ErrorDocument 404 /errors/404/index.php > ErrorDocument 500 /errors/500/index.php > > ScriptAlias /cgi-bin/ /var/www/virtual/mydomain.com/cgi-bin/ > > AllowOverride None > #Options ExecCGI > Order allow,deny > Allow from all > > > > php_admin_value open_basedir >"/var/www/vhcs2/gui/:/etc/vhcs2/:/proc/:/var/www/virtual/:/tmp/" > > > # httpd dmn entry PHP2 support BEGIN. > php_admin_value open_basedir >"/var/www/virtual/mydomain.com/:/usr/share/php/:/tmp/" > # httpd dmn entry PHP2 support END. > > > Options Indexes Includes FollowSymLinks MultiViews > AllowOverride AuthConfig > Order allow,deny > Allow from all > > > Alias /webmail /var/www/ilohamail2/source/ > > AllowOverride none > Options MultiViews IncludesNoExec FollowSymLinks > DirectoryIndex index.html index.php > php_admin_value open_basedir >"/var/www/ilohamail2/:/tmp/:/usr/share/php/" > > > > AllowOverride All > Options Indexes Includes FollowSymLinks MultiViews > Order allow,deny > Allow from all > php_admin_value open_basedir >"/usr/share/typo3/:/tmp/:/usr/share/php/" > > > >_______________________________________________ >Typo3-debian mailing list >Typo3-debian at lists.netfielders.de >http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-debian > From michael at typo3.org Wed Jul 6 09:59:01 2005 From: michael at typo3.org (Michael Stucki) Date: Wed, 06 Jul 2005 09:59:01 +0200 Subject: [Typo3-debian] Typo3-Installation doesn't work for virtual hosts References: Message-ID: Hahn-Athenstaedt, Robert wrote: > I'm trying to get my TYPO3 running for virtual hosts on my dedicated > server. > I installed Typo3 via Christian Leuthoff's packages. > > Environment: > OS: UbuntuLinux Hoary (Debian Linux 3.1) > Server: Apache2 > > All prerequistes all installed and/or enabled. > But all I get is a blank page with "" in the > source. Some ideas: - FollowSymlinks is not enabled - check the access log of the webserver - check the error log of the webserver Good luck! - michael -- Use a newsreader! Check out http://typo3.org/community/mailing-lists/use-a-news-reader/ From robert.hahn-athenstaedt at sap.com Wed Jul 6 11:17:50 2005 From: robert.hahn-athenstaedt at sap.com (Hahn-Athenstaedt, Robert) Date: Wed, 6 Jul 2005 11:17:50 +0200 Subject: [Typo3-debian] Typo3-Installation doesn't work for virtual hosts Message-ID: Hi Michael, Thanks for the feedback. So I've the feeling that there might be help from outside ;-) But unfortunately I'm still in the dark. >Some ideas: >- FollowSymlinks is not enabled >- check the access log of the webserver >- check the error log of the webserver SymLinks are enabled. Thats why it works if I have typo3_src in the webspace (but also with the symlink-functionality). Within the vHost-directives I have the statements: AllowOverride All Options Indexes Includes FollowSymLinks MultiViews Order allow,deny Allow from all php_admin_value open_basedir "/usr/share/typo3/:/tmp/:/usr/share/php/" The Log-Files say nothing, which I could associate with my problem. In the apache2-error-log there's only the statement after restarting apache2: "[Wed Jul 06 11:05:14 2005] [notice] Apache/2.0.53 (Ubuntu) PHP/4.3.10-10ubuntu4 configured -- resuming normal operations" Try this links: http://www.kct83.de http://www.kct83.de/typo3 http://www.kct83.de/typo3/install It's always the same mess :-( From robert.hahn-athenstaedt at sap.com Wed Jul 6 13:29:24 2005 From: robert.hahn-athenstaedt at sap.com (Hahn-Athenstaedt, Robert) Date: Wed, 6 Jul 2005 13:29:24 +0200 Subject: [Typo3-debian] Typo3-Installation doesn't work for virtual hosts Message-ID: I finally could solve the problem! The reason was, that I defined a seperate directory for the typo source (see below). Instead I had to include the open_basedir value within the .../htdocs directory definition (webspace). Thanks again, Michael. You see - sometimes only feeling not alone can help reaching the target. - rob - >-----Original Message----- >From: typo3-debian-bounces at lists.netfielders.de >[mailto:typo3-debian-bounces at lists.netfielders.de] On Behalf >Of Hahn-Athenstaedt, Robert >Sent: Wednesday, July 06, 2005 11:18 AM >To: TYPO3 Installation on Debian >Subject: RE: [Typo3-debian] Typo3-Installation doesn't work >for virtual hosts > >Hi Michael, > >Thanks for the feedback. So I've the feeling that there might >be help from outside ;-) But unfortunately I'm still in the dark. > >>Some ideas: >>- FollowSymlinks is not enabled >>- check the access log of the webserver >>- check the error log of the webserver > >SymLinks are enabled. Thats why it works if I have typo3_src >in the webspace (but also with the symlink-functionality). >Within the vHost-directives I have the statements: > > AllowOverride All > Options Indexes Includes FollowSymLinks MultiViews > Order allow,deny > Allow from all > php_admin_value open_basedir >"/usr/share/typo3/:/tmp/:/usr/share/php/" > > >The Log-Files say nothing, which I could associate with my problem. >In the apache2-error-log there's only the statement after restarting >apache2: > >"[Wed Jul 06 11:05:14 2005] [notice] Apache/2.0.53 (Ubuntu) >PHP/4.3.10-10ubuntu4 configured -- resuming normal operations" > >Try this links: >http://www.kct83.de >http://www.kct83.de/typo3 >http://www.kct83.de/typo3/install > >It's always the same mess :-( >_______________________________________________ >Typo3-debian mailing list >Typo3-debian at lists.netfielders.de >http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-debian > From michael at typo3.org Wed Jul 6 14:47:49 2005 From: michael at typo3.org (Michael Stucki) Date: Wed, 06 Jul 2005 14:47:49 +0200 Subject: [Typo3-debian] Typo3-Installation doesn't work for virtual hosts References: Message-ID: Hahn-Athenstaedt, Robert wrote: > I finally could solve the problem! > The reason was, that I defined a seperate directory for the typo source > (see below). > Instead I had to include the open_basedir value within the .../htdocs > directory definition (webspace). > > Thanks again, Michael. You see - sometimes only feeling not alone can > help reaching the target. Hehe :-) You're welcome! Regards, michael -- Use a newsreader! Check out http://typo3.org/community/mailing-lists/use-a-news-reader/ From typo3-debian at ml.worldnic.de Thu Jul 14 21:40:36 2005 From: typo3-debian at ml.worldnic.de (=?us-ascii?Q?Ralf_Gurzig?=) Date: Thu, 14 Jul 2005 21:40:36 +0200 Subject: [Typo3-debian] symlink typo3src - all users have access to installdirectory Message-ID: hi, i installed typo3 source on a debian sarge with vhcs 2.4 as user-system. every user has the ability to restrict access to different directories, now using a symlink to point to the typo3 source the first user can restrict access to the install directory and thus block any other user to use typo3. any idea on how to prevend this feature? ralf -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.netfielders.de/pipermail/typo3-debian/attachments/20050714/01aa36aa/attachment.html From typo3-debian at ml.worldnic.de Thu Jul 14 22:19:20 2005 From: typo3-debian at ml.worldnic.de (=?us-ascii?Q?Ralf_Gurzig?=) Date: Thu, 14 Jul 2005 22:19:20 +0200 Subject: AW: [Typo3-debian] Typo3-Installation doesn't work for virtual hosts In-Reply-To: Message-ID: hi, > > I finally could solve the problem! > > The reason was, that I defined a seperate directory for the typo > > source (see below). > > Instead I had to include the open_basedir value within the > .../htdocs > > directory definition (webspace). how would be the chgrp and chmod of the symlinked typo3src directory? i have set i to 0770 user root group www-data. ralf From michael at typo3.org Thu Jul 14 22:25:45 2005 From: michael at typo3.org (Michael Stucki) Date: Thu, 14 Jul 2005 22:25:45 +0200 Subject: [Typo3-debian] symlink typo3src - all users have access to installdirectory References: Message-ID: Ralf Gurzig wrote: > i installed typo3 source on a debian sarge with vhcs 2.4 as user-system. > every user has the ability to restrict access to different directories, > now using a symlink to point to the typo3 source the first user can > restrict access to the install directory and thus block any other user to > use typo3. any idea on how to prevend this feature? I guess this can't be solved from TYPO3s side if you want to keep your symlinks. Maybe there's a hidden feature in VHCS? - michael -- Use a newsreader! Check out http://typo3.org/community/mailing-lists/use-a-news-reader/ From m.uhl at mh-online.de Sat Jul 23 16:30:58 2005 From: m.uhl at mh-online.de (Mathias Uhl) Date: Sat, 23 Jul 2005 16:30:58 +0200 Subject: [Typo3-debian] symlink typo3src - all users have access to installdirectory In-Reply-To: References: Message-ID: >>i installed typo3 source on a debian sarge with vhcs 2.4 as user-system. >>every user has the ability to restrict access to different directories, >>now using a symlink to point to the typo3 source the first user can >>restrict access to the install directory and thus block any other user to >>use typo3. any idea on how to prevend this feature? I also use VHCS 2.4 with a ubuntu hoary. If you like to test an installer plugin for VHCS and Typo3 just have a look here : http://pleskwiki.de/index.php/VHCS_Software_Installer best regards mathias uhl From m.uhl at mh-online.de Sat Jul 23 16:36:49 2005 From: m.uhl at mh-online.de (Mathias Uhl) Date: Sat, 23 Jul 2005 16:36:49 +0200 Subject: [Typo3-debian] New Debian Packets Message-ID: Hello ! Have somebody tried to install the new .debs from deb http://typo3.sunsite.dk/software/debian/ sarge all on a ubunt uhoary system ? greetings mathias uhl From bas at extranet.kompas-media.nl Sun Jul 24 22:11:12 2005 From: bas at extranet.kompas-media.nl (Bas v.d. Wiel) Date: Sun, 24 Jul 2005 22:11:12 +0200 Subject: [Typo3-debian] Ugly fonts, hinting trouble? Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello list, Just recently I noticed a major difference in GIFBUILDER font-rendering between my SUSE test box (Enterprise Server) and my Debian Sarge soon-to-be-production server. On the SUSE-box all graphical headers render just great, with proper spacing between glyphs and no ugly artefacts. On the Sarge box though, things are incredibly ugly. I tried recompiling Freetype 2 from source, overwriting the already installed libs. Sadly this didn't help at all. I did the following after enabling the bytecode interpreter in the freshly downloaded source: ./configure --prefix=/usr make make install After this I rebooted the box just to be sure everything gets re-initialized. I cleared TYPO3's FE cache, reloaded the page in question and saw absolutely no change whatsoever. I did notice some files in /etc/fonts that look like they should affect Freetype somehow. I created a local.conf file and filled that with examples from around the web that should turn antialiasing and hinting on and off. Yet no matter what I do, nothing changes at all.. I haven't been able to find anything online to help me solve this. All documents I found deal with font rendering in X but that's not what I'm looking for. I don't even have X installed on this box. Could someone here please point me in the right direction for a solution to this problem? I spent a whole afternoon researching this and the fact that nothing whatsoever changes at all is getting on my nerves.. I must be doing something wrong.. Any help will be greatly appreciated! Bas - -- Interesse in een digitale handtekening voor uw e-mail? Neem contact op! -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) iD8DBQFC4/XgjsOWd4ShSbERAjuEAJ4kH/d/dFigVn8rTrsYOPgcpipk8ACdExeY kYSWF27LAyy/YiLvwtZlfoU= =5zjR -----END PGP SIGNATURE----- From steffen at mail.kommwiss.fu-berlin.de Mon Jul 25 16:09:13 2005 From: steffen at mail.kommwiss.fu-berlin.de (=?ISO-8859-1?Q?Steffen_M=FCller?=) Date: Mon, 25 Jul 2005 16:09:13 +0200 Subject: [Typo3-debian] Ugly fonts, hinting trouble? In-Reply-To: References: Message-ID: Hi Bas! On 07/24/2005 10:11 PM Bas v.d. Wiel wrote: > > Just recently I noticed a major difference in GIFBUILDER > font-rendering between my SUSE test box (Enterprise Server) and my > Debian Sarge soon-to-be-production server. On the SUSE-box all > graphical headers render just great, with proper spacing between > glyphs and no ugly artefacts. > To be more precise, tell us, - what PHP/IM/GM packages do you use? - what's your Image Processing configuration and did any of the install-tool tests fail? Maybe this is a startingpoint for you: Did you check your GDlib/IM setting in the TYPO3-install-tool? There are some configuration examples for Debian servers in the wiki: http://wiki.typo3.org/index.php/Running_GIF_enabled_packages_on_Debian_Woody But I don't know if these are the actual settings for Sarge. -- cheers, Steffen From bas at extranet.kompas-media.nl Mon Jul 25 17:05:25 2005 From: bas at extranet.kompas-media.nl (bas at extranet.kompas-media.nl) Date: Mon, 25 Jul 2005 17:05:25 +0200 (CEST) Subject: [Typo3-debian] Ugly fonts, hinting trouble? In-Reply-To: References: Message-ID: > To be more precise, tell us, > - what PHP/IM/GM packages do you use? > - what's your Image Processing configuration and did any of the > install-tool tests fail? > > Maybe this is a startingpoint for you: Did you check your GDlib/IM > setting in the TYPO3-install-tool? There are some configuration examples > for Debian servers in the wiki: > http://wiki.typo3.org/index.php/Running_GIF_enabled_packages_on_Debian_Woody > But I don't know if these are the actual settings for Sarge. > > -- > cheers, > Steffen Hello Steffen, Thanks for your reply. I'll certainly look into the wiki page more closely when I get home from work today ;-) However I can tell you that I'm running PHP version 4.3.10-15 (from packages including php4-gd) and ImageMagick 4.2.9 (statically linked binaries). None of the TYPO3 install tests fail (all get green tick-marks). The only problem is ugly font rendering. It seems like some glyphs overlap others and charachters with a lot of curves in them, like the S, show a lot of blotchy artefacts in the round areas. No matter what I do, the fonts get anti-aliased or that's what I think is happening. They look slightly blurry around the edges. I can't even turn that off so my guess it that this has to do with anti-aliasing conflicting with the bytecode interpreter or the autohinter in Freetype (which I got from libfreetype6 and overwrote with a freshly compiled version from the FreeType source). The recompiled version gives to different result than the official Debian version.. From steffen at mail.kommwiss.fu-berlin.de Fri Jul 29 14:22:36 2005 From: steffen at mail.kommwiss.fu-berlin.de (=?ISO-8859-1?Q?Steffen_M=FCller?=) Date: Fri, 29 Jul 2005 14:22:36 +0200 Subject: [Typo3-debian] Ugly fonts, hinting trouble? In-Reply-To: References: Message-ID: Hi. On 07/25/2005 05:05 PM bas at extranet.kompas-media.nl wrote: > > None of the TYPO3 install tests fail (all get green tick-marks). The only > problem is ugly font rendering. It seems like some glyphs overlap others Did you try a different configuration as proposed in the wiki? Maybe changing the dpi value helps: e.g. $TYPO3_CONF_VARS["GFX"]["TTFdpi"] = '96'; -- cheers, Steffen From bas at extranet.kompas-media.nl Fri Jul 29 19:27:52 2005 From: bas at extranet.kompas-media.nl (Bas v.d. Wiel) Date: Fri, 29 Jul 2005 19:27:52 +0200 Subject: [Typo3-debian] Ugly fonts, hinting trouble? In-Reply-To: References: Message-ID: Hi Steffen, Yes I tried everything that was in the wiki but to no avail. The urgency of the problem is gone at the moment because the niceText option made the fonts look acceptable. However when not using this option (rendering is much faster without niceText) I'd say fonts should render acceptably as well. What bothers me most is that there is no visible difference whatsoever when I change fundamental options in /etc/fonts/local.conf (like turning hinting and antialiasing on/off). This leads me to believe that such settings are controlled elsewhere on Debian but I'm completely at a loss for further information. Bas Steffen M?ller wrote: >Hi. > >On 07/25/2005 05:05 PM bas at extranet.kompas-media.nl wrote: > > >>None of the TYPO3 install tests fail (all get green tick-marks). The only >>problem is ugly font rendering. It seems like some glyphs overlap others >> >> > >Did you try a different configuration as proposed in the wiki? > >Maybe changing the dpi value helps: > >e.g. >$TYPO3_CONF_VARS["GFX"]["TTFdpi"] = '96'; > > >