Hello,
i use fastcgi with PHP-FPM. When i go on Website with FastCGI then the
page load not complete.
http://mail.silviosiefke.de/fastcgi_apache.png
When i run with FCGID then the page load complete.
http://mail.silviosiefke.de/fcgid_apache.png
Has someone a idea what is the problem? Thank yo
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
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
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
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
Hello,
i have installed Apache 2.2.16 on my FreeBSD Server with SSL. I has the
follow configuration:
Listen 443
AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl.crl
SSLPassPhraseDialog builtin
SSLSessionCache"shmcb:/var/run/ssl_scache(512000)"
SSLSessionCache
Hello,
how can i make Apache + PHP with fastcgi? I have read for virtual host,
but how can i set it up for complete?
Can someone help?
Silvio
-
The official User-To-User support forum of the Apache HTTP Server Project.
See
Serge Fonville schrieb:
> Have you installed visual C++ redistributables 2005/2008?
Yes i have installed.
Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729
Greeting
Silvio
-
The official User-To-User support forum of
Serge Fonville schrieb:
> You must have logs
> either access or error.log
access.log
127.0.0.1 - - [22/Sep/2009:16:05:01 +0200] "GET /test.php HTTP/1.1" 200 19
error.log
[Tue Sep 22 16:04:53 2009] [notice] Apache/2.2.13 (Win32) PHP/5.2.11
configured -- resuming normal operations
[Tue Sep 22 16:0
Serge Fonville schrieb:
> Apache runs with PHP as a module. Indeed, the side remains white by the
> call from phpinfo.
>
> There no log entrys.
>
>
> Just a few:
>
> What is the URL.
http://trade.silviosiefke.de/test.php
> What is your exisiting source (.php file)
> What logs
Hey,
Apache runs with PHP as a module. Indeed, the side remains white by the
call from phpinfo.
There no log entrys.
Greeting
Silvio
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd
Serge Fonville schrieb:
>
> It were it. But as module Apache running not and write no log. I
> don't know
>
> why apache dosen't start, when i write config for module.
>
>
> What steps have you taken to run it as a module, because all I needed to
> do was:
> Add php to the path
> Ad
Serge Fonville schrieb:
> > What is the reason you wan't to run php as cgi
>
> Yes i want when its run.
>
> Why do you want to run it as cgi?
> What makes that running as a module isn't an option?
It were it. But as module Apache running not and write no log. I don't know
why apache dose
Serge Fonville schrieb:
> What is the reason you wan't to run php as cgi
Yes i want when its run.
Now the follow entry in the log:
[Mon Sep 21 20:01:10 2009] [error] [client] client denied by server
configuration: C:/PHP/php-cgi.exe
php.conf
ScriptAlias /php/ "C:/php/"
AddHandler php-script .ph
Hello,
i want to configure Apache2 under Windows Server 2003.
The follow lines i have write:
Action application/x-httpd-php "/php/php-cgi.exe"
AddHandler application/x-httpd-php .php
Apache Dir > c:\apache2
PHP Dir > c:\php
The follow error Messages come:
[Mon Sep 21 19:41:34 2009] [error] [cli
Eric Covener schrieb:
Configuration, failing URL, and error log would be a better start.
I'm sorry, here come the config and Logs:
URI:
http://www.silvio-siefke.de
CGI:
http://www.silvio-siefke.de/cgi-bin/mailer/mailer.cgi
httpd.conf
http://www.silvio-siefke.de/trading/httpd.html
extra/http
Hello,
I have the Apache 2.2.8 today on my Root Server (Debian etch) compiled.
No problems with the Apache by compile.
./configure --prefix=/usr/local/apache --enable-modules=all --enable-ssl
--with-ssl=/usr/local/ssl --enable-so --enable-rewrite --enable-suexec
--with-suexec-caller=www-data
17 matches
Mail list logo