FAQ Установка TorrentPier II и с чем его едят

sergey67

Пользователь
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.

Вы там в английском шарите .....
 

Ральф

Пользователь
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.

Вы там в английском шарите .....

Please Login or Register to view hidden text.

 

Protektor

Пользователь
секция сей час так выглядит?
Apache:
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot /usr/local/site/upload
ServerName dinozavr1967.ru
CustomLog /var/log/dinozavr1967.ru.access.log combined
ErrorLog /var/log/dinozavr1967.ru.error.log
<Directory /usr/local/site/upload>
AllowOverride AuthConfig
Options Indexes
Require all granted
</Directory>
</VirtualHost>
 

sergey67

Пользователь
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error.
 

sergey67

Пользователь
[Tue Apr 03 21:54:02.681317 2018] [core:alert] [pid 1977] [client 46.101.92.175:9061] /usr/local/site/upload/.htaccess: AddDefaultCharset not allowed here
это последнее ..... может вместо ROOT поставить sergey - это куда я базу залил ???
 

Protektor

Пользователь
у вас ошибка сервера 500, возмите тогда стандартную конфигурацию (что была)
Apache:
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot /usr/local/site
ServerName dinozavr1967.ru
CustomLog /var/log/dinozavr1967.ru.access.log combined
ErrorLog /var/log/dinozavr1967.ru.error.log
<Directory /usr/local/site>
AllowOverride AuthConfig
Options Indexes
Require all granted
</Directory>
</VirtualHost>
не забудьте рестартануть апач,
и в папку site закиньте файл
index.php
с содержимым
PHP:
<?php
    phpinfo();
?>
должно отобразить на главной информацию о php
 
Сверху