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 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361
| [root@toad formulas] macadamina: ---------- ID: nginx Function: pkg.installed Result: True Comment: Package nginx is already installed. Started: 11:45:55.019357 Duration: 3498.284 ms Changes: ---------- ID: /var/www Function: file.directory Result: True Comment: Directory /var/www is in the correct state Started: 11:45:58.518393 Duration: 1.548 ms Changes: ---------- ID: /usr/share/nginx Function: file.directory Result: True Comment: Directory /usr/share/nginx is in the correct state Started: 11:45:58.520140 Duration: 0.699 ms Changes: ---------- ID: /etc/nginx/conf.d/default.conf Function: file.absent Result: True Comment: File /etc/nginx/conf.d/default.conf is not present Started: 11:45:58.520983 Duration: 0.554 ms Changes: ---------- ID: /etc/nginx/conf.d/example_ssl.conf Function: file.absent Result: True Comment: File /etc/nginx/conf.d/example_ssl.conf is not present Started: 11:45:58.521693 Duration: 0.486 ms Changes: ---------- ID: /etc/nginx Function: file.directory Result: True Comment: Directory /etc/nginx is in the correct state Started: 11:45:58.522309 Duration: 1.041 ms Changes: ---------- ID: /etc/nginx/nginx.conf Function: file.managed Result: True Comment: File /etc/nginx/nginx.conf updated Started: 11:45:58.524655 Duration: 132.936 ms Changes: ---------- diff: --- +++ @@ -41,15 +41,7 @@ allow 127.0.0.1; deny all; } - location / { - root html; - index index.jsp index.html index.htm; - proxy_pass http://web_server; - } } - upstream web_server { - server 127.0.0.1:8080; - }
include /etc/nginx/conf.d/*.conf; ---------- ID: /etc/nginx/sites-enabled Function: file.directory Result: True Comment: Directory /etc/nginx/sites-enabled is in the correct state Started: 11:45:58.657818 Duration: 1.969 ms Changes: ---------- ID: /etc/nginx/sites-available Function: file.directory Result: True Comment: Directory /etc/nginx/sites-available is in the correct state Started: 11:45:58.659985 Duration: 1.662 ms Changes: ---------- ID: /var/log/nginx/access.log Function: file.absent Result: True Comment: File /var/log/nginx/access.log is not present Started: 11:45:58.661843 Duration: 0.709 ms Changes: ---------- ID: nginx-logger-access Function: file.managed Name: /etc/init/nginx-logger-access.conf Result: True Comment: File /etc/init/nginx-logger-access.conf is in the correct state Started: 11:45:58.662778 Duration: 26.583 ms Changes: ---------- ID: nginx-logger-access Function: service.running Result: True Comment: Service nginx-logger-access is already enabled, and is running Started: 11:45:58.712813 Duration: 32.548 ms Changes: ---------- nginx-logger-access: True ---------- ID: /var/log/nginx/error.log Function: file.absent Result: True Comment: Removed file /var/log/nginx/error.log Started: 11:45:58.745946 Duration: 2.21 ms Changes: ---------- removed: /var/log/nginx/error.log ---------- ID: nginx-logger-error Function: file.managed Name: /etc/init/nginx-logger-error.conf Result: True Comment: File /etc/init/nginx-logger-error.conf is in the correct state Started: 11:45:58.748406 Duration: 26.15 ms Changes: ---------- ID: nginx-logger-error Function: service.running Result: True Comment: Service nginx-logger-error is already enabled, and is running Started: 11:45:58.776206 Duration: 28.481 ms Changes: ---------- nginx-logger-error: True ---------- ID: /etc/logrotate.d/nginx Function: file.absent Result: True Comment: File /etc/logrotate.d/nginx is not present Started: 11:45:58.805766 Duration: 1.142 ms Changes: ---------- ID: htpasswd Function: pkg.installed Name: httpd-tools Result: True Comment: Package httpd-tools is already installed. Started: 11:45:58.807193 Duration: 1.447 ms Changes: ---------- ID: nginx-old-init Function: file.rename Name: /usr/share/nginx/init.d Result: True Comment: Source file "/etc/init.d/nginx" has already been moved out of place Started: 11:45:58.809509 Duration: 0.872 ms Changes: ---------- ID: nginx-old-init-disable Function: cmd.run Name: chkconfig --del nginx Result: True Comment: onlyif execution failed Started: 11:45:58.822906 Duration: 10.906 ms Changes: ---------- ID: nginx-old-init Function: module.wait Name: cmd.run Result: True Comment: Started: 11:45:58.835556 Duration: 1.147 ms Changes: ---------- ID: nginx Function: file.managed Name: /etc/init/nginx.conf Result: True Comment: File /etc/init/nginx.conf is in the correct state Started: 11:45:58.839171 Duration: 41.314 ms Changes: ---------- ID: nginx Function: service.running Result: True Comment: Service nginx is already enabled, and is running Started: 11:45:58.886379 Duration: 53.53 ms Changes: ---------- nginx: True
Summary ------------- Succeeded: 22 (changed=5) Failed: 0 ------------- Total states run: 22
```
``` sh [root@macadamina ~] nginx (pid 2092) is running... [root@macadamina ~] COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME nginx 2092 root 6u IPv4 13922 0t0 TCP localhost:http (LISTEN) nginx 2093 nginx 6u IPv4 13922 0t0 TCP localhost:http (LISTEN) [root@macadamina ~] --2016-09-18 14:19:32-- http://127.0.0.1/ Connecting to 127.0.0.1:80... connected. HTTP request sent, awaiting response... 200 OK Length: 3698 (3.6K) [text/html] Saving to: “index.html”
100%[========================================================================================================>] 3,698 --.-K/s in 0.007s
2016-09-18 14:19:32 (545 KB/s) - “index.html” saved [3698/3698] [root@macadamina ~] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>Test Page for the Nginx HTTP Server on EPEL</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <style type="text/css"> /*<![CDATA[*/ body { background-color: color: font-size: 0.9em; font-family: sans-serif,helvetica; margin: 0; padding: 0; } :link { color: } :visited { color: } a:hover { color: } h1 { text-align: center; margin: 0; padding: 0.6em 2em 0.4em; background-color: color: font-weight: normal; font-size: 1.75em; border-bottom: 2px solid } h1 strong { font-weight: bold; font-size: 1.5em; } h2 { text-align: center; background-color: font-size: 1.1em; font-weight: bold; color: margin: 0; padding: 0.5em; border-bottom: 2px solid } hr { display: none; } .content { padding: 1em 5em; } .alert { border: 2px solid }
img { border: 2px solid padding: 2px; margin: 2px; } a:hover img { border: 2px solid } .logos { margin: 1em; text-align: center; } /*]]>*/ </style> </head>
<body> <h1>Welcome to <strong>nginx</strong> on EPEL!</h1>
<div class="content"> <p>This page is used to test the proper operation of the <strong>nginx</strong> HTTP server after it has been installed. If you can read this page, it means that the web server installed at this site is working properly.</p>
<div class="alert"> <h2>Website Administrator</h2> <div class="content"> <p>This is the default <tt>index.html</tt> page that is distributed with <strong>nginx</strong> on EPEL. It is located in <tt>/usr/share/nginx/html</tt>.</p>
<p>You should now put your content in a location of your choice and edit the <tt>root</tt> configuration directive in the <strong>nginx</strong> configuration file <tt>/etc/nginx/nginx.conf</tt>.</p>
</div> </div>
<div class="logos"> <a href="http://nginx.net/"><img src="nginx-logo.png" alt="[ Powered by nginx ]" width="121" height="32" /></a>
<a href="http://fedoraproject.org/"><img src="poweredby.png" alt="[ Powered by Fedora EPEL ]" width="88" height="31" /></a> </div> </div> </body> </html>
|