Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > rocksolid.shared.helpdesk > #100
| From | Anonymous <poster@anon.com> |
|---|---|
| Newsgroups | rocksolid.shared.helpdesk |
| Subject | None |
| Date | 2021-03-20 04:37 -0700 |
| Organization | def2 |
| Message-ID | <he.702.3853js@anon.com> (permalink) |
| References | <004340660dca675f38b0b60146db264c$1@www.novabbs.com> |
>>dd79947c1c324bb920
>fastcgi_split_path_info is where it identifies that it's a php script and breaks the script part of the line apart from the rest of the url. Your line (below) looks ok.
interesting, i don't use this at all (i mean fastcgi_split_path_info).
instead, i use this construction (and it works well for me):
location ~ (index|register)\.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php/php7.3-fpm.sock;
}
the line with the snippets is mandatory I think (at least I seem to remember it did not work without, cannot test this now).
how about you post your full /etc/nginx/nginx.conf and /etc/nginx/sites-available/yoursite.conf, best as text attachments ?
also the output of
service nginx status
cat /var/log/nginx/error.log
cat /var/log/syslog
journalctl -xe
could be of help (but those could contain sensitive data, too, so check first what you post).
--
Posted on def2
Back to rocksolid.shared.helpdesk | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Index.php Anonymous@novabbs.i2p (Anonymous) - 2021-03-18 18:46 +0000
Re: Index.php Anonymous <poster@anon.com> - 2021-03-18 12:30 -0700
Re: Index.php Anonymous@novabbs.i2p (Anonymous) - 2021-03-18 19:43 +0000
Re: Index.php Anonymous@novabbs.i2p (Anonymous) - 2021-03-18 20:00 +0000
Re: Index.php retro.guy@rocksolidbbs.com (Retro Guy) - 2021-03-19 00:00 +0000
Re: Index.php Anonymous@novabbs.i2p (Anonymous) - 2021-03-19 17:42 +0000
Re: Index.php retro.guy@rocksolidbbs.com (Retro Guy) - 2021-03-20 08:06 +0000
None Anonymous <poster@anon.com> - 2021-03-20 04:37 -0700
Re: None retro.guy@rocksolidbbs.com (Retro Guy) - 2021-03-20 11:59 +0000
Re: index.php Anonymous <poster@anon.com> - 2021-03-20 04:46 -0700
Re: Index.php Anonymous@novabbs.i2p (Anonymous) - 2021-03-20 19:08 +0000
Re: Index.php Anonymous@novabbs.i2p (Anonymous) - 2021-03-21 02:21 +0000
Re: Index.php Anonymous <poster@anon.com> - 2021-03-21 06:07 -0700
csiph-web