Hello,
so i have found the mistake. It was the short_open_tag Problem. In the
Script stand , in Standard of php.ini must write
or the Directive "short_open_tag = On".
Okay the installation in Detail for FreeBSD i think in Linux is same
with the package tool of distribution.
cd /usr/ports/www
- "Silvio Siefke" wrote:
> Hello,
>
> i try since 2 days to run Apache with FastCGI and PHP. I have try
> other
> configuration, FCGI with PHP, the same. The apache want not use PHP
> over
> CGI.
>
> Before i use a configuration with suPHP and PHP-CGI without any
> Problems. Only that this
On 02/02/2011 10:28 PM, Silvio Siefke wrote:
> Hello,
>
>
> Am 02.02.2011 17:26, schrieb Nilesh Govindarajan:
>> Quite a weird question, have you checked the firewall?
>> Try if it works without the firewall.
>> I don't think a firewall would ever be configured to block localhost
>> connections (
Hello,
Am 02.02.2011 17:26, schrieb Nilesh Govindarajan:
> Quite a weird question, have you checked the firewall?
> Try if it works without the firewall.
> I don't think a firewall would ever be configured to block localhost
> connections (its absurd!), but still.
I have no firewall active on th
On 02/02/2011 09:04 PM, Silvio Siefke wrote:
> Am 02.02.2011 16:05, schrieb Nilesh Govindarajan:
>> ScriptAlias /cgi-bin/ /usr/local/apache2/cgi-bin/
>> AddHandler php-fcgi .php
>> Action php-fcgi /cgi-bin/php-cgi
>>
>> Options +ExecCGI
>>
>
> I think u use a shell script that speak apache with
Am 02.02.2011 16:05, schrieb Nilesh Govindarajan:
> ScriptAlias /cgi-bin/ /usr/local/apache2/cgi-bin/
> AddHandler php-fcgi .php
> Action php-fcgi /cgi-bin/php-cgi
>
> Options +ExecCGI
>
I think u use a shell script that speak apache with php-cgi. But this
should works better with spawn-fcgi, s
On 02/02/2011 08:23 PM, Silvio Siefke wrote:
> Hello,
>
> i try since 2 days to run Apache with FastCGI and PHP. I have try other
> configuration, FCGI with PHP, the same. The apache want not use PHP over
> CGI.
>
> Before i use a configuration with suPHP and PHP-CGI without any
> Problems. Only
Hello,
i try since 2 days to run Apache with FastCGI and PHP. I have try other
configuration, FCGI with PHP, the same. The apache want not use PHP over
CGI.
Before i use a configuration with suPHP and PHP-CGI without any
Problems. Only that this like not some CMS which want try. So i must
change