[BlueOnyx:10277] Re: 5106R/5107R/5108R YUM updates

2012-04-21 Thread Steffan
Yum clean all; yum update -y I see this error Non-fatal POSTIN scriptlet failure in rpm package base-subdomains-glue-2.1.0-18.centos5.noarch error: %post(base-subdomains-glue-2.1.0-18.centos5.noarch) scriptlet failed, exit status 127 any idees Steffan __

[BlueOnyx:10278] RewriteRule problem

2012-04-21 Thread DD
Hi all, I have a simple rewriterule that for whatever reason is not firing. This is on 5108R. In my /etc/httpd/conf/vhosts/siteXX.include file I have: RewriteEngine On RewriteRule ^/([a-z\-]+).html$/index.php?stub=$1 The idea is that a URL such as /hello-world.html becomes /index.ph

[BlueOnyx:10279] Re: 5106R/5107R/5108R YUM updates - Broken Subdomains

2012-04-21 Thread Steffan
Well the hell broke here after the last updates All open_basedir problems I removed the line open_basedir = /usr/sausalito/configs/php/:/tmp/:/var/lib/php/session/ from /home/solarspeed/php/etc/php.ini That fixed it ___ Blueonyx mailing list Blueonyx@m

[BlueOnyx:10280] Re: 5106R/5107R/5108R YUM updates - Broken Subdomains

2012-04-21 Thread Maurice de Laat
Hi Steffan, On Sat, Apr 21, 2012 at 04:26:08PM +0200, Steffan wrote: > Well the hell broke here after the last updates > All open_basedir problems You might want to catch up with this mailinglist, or read http://www.blueonyx.it/index.php?mact=News,cntnt01,detail,0&cntnt01articleid=131&cntnt01ori

[BlueOnyx:10281] Re: 5106R/5107R/5108R YUM updates - Broken Subdomains

2012-04-21 Thread Steffan
Wel... yum clean all yum update -y was the problem not the fix i removed the line /usr/sausalito/configs/php from php.ini to get my servers back up (the one with <5.3 ) -Oorspronkelijk bericht- Van: blueonyx-boun...@mail.blueonyx.it [mailto:blueonyx-boun...@mail.blueonyx.it] Namens M

[BlueOnyx:10283] Re: 5106R/5107R/5108R YUM updates - Broken Subdomains

2012-04-21 Thread Michael Stauber
Hi Steffan, > i removed the line /usr/sausalito/configs/php from php.ini > to get my servers back up (the one with <5.3 ) With final updates released on Friday that shouldn't be necessary anymore. -- With best regards Michael Stauber ___ Blueonyx

[BlueOnyx:10284] Re: 5106R/5107R/5108R YUM updates

2012-04-21 Thread Michael Stauber
Hi Steffan, > Non-fatal POSTIN scriptlet failure in rpm package > base-subdomains-glue-2.1.0-18.centos5.noarch > error: %post(base-subdomains-glue-2.1.0-18.centos5.noarch) scriptlet > failed, exit status 127 You can disregard that error message. Like it said, it is non-fatal. -- With best rega

[BlueOnyx:10282] Re: RewriteRule problem

2012-04-21 Thread Michael Stauber
Hi DD, > In my /etc/httpd/conf/vhosts/siteXX.include file I have: > > RewriteEngine On > RewriteRule ^/([a-z\-]+).html$ /index.php?stub=$1 > > The idea is that a URL such as /hello-world.html becomes > /index.php?stub=hello-world and the content can be pulled from a DB. > > I'm getting

[BlueOnyx:10285] Re: RewriteRule problem

2012-04-21 Thread SB9-PageKeeper Service
- Original Message - Sent: Saturday, April 21, 2012 7:33 PM Subject: [BlueOnyx:10282] Re: RewriteRule problem > Hi DD, > >> In my /etc/httpd/conf/vhosts/siteXX.include file I have: >> >> RewriteEngine On >> RewriteRule ^/([a-z\-]+).html$ /index.php?stub=$1 >> >> The idea is that a U