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

Christoph Blömer chbloemer at gmx.net
Tue Mar 3 21:01:16 CET 2009


Hi Karsten,
check server setup: Windows Vista Business 64bit and xampp

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.8i mod_autoindex_color PHP/5.3.0beta1

------------
PATH_INFO: /arg1/arg2/index.xml
QUERY_STRING: arg3=foo&arg4=bar
REQUEST_URI: /sub/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.8i mod_autoindex_color PHP/5.3.0beta1

Gruß
Christoph



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
> ------------------------------------------------------------------------
>
> _______________________________________________
> TYPO3-project-5_0-general mailing list
> TYPO3-project-5_0-general at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-5_0-general



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