sandoom mediasources


start        cloudservices     datacenter     contact     operating times         imprint    privacy



web / programming

create ssl certificate using xampp

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 this case simply create directories and copy the cnf into them

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 / programming

/the-requested-url-about-was-not-found-on-this-server

/the-requested-url-about-was-not-found-on-this-server – classic wordpress error on linux systems

what should I do?

apache2.conf

change AllowOverride None to AllowOverride All (in directory /var/www)

then a2enmod rewrite

finally systemctl restart apache2

this updates the rewrite rules.

this also applies to other sites that are preceded by htaccess!!





our topics:

> general

> cloud computing

> communications

> databases

> data backup

> hardware

> hosting

> it-sec

> prog

> software

> virtualization