custom apache configuration - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: custom apache configuration (/thread-14685.html) |
custom apache configuration - djabit - 07-11-2011 12:23 AM Hey, i configured a redirect in /etc/apache2/ispcp/"domain".conf and it worked fine. Now i does not need this redirect anymore... but i cannot get rid of it. I removed the redirect entry but the domain gets still redirected. Does anybody now how to solve this problem? Thanks for help. RE: custom apache configuration - joximu - 07-11-2011 08:33 AM clear the cache of your browser and check again... (browsers are caching the redirection...) /J RE: custom apache configuration - djabit - 07-11-2011 05:11 PM (07-11-2011 08:33 AM)joximu Wrote: clear the cache of your browser and check again... Hey, thx for your help. I cleaned the cache and tried another browser... site gets still redirected. Strange. Any other ideas? RE: custom apache configuration - joximu - 07-11-2011 08:11 PM Did you reload the webserver (apache) after removing the redirect command? /J RE: custom apache configuration - djabit - 07-11-2011 09:22 PM (07-11-2011 08:11 PM)joximu Wrote: Did you reload the webserver (apache) after removing the redirect command? Yes i reloaded apache2, restartet apache2 and rebootet the whole system... no effect at all. RE: custom apache configuration - joximu - 07-12-2011 12:02 AM strange... really... you may grep in /etc/apache2 for "redirect"... maybe you see where it is... grep -ri redirect /etc/apache2 otherwise you can send me a PM with infos about the domain name (in german...) - I'll check - just to be sure it's the server... /Joxi RE: custom apache configuration - djabit - 07-12-2011 05:03 PM (07-12-2011 12:02 AM)joximu Wrote: strange... really... Hey... thanks for your help grep -ri redirect /etc/apache2 shows nothing related to this domain. I deleted the user and added the domain again... now it works without problems. RE: custom apache configuration - joximu - 07-12-2011 05:37 PM hm - ok... is also a way ... :-) /J |