Problem with IP / Subdomains - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: Problem with IP / Subdomains (/thread-8015.html) |
Problem with IP / Subdomains - hannes171 - 10-02-2009 04:04 AM Hi there, I just installed the CP on my debian VMware which is running on my root server. The VMware gets its IP from the main system, intern IP = 192.168.1.102 extern is one of my IP adresses I own from the hoster The problem, in the installation I had this IP in the configuration and all worked fine. But hen I want to add subdomains, which wont work. I changed the IP in the CP to the external IP from my hoster and manual linke it is to here http://www.isp-control.net/documentation/doku.php?id=howto:ispcp:change_ip But it still wont work to add Subdomains, my registered domain works fine and I can access all but I cant connect to ftp apache etc. witch an added user. Any one knows a solution ? (Bad english? I am from Germany ) RE: Problem with IP / Subdomains - BeNe - 10-02-2009 04:07 AM Quote:(Bad english? I am from Germany )So why don't you use the German Corner ? Please check you Apache ispcp.conf file for the correct IP. Greez BeNe RE: Problem with IP / Subdomains - kurgans - 10-02-2009 04:17 AM It's a problem with sed command you must apply the command sed-i "s / xxx.xxx.xxx.xxx / yyy.yyy.yyy.yyy / g" / etc/apache2/sites-available / * / etc / bind / * / var / cache / bind / * / etc / ispcp / * / working / * You must change sites-enabled to sites-available, to maintain symbolic links and not create new files in sites-enabled I feel my English only speak Spanish RE: Problem with IP / Subdomains - hannes171 - 10-02-2009 11:23 PM ok now i reinstalled the CP and named the root "mydomain.com" and forced the CP to "cp.mydomain.com", and I used my external IP adress. But now I event cant enter the CP. Code: Not Found * IN A myip so it relinks all connections to my domain to this ip. RE: Problem with IP / Subdomains - joximu - 10-02-2009 11:33 PM apache2ctl -S /J RE: Problem with IP / Subdomains - hannes171 - 10-03-2009 12:40 AM (10-02-2009 11:33 PM)joximu Wrote: apache2ctl -S erm where to enter that command oder in which config file I have to put it ? RE: Problem with IP / Subdomains - joximu - 10-03-2009 11:53 PM on the command line on the server.... /J |