Rich
Rich
As much as I would love to be able to write `C`, I do not. I couldn't even guess as to how to incorporate this.
Does this have any progress? Is this just a path issue or, as I'm assuming, a full rewrite?
> @ged I've installed pg using "arch -x86_64" command. Now it's ok! Full command?
Some `nginx`/`passenger` related notes: ``` worker_processes auto; error_log /var/log/nginx/error.log; pid /run/nginx.pid; include /usr/share/nginx/modules/*.conf; events { worker_connections 1024; } http { log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent...
I'm giving the `passenger` specific directives some trials tomorrow. Seems the new `yum` install has me confused. Also, the docs are a bit confusing with regards to commenting out full...
Sent the inclusions for both `passenger` and my first `vhost` to the `http` section. Commented everything else out. On the site `conf`, I have `passenger_enabled on;`. Still getting `ISE`s: ```...
`/home/user3/sites/vhost1` I changed to `/home/user3/sites/vhost1/public` and restarted `nginx`. Same issue: ``` 2022/08/06 13:21:26 [alert] 51796#0: *12 Error opening '/home/user3/sites/vp/Passengerfile.json' for reading: Permission denied (errno=13); This error means that the Nginx...
Tried your new directive, and it still couldn't find the specific `vhost` `json` file either. None of them have showed up after `nginx` restart.
`nginx`. I've added my `user` to that `group` for `nginx` `log` reasons. The usual confusion over all that. Also, `nginx` is confusing, starting out as `root`, then moving to its...
I just set the `root` directory for a test site back to the default `/usr/share/nginx/html` location, and `nginx` came back, but still with that error for passenger: ``` 2022/08/08 12:49:38...