-
Remove PHP X-Powered-By & Nginx Server Details from HTTP Response Header
To remove Server details from Response Header for e.g. security reasons, like Server nginx/1.2.4 X-Powered-By PHP/5.3.17-1~dotdeb.0 it´s necessary to edit php.ini & nginx.conf as follows. PHP: To remove X-Powered-By completely, expose_php should be disabled in php.ini. … expose_php = Off … Nginx: To remove Server Version from Header, server_tokens should be disabled in nginx.conf. ……
-
PHP5 FastCGI Process Manager (php5-fpm) hangs on start/restart
Starting php5-fpm (5.3.17-1~dotdeb.0 & below) hangs/fails on Debian Squeeze. Possible errors: – Restarting PHP5 FastCGI Process Manager: php5-fpm failed! Commenting out or removing „php5-pspell“ module fixed it for me. PHP 5.4.7 and PHP 5.3.17
-
Nginx rewrite Rule for OXID eShop Sorting & Searching
Based on recommended Configuration (http://wiki.oxidforge.org/Tutorials) Original: location / { try_files $uri $uri/ /oxseo.php; } Changed rule: location / { try_files $uri $uri/ /oxseo.php?$args; }
-
Box.net 50 GB for Lifetime
http://www.gamestone.de/box-net-50-gb-for-lifetime-kostenlos/
-
Update: Piwik 1.7.1
http://piwik.org/blog/2012/02/piwik-1-7-1/
-
Volkswagen / Audi EVA Daten als Webservice
Mehr zu diesem Service finden Sie hier…
-
PHP Project deployment via Capistrano under OS-X Lion with git
http://dgalien.blogspot.com/2011/10/php-project-deployment-via-capistrano.html
-
concrete5 PHP CMS deployment with Capistrano & Git
– Setup Remote Git Repository – Clone – Add & Commit Files – Capify & Setup – Push to Origin – Deploy …
-
concrete5 nginx configuration
Error: „Concrete cannot parse the PATH_INFO or ORIG_PATH_INFO information provided by your server.“ Solution: location / { try_files $uri $uri/ /index.php/$request_uri; } location ~ \.php($|/) { set $script $uri; if ($uri ~ „^(.+\.php)(/.+)“) { set $script $1; } include /etc/nginx/fastcgi_params; fastcgi_pass IP:Port; #fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param PATH_INFO $fastcgi_script_name; fastcgi_param URI $uri; fastcgi_intercept_errors on;…
-
AH HOFF – Android Market
Android Market more…