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 , 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

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

2011-02-02 Thread Igor Galić
- "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

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 (

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 th

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

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

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 > > Options +ExecCGI > I think u use a shell script that speak apache with php-cgi. But this should works better with spawn-fcgi, s

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

[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