All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
4k views

How to change php version used by apache on debian

My server is running debian 7 and I have php 5.4.45 installed via apt-get. I need php 5.6 for some other service to run properly, but unfortunately I couldn't find any way to install it via apt-get. I'...
fulaphex's user avatar
  • 101
1 vote
1 answer
2k views

Debugging slow server response time [closed]

I'm testing response time of my VPS server: curl -s -w %{time_total}\\n -o /dev/null http://www.example.com The values are typically round 300ms, Google suggests that it should be lower than 200. ...
Sfisioza's user avatar
  • 592
1 vote
0 answers
292 views

How do I troubleshoot an unresponsive Apache2 instance using 100% CPU?

I'm running a Debian 7 server with Kolab Groupware installed and not much else. It works perfectly fine normally, but randomly (always when I'm not looking, of course) the CPU usage will spike to 100% ...
PLavigne's user avatar
1 vote
1 answer
3k views

Why was an older version of Nginx installed?

I installed Nginx and PHP5-FPM and have it all working, but I noticed that I have Nginx 1.2.1 installed and not the most recent stable version (1.6.x). I also noticed that PHP-FPM had PHP 5.4 and not ...
DaAwesomeP's user avatar
2 votes
2 answers
3k views

Nginx server block not working

Disclaimer: Just to clarify, I'm completely new to Linux, but I've configured everything via google searches and personal research. I've got a Debian Wheezy server with LEMP stack that I intend to ...
Aldax's user avatar
  • 23
0 votes
0 answers
94 views

Debian 7, Apache2, PHP w/ FCID - what am I doing wrong?

A lot of the documentation and search results came from those who have multiple users/sites and not sure if my situation applies to theirs or if it will open it up more than needed. My situation: ...
user218434's user avatar
0 votes
1 answer
1k views

SSLv2_server_method apache php5 error

I tried to load the php module in my apache server and this error came up httpd: Syntax error on line 152 of /usr/local/apache/conf/httpd.conf: Cannot load modules/libphp5.so into server: /usr/local/...
Stoffl's user avatar
  • 111
2 votes
1 answer
2k views

Apache2 + mod_fcgid + php stopped working after upgrade from Debian squeeze to wheezy

I've updated my server from Debian squeeze to Debian wheezy. On this server are several apache2 vhost which running php via mod_fcgid (I'm also using mod_suexec but this shouldn't be the problem). ...
morten.c's user avatar
  • 161
-1 votes
1 answer
69 views

Updating PHP+Apache

I'm using Debian Wheezy x64. I've installed PHP and Apache via "apt-get install php5 apache2" with all dependencies. But as Debian packages are so slow in updating, I want to reinstall PHP and Apache ...
Nikno's user avatar
  • 1
12 votes
7 answers
114k views

Connection refused HTTPS on Apache

I'm currently trying out HTTPS on one of my sites, and I got a trial certificate from a trusted CA. I've gone through the following checklist: Copied all the cert files according to the CA's ...
Deniz Zoeteman's user avatar
2 votes
4 answers
3k views

solr php extension fails to run on newest Debian Wheezy

I'm trying to use the Solr PHP extension on the recently-upgraded Debian Wheezy. It installs both from PECL and from sources flawlessly but instead of giving me expected functionality it gives me this ...
hijarian's user avatar
  • 881
0 votes
1 answer
2k views

php5-mysqlnd on debian wheezy/sid?

I am trying to install php5-mysqlnd on a fresh install of Wheezy (/etc/debian_version refers to it as wheezy/sid) and I'm having a problem: root@debian:/var/www/lottery1# apt-get install php5-mysqlnd ...
Joseph's user avatar
  • 111