Reverse Proxy & Log Format

Tip when you install ispconfig 3 behind a reverse proxy like nginx.

In /etc/apache2/sites-available/ispconfig.conf changes '%h' to '%{X-Real-IP}i' to get this:

Code:
LogFormat "%v %{X-Real-IP}i %l %u %t \"%r\" %>s %B \"%{Referer}i\" \"%{User-Agent}i\"" combined_ispconfig

In order to apache logs for awstats works properly.

I've also defined in my /etc/nginx/nginx.conf config file:

Code:
proxy_set_header   X-Real-IP        $remote_addr;

A better solution will be appreciated


( ! ) Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 169
Call Stack
#TimeMemoryFunctionLocation
10.0002412368{main}( ).../index.php:0
20.13914262288Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.13914262288Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.397811453240Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.398711477520Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.399811532848Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.400111560248require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.410911959880K2ControllerItem->execute( ).../k2.php:64
90.410911959880K2ControllerItem->display( ).../BaseController.php:710
100.424312610584K2ControllerItem->display( ).../item.php:78
110.424312610584K2ControllerItem->display( ).../controller.php:19
120.430112981624Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.451113001992K2ViewItem->display( ).../ViewController.php:102
140.763115982824K2ViewItem->display( ).../view.html.php:742
150.763115982824K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.769616155760include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
  • Rate this item
    (0 votes)
  • Published in Nginx
  • Read 1772 times
More in this category: « nginx反向代理

( ! ) Notice: Only variables should be assigned by reference in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 478
Call Stack
#TimeMemoryFunctionLocation
10.0002412368{main}( ).../index.php:0
20.13914262288Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.13914262288Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.397811453240Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.398711477520Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.399811532848Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.400111560248require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.410911959880K2ControllerItem->execute( ).../k2.php:64
90.410911959880K2ControllerItem->display( ).../BaseController.php:710
100.424312610584K2ControllerItem->display( ).../item.php:78
110.424312610584K2ControllerItem->display( ).../controller.php:19
120.430112981624Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.451113001992K2ViewItem->display( ).../ViewController.php:102
140.763115982824K2ViewItem->display( ).../view.html.php:742
150.763115982824K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.769616155760include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
back to top