Greetings,
As a newbie, it is(?) normal to get this [error] VirtualHost 100.109.119.129:0 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
Could you please assist suggesting the correct NameVirtualHost config option (1-4) in: /etc/apache2/apache2.conf bellow if this is the problem I'm facing? ..................... ....................
Include the virtual host configurations:Include sites-enabled/
1.# NameVirtualHost 100.109.119.129:80 2.# NameVirtualHost 100.109.119.129:443 3.# NameVirtualHost 100.109.119.129:10000 4.# NameVirtualHost 100.109.119.129:80
Could you please also confirm that -after ggogling- disabling suhosin.ini (as I did in order to avoid [notice] child pid 8834 exit signal Segmentation fault (11) on debian sqeeze is a better solution than renaming: extension=suhosin.so to suhosin.session.encrypt = Off
Thank you.
Kind Regards Georgia
to disable or/and not rename suhosin? thx