Questions tagged [server]
115 questions
18
votes
4 answers
What is the recommended Nginx configuration for Craft?
I'm looking for the recommended way of how to configure Nginx server to run Craft.
Currently, I use the following configuration, it works, but I don't know if it could be better:
server {
listen 80;
server_name example.com;
root…
mohd4482
- 612
- 1
- 4
- 17
6
votes
1 answer
Craft sometimes takes several minutes to respond to a request
I have a pretty simple Craft site running a Digital Ocean Ubuntu droplet and for some reason it can sometimes take several minutes to save an entry.
I think this might be something to do with sessions as, when it happens, the site stops responding…
hamishtaplin
- 776
- 8
- 16
5
votes
1 answer
Steps to publish a craft website from local to server
is there any resource that list all the steps to publish a local finished website to the final server?
Thanks!
Sebastián.
- 323
- 2
- 7
4
votes
1 answer
Website taking 30+ seconds to load
One of my Craft websites is taking a long time (30+ seconds) to load. The /admin area also loads slowly. I have other installs of Craft on the same server that don't experience this problem.
Are there any debugging tools built into Craft to see…
Jason D
- 1,132
- 1
- 9
- 17
2
votes
2 answers
Craft CMS not working on server
I had my Craft CMS site working on my local hosting. I then moved it over to bluehost VPS. I moved the database and uploaded the files to the server. I've put the database user information in the .env file and the server location. But site comes…
Jonathan Brighton
- 21
- 1
2
votes
1 answer
Best location for Craft development? Local or Server? Subfolder of production?
What's the best practice for development Craft installations? I think I would like to work on the production web server but in a hidden folder either upstream from my public HTML or as a subfolder.
Does it matter where I install and develop my…
Henry
- 127
- 2
- 6
2
votes
1 answer
finding core dumps in public root
Am suddenly finding lots of core..xxx files dumped in the root of my site.
In devMode cant see any issues. Assume this is serious issue and memory dump?
Where to start? Logs have loads of stuff but nothing that gives me a clue to this.
joomkit
- 2,014
- 1
- 13
- 24
2
votes
2 answers
Running Craft alongside another CMS on the same domain
I've started working with a marketing team for a well established online ecommerce store.
Their site is a custom ecommerce CMS build (handled by another third party), which works well technically, but the marketing team have regularly expressed how…
Matt Ellis
- 361
- 1
- 9
1
vote
0 answers
Optimization on GridServer (gs)
How anyone have any server or database optimization recommendations for running Craft CMS on MediaTemple's GridServer (gs)?
Since it's a shared server, I know there's not as much as you could do with a VPS or dedicated server, but I hope there is…
jsilton
- 147
- 7
1
vote
1 answer
Any code fixes for "ini_set() has been disabled for security reasons"
I have two clients using Craft and their hosts will not allow ini_set as they have it as a disabled function in the global php.ini. I also can't enable in througth a custom php.ini. Is there any way to modify Craft to get past the ini_set issues? …
Bryan Garrant
- 463
- 2
- 8
1
vote
1 answer
Excessive resource usage / virtual memory size
Our server is generating lots of emails that follow this template:
subject:
lfd on host.foo.com: Excessive resource usage: foo (24056 (Parent PID:16356))
body:
Time: Wed Jan 31 11:31:20 2018 -0500
Account: foo
Resource: Virtual…
plaintxt
- 488
- 3
- 15
1
vote
1 answer
Where do you all host your CratCMS sites?
I'm very curious to know what are the most popular hosting services chosen by CratCMS developers. Perhaps I'm missing out in some gems!
Please let me know what you love about your favorite hosting service and at least one thing you dislike about it.
Brian Bravo
- 23
- 2
1
vote
1 answer
CraftCMS Hosting in Australia?
Can anyone recommend a hosting company that can handle running CraftCMS based out of Australia?
I've tried contacting http://www.digitalpacific.com.au/ but they came back to me with this:
"I have had this reviewed by our technicians to ensure we…
Ryan Belisle
- 19
- 3
1
vote
1 answer
Plugin to report when site becomes unavailable
I have a Craft installation on DigitalOcean, with the smallest package:
512MB Memory
1 Core Processor
20GB SSD Disk
1TB Transfer
I installed the default LAMP droplet.
PROBLEM:
MySQL crashes from time to time. There were no significant server load…
Tibor Szasz
- 356
- 1
- 9
1
vote
1 answer
Recommended CPU/RAM VPS settings to query 50,000 entries
I'm running a very simple query on a text field...
{% set query = craft.request.getQuery('email') %}
Locally, with one entry on my machine, I'm getting a response time of 332ms. We were assuming around 3,000 total entries, but 3 days in, I'm at…
brunam
- 391
- 2
- 10