One person like that
1 Comments
the possibility to step (!) debug requests, as they appear on the server is a neat feature.
[XDebug]
zend_extension=xdebug.so
xdebug.mode=debug
xdebug.start_with_request=trigger
xdebug.start_with_request = 1
xdebug.remote_autostart = on
xdebug.log_level = 7
xdebug.profiler_enable_trigger = 1
xdebug.profiler_enable = 0
xdebug.remote_enable = 1
xdebug.profiler_output_dir = "/tmp"
systemctl restart apache; # changes need to be made active by restarting webserver
- when everything is installed go to eclipse -> window -> preferences
- [![](https://dwaves.de/wp-content/uploads/2022/03/eclipse-change-default-debugger-to-xdebug-and-xdebug-port-to-9003.png)](https://dwaves.de/wp-content/uploads/2022/03/eclipse-change-default-debugger-to-xdebug-and-xdebug-port-to-9003.png)
- and also here:
- [![](https://dwaves.de/wp-content/uploads/2022/03/eclipse-change-default-debugger-to-xdebug-and-xdebug-port-to-9003_2.png)](https://dwaves.de/wp-content/uploads/2022/03/eclipse-change-default-debugger-to-xdebug-and-xdebug-port-to-9003_2.png)
- if the developer r-click in the empty white space next to the code ->
- [![](https://dwaves.de/wp-content/uploads/2022/03/eclipse-xdebug-php-debug-as-web-application.png)](https://dwaves.de/wp-content/uploads/2022/03/eclipse-xdebug-php-debug-as-web-application.png)
- sees this message…
- - [![](https://dwaves.de/wp-content/uploads/2022/03/2022-03-YES-XDEBUG-IS-TALKING-TO-ECLIPSE-FINALLY-HURRAY.png)](https://dwaves.de/wp-content/uploads/2022/03/2022-03-YES-XDEBUG-IS-TALKING-TO-ECLIPSE-FINALLY-HURRAY.png)
- releave… good god thanks they are talking to each other!
what is btw excellent done is this “Open Source project funding and progress status page”:
so every user can see, what is the progress “where is it hanging” of the software project, is it a lack of funding?
suggestion: what still missing a “still todo” todo list, where user’s can post suggestions and vote on features 🙂
#linux #gnu #gnulinux #opensource #administration #sysops #php #apache2 #webserver #web #dev #html #javascript #apache #eclipse #xdebug #debugging #devphp #webdev #webdevelopment
Originally posted at: https://dwaves.de/2022/03/21/how-to-setup-basic-lamp-stack-gnu-linux-debian-11-apache2-php8-1-mariadb-how-to-install-xdebug-step-debugging-php-requests-in-eclipse-lamp-web-development-stack/
GNU Linux Debian 11 - how to upgrade php7 to php8.1 - logo
php8 delivers up to +25% better speed than php7, which is remarkable.
follow this excellent guide, and how to upgrade apache2 based webservers from php7 to php8.1, simply replace php8.0 with php8.1 in this excellent guide guide:
https://www.howtoforge.com/how-to-install-php-8-on-debian-11/
follow the awesome developer on twitter who makes this stuff happen!
(for whatever reason, there are no official php8 packages in Debian 11 yet #wtf?)
#linux #gnu #gnulinux #opensource #administration #sysops #php #php7 #php8 #webserver #webservers #apache #apache2 #web
Originally posted at: https://dwaves.de/2022/03/19/gnu-linux-debian-11-how-to-upgrade-php7-to-php8-1-logo/
GNU Linux Debian 11 - how to upgrade php7 to php8.1 - logo
php8 delivers up to +25% better speed than php7, which is remarkable.
follow this excellent guide, and how to upgrade apache2 based webservers from php7 to php8.1, simply replace php8.0 with php8.1 in this excellent guide guide:
https://www.howtoforge.com/how-to-install-php-8-on-debian-11/
#linux #gnu #gnulinux #opensource #administration #sysops #php #php7 #php8 #webserver #webservers #apache #apache2 #web
Originally posted at: https://dwaves.de/2022/03/19/gnu-linux-debian-11-how-to-upgrade-php7-to-php8-1-logo/
Liebe Diasporagemeinde
ich versuche seit gestern meinen #apache2 #server auf #ssl umzustellen
und habe ein #Problem und komme einfach nicht weiter und bräuchte mal eure #Hilfe.
ich habe im DocumentRoot 3 Ordner
/var/www/html
/var/www/mythweb
/var/www/owncloud
wenn ich jetzt
https://192.168.178.24/html
https://192.168.178.24/mythweb
https://192.168.178.24/owncloud
im Browser eingebe, funktioniert alles einwandfrei.
Wenn ich jedoch
https://skn.spdns.de/html
https://skn.spdns.de/mythweb
https://skn.spdns.de/owncloud
versuche, dann bekomme ich ein Fenster wie be .htacces :
### Authentication Reqired
A username and password are being requested by https://skn.spdns.de. The site says: "HTTPS Access"
wo kann dieses username
und password
herkommen?
Port 443 ist an der Fritzbox offen
Für jemanden der sich damit auskennt ist es bestimmt offensichtlich.
Ich würde mich freuen wenn mir mal jemand Hilfestellung geben könnte
Steffen