How do I run Python scripts?

In our work we use the wsgi specification to run python scripts. WSGI is the gateway between the python application and the web server. Many Python frameworks have implemented code to handle the wsgi interface, such as Django, Flask and many others, so you can simply put the wsgi script in the application folder to…

Error 500 “Internal Server Error”

This error indicates that the server encountered an unexpected error that prevented it from executing the request. The http 500 code is a common error that occurs when the server throws an exception to a request and cannot be more specific about what the problem is. There may be many reasons for this error. The…

How do I check how the site works on our servers without changing DNS?

If you want to check the website without waiting for the DNS update or without changing the DNS records of your domain from your ISP, you can directly specify the IP address of the domain in the system hosts file. To do this, open a command line as an administrator. Press Win+R at the same…

How do I set up forwarding to https?

There are several ways to set up a redirect from http to https protocol. The easiest way is to enable redirection in the Directadmin web hosting control panel. To do this, enter the control panel hosting Directadmin, go to “Setting domains Select from the list your domain for which you wish to set up redirects….

How to connect to FTP using FileZilla?

To set up an FTP connection in FileZilla in the upper left corner of the program window, select File – Site Manager, or press “Ctrl+S” together Then click “New Site” and specify any appropriate name for the new connection: Now point to the data indicated by the arrows in the image: 1. host (server) –…

Setting up ZOHO mail accounts on our NS servers

If you use our hosting for your website and your domain is hosted on our NS servers, then you can forward your domain to Zoho mail service as follows: Go to the DirectAdmin control panel at https://ваш_домен:2222. Go to “E-mail Management” and select “MX Records”. The “Options” section has an “MX Template” field. There, select…

How to connect to FTP with Total Commander?

To quickly connect to FTP, use the key combination CTRL+N. Enter your login, FTP server address and click OK.To add an FTP connection in Total Commander, use the key combination CTRL+F and then click “Add”. * Note, the passive mode checkbox must be checked.

How do I point my domain to GOOGLE (G-SUITE)?

If you use our hosting and the domain is directed to our NS servers, it is very easy to direct your domain to Google mail service. To do this, log in to the control panel hosting DirectAdmin, go to “E-mail Management” -> “MX Records”. In the “MX Template” field, select “Google Suite MX” and click…

How do I set up google DNS?

It often happens when you register a new domain name and when you try to work with it you get an error that you can’t find such a site. Or you changed the IP address for the domain to a new one, but in the browser site continues to open at the old address. This…

How do I check if a port is available on the server?

You can use the telnet utility to do this. This utility is generally available on all available Windows, Linux, Mac OS operating systems. Telnet is available in the terminal, so open the terminal to use it. For example, in Windows you can open a terminal by pressing the key combination “Windows + R” and in…