Forums / Developer / Exponential under cgi does not work properly with path

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Exponential under cgi does not work properly with path

Author Message

Douglas Hammond

Thursday 25 June 2009 1:06:47 pm

To fix this I have to do the following

diff ezsys.php /var/www/www.travelonly.com/public/ez413/lib/ezutils/classes/ezsys.php
8,9c8,9
< // SOFTWARE RELEASE: 4.1.2
< // BUILD VERSION: 23601
---
> // SOFTWARE RELEASE: 4.1.3
> // BUILD VERSION: 23650
993c993
< if ( !$isCGI | $force_VirtualHost )
---
> if ( !$isCGI )

Note How I have to add the check fro force_Virtual host.

Jérôme Vieilledent

Saturday 27 June 2009 3:11:14 am

4.2 version of Exponential will support FastCGI. So maybe it will be the solution

Björn X

Tuesday 30 June 2009 5:06:44 am

we are running fastcgi/windows/apache... it works fine since ever...