Do you have questions about our services, solutions or products? Then you've come to the right place!
Server
How do I change the host name of my proServer?
First of all: Setting the host name of a system to a domain that is used on the system - for example as a website - can lead to problems when sending mail. We therefore recommend keeping the default generic hostname.As root, the following command ...
The backspace key in my SSH session creates strange characters instead of deleting characters.
Your proServer and the terminal emulation used on your local computer may have different opinions about which control code the "Backspace" key should trigger.You can display the proServer setting as follows:$ sttyspeed 9600 baud;lflags: echoe echoke...
Why does Elasticsearch not start after a proServer patchday?
The configuration files for Elasticsearch 7 are located in the folder /usr/local/etc/elasticsearch, those for Elasticsearch 5 are located under /usr/local/etc/elasticsearch5, those for Elasticsearch 6 under /usr/local/etc/elasticsearch6.By default, ...
How can I back up my MySQL/MariaDB databases on a daily basis?
To activate a daily backup of your MySQL or MariaDB databases, please first allow your vproXXXX user read access to all databases. To do this, call Mysql as the root user with the password you know and then execute the corresponding grant ...
My NEOS website does not find any graphics and CSS when I access it via IPv4, although everything works via IPv6
When accessing via non-standard port numbers, NEOS automatically tries to adapt the generated links so that they also use this port number. As we route access via IPv4 via the upstream proxy to different port numbers to the web server, this leads to...
How can I determine after a patchday whether adjustments to configurations are necessary?
We deliver in the directory/usr/local/etc-sampleDirectory with templates of all configuration files that are relevant for the installed package versions. You can use these as a guide and check whether adjustments need to be made.In particular, ...
The simple call of "pkg audit" fails because it tries to download a list of known vulnerabilities and uses a path by default that is only available read-only here. However, this path can be overridden when calling it.With the following call pkg ...