[TYPO3-50-general] Help needed: server setup compatibility info

Malte Jansen mail at maltejansen.de
Tue Mar 3 20:52:46 CET 2009


Hi Karsten,

check server setup: WINDOWS VISTA PROFESSIONAL

PATH_INFO: /arg1/arg2/index.xml
QUERY_STRING: arg3=foo&arg4=bar
REQUEST_URI: /check.php/arg1/arg2/index.xml?arg3=foo&arg4=bar

PHP_SAPI: apache2handler
SERVER_SOFTWARE: Apache/2.2.9 (Win32) mod_ssl/2.2.9 OpenSSL/0.9.8j 
mod_autoindex_color PHP/5.3.0beta2-dev


Cheers,

Malte



Karsten Dambekalns schrieb:
> Hi.
> 
> We are currently using some code similar to t3lib_div, which is based on 
> 5 year old compatibility data.
> 
> So, to gather some new intelligence, please place this script[1] in your 
> document root and call it with this URL:
>  http://<server>/check.php/arg1/arg2/index.xml?arg3=foo&arg4=bar
> 
> The do the same but place the script in a subdir "sub" and call it like:
>   http://<server>/sub/check.php/arg1/arg2/index.xml?arg3=foo&arg4=bar
> 
> Post the output here *if* your setup is not yet covered.
> 
> Thanks,
> Karsten
> 
> [1] check.php is attached
> 
> ------------------------------------------------------------------------
> 
> 
>   check server setup
> 
> '; echo 'PATH_INFO: ' . $_SERVER['PATH_INFO'] . '
> '; echo 'QUERY_STRING: ' . htmlspecialchars($_SERVER['QUERY_STRING']) . '
> '; echo 'REQUEST_URI: ' . htmlspecialchars($_SERVER['REQUEST_URI']) . '
> '; echo '
> 
> '; echo 'PHP_SAPI: ' . PHP_SAPI . '
> '; echo 'SERVER_SOFTWARE: ' . $_SERVER['SERVER_SOFTWARE']; echo '
> 
> '; ?>


More information about the TYPO3-project-5_0-general mailing list