Re: [users@httpd] Apache2, Fastcgi and PHP

2011-02-04 Thread Silvio Siefke
Hello, so i have found the mistake. It was the short_open_tag Problem. In the Script stand ? phpinfo(); ?, in Standard of php.ini must write ?php phpinfo(); ? 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

[users@httpd] Apache2, Fastcgi and PHP

2011-02-02 Thread Silvio Siefke
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

Re: [users@httpd] Apache2, Fastcgi and PHP

2011-02-02 Thread Nilesh Govindarajan
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 that

Re: [users@httpd] Apache2, Fastcgi and PHP

2011-02-02 Thread Silvio Siefke
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 FilesMatch \.php$ Options +ExecCGI /FilesMatch I think u use a shell script that speak apache with php-cgi. But this should works

Re: [users@httpd] Apache2, Fastcgi and PHP

2011-02-02 Thread Silvio Siefke
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 the

Re: [users@httpd] Apache2, Fastcgi and PHP

2011-02-02 Thread Nilesh Govindarajan
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 (its

Re: [users@httpd] Apache2, Fastcgi and PHP

2011-02-02 Thread Igor Galić
- Silvio Siefke siefke_lis...@web.de 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