![]() |
Site performance, Server errors, outages and tunings - Printable Version +- Like Ra's Naughty Forum (https://www.likera.com/forum/mybb) +-- Forum: Technical section (https://www.likera.com/forum/mybb/Forum-Technical-section) +--- Forum: Site (https://www.likera.com/forum/mybb/Forum-Site) +--- Thread: Site performance, Server errors, outages and tunings (/Thread-Site-performance-Server-errors-outages-and-tunings) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
|
RE: Site performance, Server errors, outages and tunings - krinlyc - 19 Dec 2013 Hi ever thought to change the webserver? Here is an nice article http://www.openlogic.com/wazi/bid/188124/Apache-Alternatives-for-Serving-PHP krinlyc RE: Site performance, Server errors, outages and tunings - Like Ra - 19 Dec 2013 I was thinking about nginx... But the required amount of work is a bit scary. I still do not have time to republish all pages broken by @#$%^& photobucket.... And yes, I'm running php-fpm 😉 Bottom line - I agree with the article. Nginx + php-fpm is the way to set up a new web-site. Also, the last stable of mod_pagespeed supports Nginx. As for the database, my choice is still MySQL, but if Oracle does not speed up, MariaSQL may move to the 1st place in a couple of years. RE: Site performance, Server errors, outages and tunings - Like Ra - 19 Dec 2013 OTOH... I can play with Nginx on another port, right? 😉 RE: Site performance, Server errors, outages and tunings - Like Ra - 22 Dec 2013 I can't make Nginx work with PHP. It keeps ignoring the "root" variable and uses the directory that is not mentioned in any of the config files (built-in?). Two days wasted, still no luck. RE: Site performance, Server errors, outages and tunings - Like Ra - 22 Dec 2013 Nginx does not communicate with PHP5-FPM the root directory. Actually, for some reasons (bugs?) the root directory cannot be set up for PHP files at all, no matter what. RE: Site performance, Server errors, outages and tunings - Like Ra - 22 Dec 2013 OK, I gave up. Apache will stay. RE: Site performance, Server errors, outages and tunings - krinlyc - 22 Dec 2013 wow so much trouble? I give it a try on a virtual machine... I am on vacation till next year 😊 krinlyc RE: Site performance, Server errors, outages and tunings - Like Ra - 22 Dec 2013 I wonder if it's a combination of Ubuntu, PHP5-FPM and Nginx. I've read that the most used platform for Nginx is CentOS. I tried to run it in parallel with Apache on port 81. According to various examples and documentation it should work, but this bloody #$%^ stuck on /etc/nginx/html root dir which even does not exist and not mentioned in any config files. I've found similar questions on the Internet and most of them are not answered. RE: Site performance, Server errors, outages and tunings - Like Ra - 02 Jan 2014 The site was down for ~40 minutes due to emergency maintenance on the real server. RE: Site performance, Server errors, outages and tunings - Like Ra - 14 Feb 2014 And here comes another frustration - I'm fed up with the current menu and the menu design. Also it's broken on mobile devices. Need to completely redo it. I have two options in mind: jQuery and pure CSS based. |