Hi all,
I have an existing domain e.g. buknoy.com on my SME server with a local I.P. of 61.9.115.11. I am trying to redirect the news.buknoy.com to 61.9.115.13 using ProxyPass. When ProxyPass's 2nd option didn't work, I used option 1 which started my problem.
I could not open buknoy.com/server-manager because the I.P. is redirected to 61.9.115.13. I used putty to edit the file /etc/httpd/conf/httpd.conf and remarked the following lines:
#ProxyPass /
http://61.9.115.13#ProxyPassReverse /
http://61.9.115.13#<Location />
# order deny,allow
# deny from all
# allow from all
#</Location>
With this, I can access again buknoy.com/server-manager and removed my ProxyPass settings. However, after restarting, the remarked lines in the /etc/httpd/conf/httpd.conf were "unremarked" making it impossible to access again buknoy.com and buknoy.com/server-manager.
I also tried to use 61.9.115.11/server-manager but it failed to access the control panel.
What should I do to permanently remove the redirection?
Tnx,
Buknoy
