Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - skyref

Pages: [1]
1
Apache / CWP can't compile php-fpm 8.2
« on: October 17, 2023, 10:24:54 AM »
8.1 work ok. at 8.2 i get all time error logs that all .so ale unaivailable or similar
Almalinux 8.8, installed all updates - i guest that most of them should be the same as 8.1

errors whcih  i found:
at end:
"Error: Can't add notification!" what is mean ?

in compiling:
"shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
chdir: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory"
what folder ? why it not create it then ? i compile new php version. - it has no folders so why it except that it exist instead create it ?


"
configure: error: Cannot find libpq-fe.h. Please specify correct PostgreSQL installation path

make: *** No targets specified and no makefile found. Stop.

make: *** No rule to make target 'install'. Stop.

"
 - I doesnt change defaul postgresql installation path...


"
Error: Unable to find a match: compat-openldap openldap-servers-sql
"

at 8.1 the same modules not have problem - i guest it should be the same...


turn off all modules also not compile php (fpm) 8.2....
i am still looking for logs which could say what happening, why it doesnt work.

Internet and dns works ok.

 I liked cwp but there is much problems with it. it often and often not work out of box or update destroy something and stop completly work sometimes makes is less and less ready to use...

And all time i get info that i need pay to get help but it should work i never did anything to broke it.

2
Apache / PHP not work at Nginx & Varnish & Apache (php-fpm)
« on: July 11, 2019, 06:02:45 PM »
Apache don't read php files. I got:

Code: [Select]
Not Found
The requested URL /index.php was not found on this server.

The file exist, permissions are ok. Server read from user directiories, html files works ok.
PS. Default instalation don't set right ports for apache...

/etc/httpd/logs/error_log

Code: [Select]
[Thu Jul 11 19:36:36.826031 2019] [mpm_prefork:notice] [pid 5158] AH00163: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips configured -- resuming normal operations
[Thu Jul 11 19:36:36.826045 2019] [core:notice] [pid 5158] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Thu Jul 11 19:40:58.587454 2019] [autoindex:error] [pid 5159] [client 127.0.0.1:38370] AH01276: Cannot serve directory /var/www/html/: No matching DirectoryIndex (index.php,index.html) found, and server-generated directory index forbidden by Options directive
[Thu Jul 11 19:41:49.077536 2019] [autoindex:error] [pid 5161] [client 127.0.0.1:38386] AH01276: Cannot serve directory /var/www/html/: No matching DirectoryIndex (index.php,index.html) found, and server-generated directory index forbidden by Options directive

I don't know, why it want generate server directory index, but i have index.php at user directory, which I want set up. when i put index.html all works ok, but I can't run any php no matter that it is index or other file

Pages: [1]