S
S
Schoolboy.2015-08-23 08:52:46
Apache HTTP Server
Schoolboy., 2015-08-23 08:52:46

Am I setting up the Apache hosts correctly for the real site?

<VirtualHost *:80>
ServerName default
DocumentRoot /home/httpd/local/www
</VirtualHost>

<VirtualHost *:80>
ServerName dz.webdoge.ru
ServerAdmin [email protected]
DocumentRoot /home/httpd/dz/www
<Directory /home/httpd/dz/www>
AllowOverride All
Require all granted
</Directory>
ErrorLog /home/httpd/dz/logs/error.log
CustomLog /home/httpd/dz/logs/access.log common
php_admin_flag register_globals 1
php_admin_value date.timezone 'Europe/Moscow'
php_admin_value open_basedir /home/httpd/dz
php_admin_value max_execution_time 10
php_admin_value upload_tmp_dir /home/httpd/dz/tmp
php_admin_value session.save_path /home/httpd/dz/tmp
</VirtualHost>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily, 2015-08-23
@DobriyJuk

I don't know about SMF specifically. But I need more detailed SMTP session logs to try and help you. Invalid EHLO arguments - this error is most likely due to an incorrect interpretation of the request from the SMF by the server, but it is possible that the SMF itself sends all sorts of crap. The only thing I can advise you to do without seeing the logs is that perhaps SMF has a toggle of the hello messages function. In short, look there for the ability to switch EHLO to HELO. But if this is not the case (and most likely it is not - it's not a mail server, after all), logs are needed.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question