[users@httpd] Website loading not right (Fastcgi)

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

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

[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

[us...@httpd] Apache SSL

2010-09-20 Thread Silvio Siefke
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

[us...@httpd] Apache22

2010-09-01 Thread Silvio Siefke
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

Re: [us...@httpd] PHP5

2009-09-22 Thread Silvio Siefke
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

Re: [us...@httpd] PHP5

2009-09-22 Thread Silvio Siefke
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

Re: [us...@httpd] PHP5

2009-09-22 Thread Silvio Siefke
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

Re: [us...@httpd] PHP5

2009-09-22 Thread Silvio Siefke
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

Re: [us...@httpd] PHP5

2009-09-21 Thread Silvio Siefke
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

Re: [us...@httpd] PHP5

2009-09-21 Thread Silvio Siefke
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

Re: [us...@httpd] PHP5

2009-09-21 Thread Silvio Siefke
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

[us...@httpd] PHP5

2009-09-21 Thread Silvio Siefke
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

Re: [EMAIL PROTECTED] Apache 2.2.8

2008-07-23 Thread Silvio Siefke
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

[EMAIL PROTECTED] Apache 2.2.8

2008-07-23 Thread Silvio Siefke
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