[core:alert] [pid 3559] [client 11.22.33.44:46457] /home/mysite/public_html/.htaccess: Option FollowSymLinks not allowed here
Pfadnavigation
Option FollowSymLinks not allowed here
Suche
Neueste Kommentare
- 3 weeks agoMariaDB Server Performance Optimieren
/usr/sbin/mariadbd --help --verbose | grep "query.*size"
- 3 weeks agoMariaDB Server Performance Optimieren
Commandline:
systemctl restart mariadb
- 3 weeks agoMariaDB Server Performance Optimieren
After my changes in /etc/mysql/db-performance.cnf
- 3 weeks agoInstall APCu (PHP 8.1, Plesk)
Error:
- 3 weeks agoInstall APCu (PHP 8.1, Plesk)
PHP 8.3 extra packages (+ pecl, apcu)
apt update apt install plesk-php83-dev zlib1g-dev
- 3 weeks 1 day agoApache Solr install & activate on Debian 12 (Secure Admin with Basic Auth on Port 8983)
I get this error, when I visit https://solr.example.com:8983 :
- 3 weeks 5 days agoDie Argumentliste ist zu lang (/usr/bin/rm)
Remove all files starting with 2024 in mydir123 and show the number of deleted files:
find mydir123 -name '2024*' -exec rm -vf {} \; | wc -l
- 3 weeks 5 days agoDie Argumentliste ist zu lang (/usr/bin/rm)
find . -name '*' | xargs rm -v
- 1 month agoDeprecated function: Creation of dynamic property Drupal Tablefield TablefieldFormatter::$ModuleHandler is deprecated
- 2 months 1 week agoTransaction isolation level REPEATABLE-READ The recommended level for Drupal is "READ COMMITTED". (Drupal Status Report)
Edit "/etc/my.cnf" ( under [mysqld] ):
transaction_isolation="READ-COMMITTED"
Restart MariaDB / MySQL:
Comments
Ersetzen: Options … Di, 12/11/2018 - 00:36
Ersetzen:
Options +FollowSymLinks
Durch:
Options +SymLinksIfOwnerMatch
Neuen Kommentar schreiben