-
Published Question
i have hosted wordpress site on a $10 droplet. by next week i am going to have around 10K visitors so i am planning to increase the CPU and RAM by resizing .. Will the resize affect the server in just a few minutes ....
2
•
•
By
geeber05
Apache
WordPress
Ubuntu 16.04
-
Published Question
I have setup the wordpress installation with ONE click image then i settled the domain through apache virtual hosts .For one more domain I tried to setup the domain through nginx site available folder.. but that does...
Accepted Answer:
Honestly, if you just want to test the performance of an additional site I'd recommend spinning up a fresh Droplet and using something like: https://easyengine.io/
2 commands you'll pretty much have an optimized WordP...
2
•
•
By
geeber05
Nginx
Ubuntu 16.04
-
Published Question
I have pointed a domain from goddaddy to the droplet by changing the A record and now its working fine .. but i want to change the directory for the domain its just opening 138.197.92.156 this but i want to open this...
Accepted Answer:
@geeber05
The directory that your web server pulls data from will be defined by your VirtualHost (Apache) or by a Server Block (NGINX).
If you're using Apache, your VirtualHost files are stored in:
/etc/apache2/site...
1
•
•
By
geeber05
PHP
Ubuntu 16.04
-
Published Answer
server {
listen 80 defaultserver;
listen [::]:80 defaultserver;
# SSL configuration
#
# listen 443 ssl default_server...
•
By
geeber05
-
Published Question
Everything was working fine.. eventually i restarted the server to check something.. and now this error is showing all over the place. 138.197.92.156 domains also please help
3
•
•
By
geeber05
Apache
Nginx
Ubuntu 16.04
-
Published Answer
@hansen Last thing i want to know .. Which image in the REBUILD option has everything installed lamp, apache, mysql ,php ? Please s…
•
By
geeber05
-
Published Answer
@hansen Last thing i want to know .. Which image in the REBUILD option has everything installed lamp, apache, mysql ,php ? Please s…
•
By
geeber05
-
Published Answer
Hi @hansen Actually i am installing wordpress but the domain and all details are there in the networking of the droplet. its not ev…
•
By
geeber05
-
Published Question
i Rebuild the droplet now i an unable to setup the domain .. i checked the ftp there is no www domain in the var folder .please help
Accepted Answer:
@geeber05
There's a one-click image for WordPress that will install a LAMP Stack plus one WordPress instance.
DigitalOcean Control Panel -> Create Droplet -> One-click apps -> WordPress 4.7
6
•
•
By
geeber05
Configuration Management
PHP
Apache
Ubuntu 16.04
-
Published Answer
I tried that not works for me .. so now i have rebuild the droplet .
Could you please tell me the best way to install the phpmyadm…
•
By
geeber05
-
Published Question
I installed the phpmyadmin with this
https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-on-ubuntu-14-04
now whenever i am going to this login to my phpmyadmin
there authentication ...
Accepted Answer:
@geeber05
On newer versions of Ubuntu, you shouldn't need to use php5enmod as the package manager, apt, will handle enabling PHP modules. So if you receive an error when trying to run that command, that shouldn't be ...
2
•
•
By
geeber05
PHP
Apache
PHP Frameworks
Ubuntu