ispCP - Board - Support
Unusual update problem - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Update/Upgrade (/forum-44.html)
+--- Thread: Unusual update problem (/thread-10235.html)



Unusual update problem - ChrisJones - 04-03-2010 10:43 PM

i was not aware of a problem until too late.

when 1.0.3 was released i updated mine straight away, yes a long time ago.

anyway i just updated from 1.0.3 to 1.0.5 & became aware of my problem.
i dont know how i did something wrong - but im fairly sure it's my fault.

problem being all websites being redirected to the admin login screen.
if i use a specific page ..i get a 404 error.

i removed one of my domains & then re-added as a blank domain & still re-directs to admin login.

help pls Smile


RE: Unusual update problem - joximu - 04-03-2010 11:44 PM

Only Web-Problems? (ftp, mysql, mails are ok?)

OS-distro & Version?

apache2ctl -S

/J


RE: Unusual update problem - ChrisJones - 04-04-2010 03:59 AM

everything else ok , os debian lenny 32bit (5.0.3)

apachectl
Code:
server:/var/log/apache2# apache2ctl -S
VirtualHost configuration:
192.168.2.108:80       admin.server.thisite.net (/etc/apache2/sites-enabled/00_master.conf:31)
xx.xxx.200:80       is a NameVirtualHost
         default server thissite.net (/etc/apache2/sites-enabled/ispcp.conf:65)
         port 80 namevhost thissite.net (/etc/apache2/sites-enabled/ispcp.conf:65)
         port 80 namevhost anothersite.co.uk (/etc/apache2/sites-enabled/ispcp.conf:190)
         port 80 namevhost anothersite.org (/etc/apache2/sites-enabled/ispcp.conf:315)
         port 80 namevhost anothersite.co.uk (/etc/apache2/sites-enabled/ispcp.conf:440)
         port 80 namevhost yetanothersite.co.uk (/etc/apache2/sites-enabled/ispcp.conf:565)
         port 80 namevhost yetanothersite.me.uk (/etc/apache2/sites-enabled/ispcp.conf:690)
127.0.0.1:80           is a NameVirtualHost
         default server server.thissite.local (/etc/apache2/sites-enabled/01_awstats.conf:36)
         port 80 namevhost server.thissite.local (/etc/apache2/sites-enabled/01_awstats.conf:36)
Syntax OK

the server itself is behind a firewall server at 192.168.2.108 , i have manually told it that it's ip is xxx.xxx.xxx.200 , this wasnt a problem before - could it the problem now


RE: Unusual update problem - joximu - 04-04-2010 04:44 AM

Hi

if it's behind a firewall/nat then you ned to work with two IPs: the external and the internal.

But the external is for the dns, the internal for apache.

I don't know why it worked before - but since the router (nat) translated the ip from an external to an internal then apache needs to be configured for this one.

Give it a try - just change the ispcp.conf in the apache-config and try...

/J


RE: Unusual update problem - ChrisJones - 04-04-2010 07:21 AM

that fixed it , thanks , now to fix my dns again ... lol