Forums / Install & configuration / possible fix for the CGI problem

possible fix for the CGI problem

Author Message

Ben Pirt

Friday 05 March 2004 3:27:59 am

Hi,
Having investigated what was going on with the CGI issue, I have come to a simple solution which seems to work well in my case. It should be noted that I have only tested this in a 3.3-3 setup which has url rewriting enabled, so i'm not sure how it will work for any other setup. Usual disclaimers apply.

in /lib/ezutils/classes/ezsys.php change line 703 from;

$phpSelf = eZSys::serverVariable( 'PHP_SELF' );

to;

if(isset($_SERVER['_'])){
//we are running as a cgi
$phpSelf = eZSys::serverVariable( 'REQUEST_URI' );
}else{
//we are running as a module
$phpSelf = eZSys::serverVariable( 'PHP_SELF' );
}

and that's it. It seems like the PHP_SELF variable is not set in the CGI, but on initial investigation it is the same as the REQUEST_URI variable. By checking if it is a CGI (by testing for the _ variable) we can choose between these options. So, try it out and see if it works in your situation and report back. Maybe it will need combining with the other patch which is floating around. Let's try to fix this annoying problem which seems to be affecting quite a lot of people.

As I said, my site is working well now. Hope yours does too :-)

All the best,

Ben Pirt

PS I'm sure this doesn't conform to eZ coding standards, so if someone wants to make it comply and post back, that would be great.

Derick Rethans

Monday 08 March 2004 12:44:34 am

Testing for CGI can better be done by:
if (php_sapi_name() == 'cgi')

besides that, we added support for CGI to ezp 3.4.

Ben Pirt

Monday 08 March 2004 1:24:22 am

Glad to hear that CGI support is in 3.4
For now though, if we do this;

if (php_sapi_name() == 'cgi')
//we are running as a cgi
$phpSelf = eZSys::serverVariable( 'REQUEST_URI' );
}else{
//we are running as a module
$phpSelf = eZSys::serverVariable( 'PHP_SELF' );
}

eZ publish 3.3 will run on a CGI setup too.
Thanks for the tip on php_sapi_name,
All the best,
Ben Pirt

eZ debug

Timing: Jan 31 2025 00:18:30
Script start
Timing: Jan 31 2025 00:18:30
Module start 'content'
Timing: Jan 31 2025 00:18:30
Module end 'content'
Timing: Jan 31 2025 00:18:30
Script end

Main resources:

Total runtime0.2112 sec
Peak memory usage8,192.0000 KB
Database Queries141

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0065 588.0547370.2813
Module start 'content' 0.00650.0142 958.33591,001.5781
Module end 'content' 0.02070.1904 1,959.91413,891.4922
Script end 0.2111  5,851.4063 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00462.1632200.0002
Check MTime0.00130.6240200.0001
Mysql Total
Database connection0.00070.322410.0007
Mysqli_queries0.110952.53781410.0008
Looping result0.00110.52621390.0000
Template Total0.190090.010.1900
Template load0.00090.409610.0009
Template processing0.189189.549110.1891
Override
Cache load0.00060.306310.0006
Sytem overhead
Fetch class attribute can translate value0.00180.847210.0018
XML
Image XML parsing0.00030.120410.0003
General
dbfile0.00924.3430200.0005
String conversion0.00000.002030.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs