-
Published Question
I have a droplet running Ubuntu 14.10, which is currently EOL (http://www.ubuntu.com/info/release-end-of-life).
Seeing as 14.04 is the current LTS release, I want to "rollback" or install 14.04 over 14.10, but not fin...
1
•
•
By
aaemnnosttv
LEMP
Linux Commands
Ubuntu
-
Published Answer
For anyone coming to this these days, this won’t be possible without modifying your apt sources.list since 15.04 (as well as 15.10)…
•
By
aaemnnosttv
-
Published Answer
Thanks Pablo! This is what I’ve been looking for.
<br>
<br>Now when I check the phpinfo() I can see that the Server API is FPM/Fas…
•
By
aaemnnosttv
-
Published Answer
These look great! thanks for the quick reply. I’ll give these a try and let you know what happens!
•
By
aaemnnosttv
-
Published Question
I have a Ubuntu 12.04 LTS droplet running a LAMP stack right now which is nearly a clean install with the exception of a few virtual hosts.
I want to setup PHP to run as FastCGI, but I cannot for the life of me find s...
7
•
•
By
aaemnnosttv
-
Published Answer
Well.. I’ve already made some good progress with a clean re-image.
<br>
<br>I think my problem came down to the symlink I was makin…
•
By
aaemnnosttv
-
Published Answer
I forgot to check if it was already running before starting, but started it with no errors - although I think it was already runnin…
•
By
aaemnnosttv
-
Published Answer
My droplet’s ip is 162.243.82.188
<br>
<br>That command gives no output.
<br>
<br>According to what I can see in the nginx conf f…
•
By
aaemnnosttv
-
Published Answer
Warning: bad ps syntax, perhaps a bogus ’-’? See http://procps.sf.net/faq.html
<br>root 1541 0.0 0.1 10252 884 ? S…
•
By
aaemnnosttv
-
Published Answer
The following packages will be REMOVED:
<br> apache2-mpm-prefork apache2-utils apache2.2-bin apache2.2-common libapache2-mod-php5
…
•
By
aaemnnosttv
-
Published Answer
apache2-mpm-prefork install
<br>apache2-utils install
<br>apache2.2-b…
•
By
aaemnnosttv
-
Published Answer
When I issue that command I get:
<br>
<br> Package apache2 is not installed, so not removed
<br> 0 upgraded, 0 newly installe…
•
By
aaemnnosttv
-
Published Answer
whoa, apache2?
<br>
<br>tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 14646/apache2
<br>
<br>We…
•
By
aaemnnosttv
-
Published Answer
No there are not.
•
By
aaemnnosttv
-
Published Question
I'm trying to get my server setup to handle multiple wordpress sites on nginx.
I followed the different tutorials in the initial server setup, lemp installation etc.
Everything was working ok with the exception of per...
20
•
•
By
aaemnnosttv