PHP different versions. Apache 2.0 Handle against CGI/FastCgi

marcovdahosting

Verified User
Joined
Aug 14, 2008
Messages
33
Location
Europe
Hi,

A client wants to step over to our servers.
So far, so good,

1. We made an backup of the current user@old server, and place it on the server at our side.
After some issues with missing usernames, we migrate it. And then.

Then we got stuck...

On the old server are the following PHP settings.

Server API Apache 2.0 Handler
Virtual Directory Support disabled
Configuration File (php.ini) Path /usr/local/lib
Loaded Configuration File /usr/local/Zend/etc/php.ini

This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
with the ionCube PHP Loader v4.0.1, Copyright (c) 2002-2010, 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

On our server we use :

Server API CGI/FastCGI
Virtual Directory Support disabled
Configuration File (php.ini) Path /usr/local/php5/etc
Loaded Configuration File /usr/local/php5/etc/php.ini

This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2009 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

Basicly the difference is that our server can not handle the settings as they are on the old server.

What should i do best to handle this..

Seeing forward to your replies.
 
Yeah, i knew i forgot something. :) must be tired.

I got this error.

This is the current server: http://188.165.238.109/~ALIEN/

As you see the website with phpbb forum works fine.
The issue is that on our server : http://81.173.18.135/~alien/index.php
On every page with .php as extention
i get this error

Forbidden

You don't have permission to access /~alien/index.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
 
So your permissions are wrong then check your chmod settings.
 
Back
Top