Zend Core / Mod_Deflate

Jul 29, 2008

Anyone have experience getting mod_deflate up and running on Zend Core?
(apache 2.2.4 / PHP 5.2.4)

If so, how did you do it? Seems Zend Core doesn't include mod_deflate.so by default.

View 0 Replies


ADVERTISEMENT

How To Add Extensions That Don't Exist In Zend Core For Oracle

Aug 13, 2007

I've installed Zend Core for Oracle on a RH ES4 server. Unfortunately, ZCO doesn't have the Postgres extension enabled by default.

Do I have to recompile my PHP installation to enable it?

View 0 Replies View Related

Installation Zend Optimizer & Ioncube On Fedora Core 4 Using Plesk 8.2

Aug 5, 2007

i got plesk 8.2 installed on my fedora core 4 server. I would like to install ioncube & zend optimizer.

Anyone can explain me stepwise how to do..

i read many post on the forum about it but i have not succeded in..

here is the infos of my server system info:

CPU:GenuineIntel, Intel(R) Xeon(TM) CPU 2.80GHz
Version: psa v8.2.0_build82070706.15 os_FedoraCore 4
OS: Linux 2.6.9-023stab033.9-enterprise
Key number: PLSK.00000000.000

component info:
awstats6.6-0.060916beta.swsoft bind9.3.1-20.FC4 coldfusionComponent was not installed coldfusion-supportComponent was not installed courier-imap3.0.8-fc4.build82070706.15 drweb4.33-rh5_psa drweb-qmail4.33-fc4.build82070706.15 frontpage5.0.2.2635-1.fc4.swsoft httpd2.0.54-10.4.1.swsoft mailman2.1.8-0.FC4.1 mod_perl2.0.1-1.fc4 mod_python3.1.4-2 mysql4.1.20-1.FC4.1 perl-Apache-ASP2.59-fc4.build82070706.15 php5.0.4-10.5.1.swsoft postgresql-serverComponent was not installed psa8.2.0-fc4.build82070706.15 psa-api-rpc8.2.0-fc4.build82070706.15 psa-autoinstaller3.2.0-build32070705.20 psa-backup-manager8.2.0-fc4.build82070706.15 psa-horde3.1.4-fc4.build82070706.15 psa-imp4.1.4-fc4.build82070706.15 psa-logrotate3.7-fc4.build82070706.15 psa-manual-custom-skin-guide8.2.0-fc4.build82070706.15 psa-migration-manager8.2.0-fc4.build82070706.15 psa-mivaComponent was not installed psa-mod-fcgid-configurator1.0-13 psa-proftpd1.3.0-fc4.build82070706.15 psa-qmail1.03-fc4.build82070706.15 psa-qmail-rblsmtpd0.70-fc4.build82070706.15 psa-rubyrails-configuratorComponent was not installed psa-spamassassin8.2.0-fc4.build82070706.15 psa-tomcat-configurator8.2.0-fc4.build82070706.15 psa-turba2.1.4-fc4.build82070706.15 rubyComponent was not installed samba3.0.23a-1.fc4.1 spamassassin3.0.6-1.fc4 SSHTerm0.2.2-fc4.build82070706.15 tomcat5.0.30-5jpp_6fc webalizer2.01_10-28

info when doing uname -a:

Linux xxx.xxxxx.xx 2.6.9-023stab033.9-enterprise #1 SMP Tue Dec 5 14:40:57 MSK 2006 i686 i686 i386 GNU/Linux

info when doing php -v:

PHP 5.0.4 (cli) (built: Nov 9 2005 09:19:53)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.0.4-dev, Copyright (c) 1998-2004 Zend Technologies

Info when doing httpd -v:
Server version: Apache/2.0.54
Server built: Jul 31 2006 15:02:04

I struggled many times to be able to set up the ioncube & zend optimizer but in vain..

View 7 Replies View Related

Install & Run Mod_deflate In Apache2

Jul 17, 2008

I want run mod_deflate in my serve my server is apache 2.0.63

How can I do this?

View 0 Replies View Related

Installing Mod_deflate On Apache 1.3.37

Mar 26, 2007

I am new to our own vps with cpanel (though used cpanel for years) and instead of just using the built-in script to install mod_gzip I wanted to use the special mod_deflate for 1.3.37 I've read about since it apparently is much faster

The problem is I've only compiled and built minor things before with step by step
instructions - and I realize this has the potential to hose my server so I want to make sure I do it right.

I found these instructions:
[url]

if I ignore the mod_accel bits, does it look like that would be fine on a regular cpanel setup?

I'm such a newb I am not sure even what location to unpack those tarballs so even more detailed instructions would be greatly appreciated if anyone is willing to share.

View 0 Replies View Related

Hacking Buildapache To Add Mod_deflate (for 1.3.37)

Apr 3, 2007

apparently a mod_deflate patch has been available for apache 1.3.37 for some time but since I rely on cpanel as a huge time/knowledge saver, I'd like to hack it into buildapache/easyapache so it's an option just as easy as mod_gzip is (with a simple checkbox)

after poking around I learned that all the magic happens in /home/cpapachebuild/buildapache
I've studied how mod_gzip is activated/installed but some steps are beyond me

mod_deflate for 1.3.37 is here [url]the critical files inside are of course mod_deflate.patch and mod_deflate.c

so I assume stick those files into a directory under buildapache, but where do I hack in the patch and build steps?

View 4 Replies View Related

Mod_deflate Issues - Not Respecting MIME Types

Jun 8, 2008

I've got mod_deflate set up with Apache with the following line in httpd.conf:

Code:
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/x-javascript
</IfModule>

It works well, for most things.

The issue I'm having is that mod_deflate is compressing binary data, outputted from PHP scripts as well (undesirable).

The script sends a Content-Type: application/octet-stream header, so I'm guessing that mod_deflate is simply not looking at headers generated by the script before compressing output.

I've even changed the default MIME type for Apache to application/octet-stream but to no avail.

Note that static content which has a defined MIME type doesn't get compressed - it's only the output generated by scripts.

Also, there is no defined MIME type for the .php extension.

I've also tried to disable the filter for certain directories, however, Apache doesn't seem to have an opposite to AddOutputFilterByType (although it does for AddOutputFilter (RemoveOutputFilter)). Also, I can't seem to stick in a negative <Directory> command either, which is a pain :/

View 0 Replies View Related

Xeon 3220 Quad Core 2.4 Or 3070 Dual Core 2.66 For DB

Apr 22, 2008

Shall I chose the xeon quad core 2.4 GHZ or the dual core 2.66 GHZ for an adserver's database?

View 3 Replies View Related

Quad Core Xeon Or 2X AMD Opteron Dual Core

Nov 27, 2007

Which is the better performer?

(1x) Quad Core Intel Xeon X3220 2.40GHz 2x4M Cache

OR

(2x) Dual Core AMD Opteron 2216 2.4GHz 2X1MB Cache 1Ghz HyperTransport

This is for a web/application server running, Windows 2003 Server Professional, IIS, MySQL, MSSQL 2005 Express, Plesk 8.5. The price is about the same.

View 14 Replies View Related

Quad Core Processor Vs Intel Xeon 3060 Dual Core Conroe Processor

Feb 3, 2008

quad core processor vs Intel Xeon 3060 Dual Core Conroe Processor which is better any why?

View 2 Replies View Related

Intel Quad Core Xeon X3210 Vs Dual Core 3040 Xeon

Oct 30, 2008

can someone give a comparison betwen this two
Intel Quad Core Xeon X3210 vs Dual-Core 3040 Xeon

View 7 Replies View Related

Dual Xeon3ghz 1mb Dual Core Vs Quadcore 6600 2.4ghzx4 Core 8mb

Jan 23, 2008

Which one you suggest for running database server and VPS's?

Dual Xeon3ghz 1mb dual core vs Quadcore 6600 2.4ghzx4 core 8mb.

View 4 Replies View Related

What To Chose Intel Core 2 Quad+Intel Core 2 Duo Or Harpertown

Jun 12, 2008

We are hosting our software system which do calculation and file manipulation.
Now we have Intel Core 2 Duo E6750 and would like to get Intel Core 2 Quad Q6600 to increase our system performance.

Also we have other choice, get Intel Xeon E5405 Harpertown 2.0GHz
to replace two above.

I think it is better to have one server box because one box easy to manage than two. Also Harpertown is much faster than these two together.

What is your opinion?

View 11 Replies View Related

AMD X4 Quad Core 9500 Vs Intel Quad Core Q9300

Jun 3, 2008

3i want to buy new erver and i have choice of the fallowing

AMD X4 Quad Core 9500
RAM : 4096 MB
Disk Drives: 2 X 250 GB SATA

and

Intel Quad Core Q9300 4x2.5 GHz
RAM : 2048 MB
Disk Drives: 2 X 250 GB SATA

both in the same price . so i need some advice for who are the best performance and the ideal for webhosting service.

View 11 Replies View Related

Core 2 Quad 6700 [ OR ] Core 2 Quad Q9450 |

Jul 25, 2008

we are planning to have 1 more dedicated server and also planning to collocate.

Core 2 Quad 6700 [ OR ] Core 2 Quad Q9450 | Which is better

View 5 Replies View Related

Zend And PHP

Jun 15, 2009

I currently have Suhosin/eAcc installed. Can I get Zend installed as well?

View 8 Replies View Related

Zend

Jul 13, 2007

I recompiled PHP the other day to v5.2.3 and to install PostgreSQL. Everything seemed to be fine once this was done with the exception of Zend. I reinstalled Zend and updated everything to make sure that wasn't the problem.

However, anything to do with Zend on the server has stopped working.

php -v checks out with no errors.

phpinfo() doesn't seem to show any problems, but I may be overlooking something:
http://www.higherpurposes.com/phpinfo.php

I contacted ClientExec because I thought that perhaps this was an issue with it but they're pointing back to something being wrong with PHP/Zend. It all looks to be installed, but something somewhere is not working.

The only other thing I can add is that php.ini appears to be configured properly for this and the only problem in the Apache log is:

read_config_store open failure on /var/net-snmp/snmpapp.conf

This shows for an earlier PHP bug, but I couldn't find anything dealing with PHP5.

View 9 Replies View Related

Zend

Nov 26, 2007

install zend optimizer on my direct admin server currently running apache 2.2 direct admin php 5. After installing it it made a few changes to my directadmin control panel for example it removed my webmail: squirelmail link etc... The lines of code it added to my php.ini file are:

[Zend]
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.0
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.0
zend_optimizer.version=3.3.0a
zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so

with out them everything works fine with them my control panel webmail links disappear.

View 14 Replies View Related

Zend Or Eacccelator Or Something Else

Jul 5, 2008

i was wondering which one is better for a phpBB forum...

zend or eacccelator or something else? and why?

View 2 Replies View Related

Running Zend On IIS 6.0

Aug 20, 2008

I'm not sure if this is the best board for this question but I'll try anyway. We recently had an app built and the developer built it using the Zend framework.

Our server is running IIS. Does anyone have a link to information or know any tricks in getting Zend build apps to work on IIS?

We need to stick to IIS because other apps we have were built in asp so switching to apache is not an option.

View 0 Replies View Related

Zend Vs. APC For VBulletin

May 2, 2008

I am on a VPS with Centos 4 OS and Cpanel/WHM.

I am going to soon be upgrading to the latest version of vBulletin (3.7.0). They are recommending PHP 5.25 with APC installed. I am talled that Zend (which I have installed and eaccelerator) is not compatible with APC.

The vBulletin people say that APC will perform better than Zend, and that zend should be disabled and APC installed and enabled.

A couple questions.

1. I'm curious what people's opinions are on here about APC vs. Zend (eaccellerator) or possibly xcache.

2. I have once been told that APC and xcache aren't compatible with Cpanel/WHM. Is this correct?

3. Assuming 2 isn't correct, if I decide to move to APC, what do I need to do to disable/uninstall Zend/Eaccellerator and install/setup APC?

View 0 Replies View Related

Zend Extensions

Jul 25, 2008

Basically I have a script that is trying to run zend optimizer via command line, but is producing this error

The CLI version of PHP does not have the Zend Optimizer extension enabled

logged in as root

# /usr/local/bin/php -v
PHP 5.2.6 (cli) (built: Jul 23 2008 00:22:17)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
with the ionCube PHP Loader v3.1.32, Copyright (c) 2002-2007, by ionCube Ltd., and
with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend Technologies
with Zend Optimizer v3.3.3, Copyright (c) 1998-2007, by Zend Technologies

# php --ini
Configuration File (php.ini) Path: /usr/local/lib
Loaded Configuration File: /usr/local/Zend/etc/php.ini
Scan for additional .ini files in: (none)
Additional .ini files parsed: (none)

login as: doni

$ /usr/local/bin/php -v
PHP 5.2.6 (cli) (built: Jul 23 2008 00:22:17)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
ngine v2.2.0, Copyright (c) 1998-2008 Zend Technologies

$ php --ini
Configuration File (php.ini) Path: /usr/local/lib
Loaded Configuration File: (none)
Scan for additional .ini files in: (none)
Additional .ini files parsed: (none)

This is same for both users
# which php
/usr/local/bin/php

For some reason on my normal user it is not showing a loaded configuration file.

View 1 Replies View Related

Zend Or Ioncube

Apr 8, 2008

I run some scripts that either require Zend or Ioncube (my choice). Is one better than the other in terms of performance or overhead? I think I'd rather install one module instead of both on my server.

View 3 Replies View Related

Top Process - Zend

Nov 1, 2007

how to sort this?

Top Process %CPU 98.9 ./dialog --clear --backtitle Zend Optimizer Installation --title Zend Optimizer 3.2.2 --msgbox ?Welcome to the Zend Optimizer 3.2.2 Installation!??For more information regarding this procedure, please see the?Zend Optimizer Installation Guide.? 0 0

Top Process %CPU 98.8 ./dialog --clear --backtitle Zend Optimizer Installation --title Zend Optimizer 3.2.2 --msgbox ?Welcome to the Zend Optimizer 3.2.2 Installation!??For more information regarding this procedure, please see the?Zend Optimizer Installation Guide.? 0 0

View 4 Replies View Related

Installed Zend On My Ser

Dec 4, 2007

I have installed zend on my server. but when it tried to load, this comes out..

Failed loading /usr/local/Zend/lib/ZendExtensionManager.so: /usr/local/Zend/lib/ZendExtensionManager.so: cannot open shared object file: No such file or directory

View 4 Replies View Related

Zend Errors

Sep 17, 2007

Fatal error: Cannot access protected property Zend_Cache_Core::$_backwardCompatibilityArray in /home/user/public_html/cerb4/libs/devblocks/libs/ZendFramework/Zend/Cache/Core.php on line 185

Trying to install cerberus help desk and get that during install process

I'm using zend optimizer 3.2.8, centos 4.5, mysql 4x, php 5.2.4

View 2 Replies View Related

Zend Not Loading

Feb 6, 2007

root@server [/usr/local/ioncube]# php -v
PHP 5.2.0 (cli) (built: Feb 2 2007 22:41:26)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2006 Zend Technologies
with the ionCube PHP Loader v3.1.24, Copyright (c) 2002-2006, by ionCube Ltd., and
with Zend Extension Manager v1.0.11, Copyright (c) 2003-2006, by Zend Technologies
with Zend Optimizer v3.2.2, Copyright (c) 1998-2006, by Zend Technologies

php.ini

[Zend]

zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.2.so
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.2.2
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.2.2
zend_optimizer.version=3.2.2

zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so

**

View 11 Replies View Related

Zend Optimizer

Dec 20, 2007

I don`t have access on root server. I have a reseller acount and i don`t have ssh access !

On server is installed:

This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
with Suhosin v0.9.20, Copyright (c) 2002-2006, by Hardened-PHP Project

And I get this error :

Zend Optimizer not installed

This file was encoded by the ZendGuard. In order to run it, please install the freely available Zend Optimizer, version 3.0.0 or later.

How can I upload zend loaders without installing zend optimizer?

View 1 Replies View Related

Zend/vbSEO

Dec 8, 2007

I moved my site to a new server... find out that Zend isn't installed so I install it. vbSEO needs Zend to run. After installation I just get a blank index.php page whereas my phpinfo.php is showing. What could be the problem?

View 12 Replies View Related

Fast..Zend Opt. Is Gone.

Aug 7, 2007

When I type php -v from ssh

PHP 4.4.7 (cli) (built: Aug 7 2007 10:12:20)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
with Zend Extension Manager v1.2.0, Copyright (c) 2003-2006, by Zend Technologies
with Zend Optimizer v3.3.0, Copyright (c) 1998-2007, by Zend Technologies

but from web site phpinfo, there is no zend Opt installed and non of my vbulletin site getting error page that I need to install zend.

I tried reinstall, rebuild but it did not work..

View 5 Replies View Related

Dual Proc Single Core Or Single Proc - Quad Core?

Jun 9, 2008

I cant decide between

Dual Processor Single Core
Dual Processor Single Core Xeon - 3.00GHz (Irwindale)

Or

Single Processor - Quad Core?
Single Processor Quad Core Xeon 3220 - 2.40GHz (Kentsfield)

My site needs "raw" processing power due to the applications it runs. ram (over 2 gb) and hdd are not that important to me.

could someone point me in the right direction.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved