Hi!
I am currntly trying to make apache serve as a backend and install light http server as a frontend.
So, I need apache's VirtualHosts to listen only 127.0.0.1:8000.
But when I replace "[% FOREACH ipblock IN vhost.ips %] [% ipblock.ip %]:[% ipblock.port %][% END %]" to " 127.0.0.1:8000" in /var/cpanel/templates/apache2/vhost.local I have a error after rebuilding httpd.conf - in List Accounts all ip adresses have changed to 127.0.0.1.
Currently, every time the httpd is restarting I create httpd.conf.u and replace all ip adresses there to 127.0.0.1 and then start httpd with this configuration file.
Is there any other solution of the problem?
Boris.



LinkBack URL
About LinkBacks
Reply With Quote





