start |
web / programmierung ssl-zertifikat anhand von xampp erstellen windows PowerShell PS C:\Users\administrator> k: PS K:\> cd xampp PS K:\xampp> cd apache PS K:\xampp\apache> cd bin PS K:\xampp\apache\bin> dir PS K:\xampp\apache\bin> .\openssl req -x509 -nodes -days 3650 -newkey rsa:2048 -keyout server.key -out server.crt WARNING: can’t open config file: c:/Apache24/conf/ssl/openssl.cnf Unable to load config info from c:/Apache24/conf/ssl/openssl.cnf in diesem fall einfach verzeichnisse an legen und die cnf hineinkopieren PS K:\xampp\apache\bin> .\openssl req -x509 -nodes -days 3650 -newkey rsa:2048 -keyout server.key -out server.crt Generating a RSA private key …+++++ ………………………………………………………………………………..+++++ writing new private key to ’server.key‘ —– einige fragen, die ihnen gestellt werden —– Country Name (2 letter code) [AU]:DE State or Province Name (full name) [Some-State]:Baden-Wuerttemberg Locality Name (eg, city) []:Tauberbischofsheim Organization Name (eg, company) [Internet Widgits Pty Ltd]:- Organizational Unit Name (eg, section) []:IT Common Name (e.g. server FQDN or YOUR name) []:Carsten Trapp Email Address []:- PS K:\xampp\apache\bin> web / programmierung /the-requested-url-about-was-not-found-on-this-server /the-requested-url-about-was-not-found-on-this-server – klassischer wordpress fehler auf linux-systemen was ist zu tun? apache2.conf änderen sie AllowOverride None to AllowOverride All (in directory /var/www) dann a2enmod rewrite zum schluss systemctl restart apache2 dadurch werden die rewrite rules aktualisiert. das betrifft auch andere seiten, die eine htaccess voranstellen!! --- we also offer https://carstentrapp.de/carsten-trapp-hat-etwas-zu-bieten/. have fun! |
unsere themen: > allgemein > communications > cloud computing > datenbanken > datensicherung > hardware > hosting > it-sec > prog > software > virtualisierung |