Search found 10 matches

by Szektor
Sun 1. May 2022, 15:23
Forum: Usage
Topic: Default chown [SOLVED]
Replies: 2
Views: 626

Re: Default chown [SOLVED]

I was afraid to hear that.
Thank you for the fast feedback.
by Szektor
Sat 30. Apr 2022, 21:53
Forum: Usage
Topic: Default chown [SOLVED]
Replies: 2
Views: 626

Default chown [SOLVED]

Hey,

I made a stupid mistake. Instead of typing chown root:root ./ on a local directory, I did:
chown root:root / (without the dot)
Now I wonder how can I reset all the user:group pairs on all the folders to defaults.
Is there any script for that?
by Szektor
Wed 7. Jul 2021, 11:15
Forum: Archive
Topic: phpmyadmin increase timeout limit [SOLVED]
Replies: 19
Views: 9481

Re: phpmyadmin increase timeout limit [SOLVED]

Thank you. This is exactly what I was looking for. :)))
by Szektor
Fri 25. Jun 2021, 07:22
Forum: Archive
Topic: phpmyadmin increase timeout limit [SOLVED]
Replies: 19
Views: 9481

Re: phpmyadmin increase timeout limit [SOLVED]

The link runs to a 404 but I guess you wanted to send me this:
https://www.hostwinds.com/tutorials/inc ... phpmyadmin

However what I would like to achieve is to change this value for all new/existing users by default.
by Szektor
Fri 25. Jun 2021, 03:51
Forum: Archive
Topic: Primary script unknown error when trying to call a php webpage
Replies: 12
Views: 7312

Re: Primary script unknown error when trying to call a php webpage

So if I am correct this is good changing myuser with the needed KeyHelp username:

Code: Select all

cd /home/users/myuser/
sudo chmod 750 www
sudo chmod myuser:www-data www
cd www
sudo chown -R myuser:myuser .
sudo chmod -R 644 .
sudo chmod -R +X .
by Szektor
Thu 27. May 2021, 23:11
Forum: Archive
Topic: phpmyadmin increase timeout limit [SOLVED]
Replies: 19
Views: 9481

Re: phpmyadmin increase timeout limit [SOLVED]

Sorry, I meant logout instead of timeout.
by Szektor
Mon 24. May 2021, 16:25
Forum: Archive
Topic: phpmyadmin increase timeout limit [SOLVED]
Replies: 19
Views: 9481

Re: phpmyadmin increase timeout limit [SOLVED]

Ok, thanks for these. So I change: 1, /etc/php/7.2/fpm/pool.d/keyhelp.conf 2, /etc/apache2/keyhelp/keyhelp.conf 3, Now I am only missing a value for phpmyadmin admin timeout. I would increase that from 20 minutes to 60. How can I add a php_admin_value for that? Since there is no default value for th...
by Szektor
Fri 21. May 2021, 16:30
Forum: Archive
Topic: phpmyadmin increase timeout limit [SOLVED]
Replies: 19
Views: 9481

Re: phpmyadmin increase timeout limit [SOLVED]

In this case is that possible to increase these limits by default? I guess it wouldn't be a serious security concern to raise this to 60 minutes. Also increasing execution time and file sizes + memory limits for phpMyadmin would be great. I guess I am not the only one that have clients completely un...
by Szektor
Fri 21. May 2021, 16:10
Forum: Archive
Topic: Split log file
Replies: 10
Views: 6334

Re: Split log file

I used this translator and here is the awesome result: ------------------------------------------------------------------ I have had my own solution for generating domain-specific log files for over a year now. All you need is a root cronjob, a small adjustment to "/etc/logrotate.d/" and m...
by Szektor
Fri 21. May 2021, 15:58
Forum: Archive
Topic: phpmyadmin increase timeout limit [SOLVED]
Replies: 19
Views: 9481

Re: phpmyadmin increase timeout limit [SOLVED]

Hello, the phpmyadmin values comes from the KeyHelp FPM Pool itself. These can be found within /etc/php/7.2/fpm/pool.d/keyhelp.conf After changes, php7.2-fpm service needs to be restarted. Thanks. I found some php_admin_value parameters here but there is no default setting for timeout. How can we a...