ispCP - Board - Support
"Not Found" error - 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: "Not Found" error (/thread-2010.html)

Pages: 1 2


"Not Found" error - RedBOX - 12-18-2007 07:21 AM

http://s1.mtserver.net/ I installed i SVN version read all the docs everything i did was according to them. So any ideas. I restarted the apache server.


RE: "Not Found" error - Zothos - 12-18-2007 07:27 AM

what is your real domain name?


RE: "Not Found" error - joximu - 12-18-2007 08:33 AM

what is the output of

apache2ctl -S

?


RE: "Not Found" error - RedBOX - 12-19-2007 10:28 PM

Code:
VirtualHost configuration:
127.0.0.1:80           is a NameVirtualHost
         default server s1.mtserver.net.local (/etc/apache2/sites-enabled/01_awstats.conf:11)
         port 80 namevhost s1.mtserver.net.local (/etc/apache2/sites-enabled/01_awstats.conf:11)
85.187.121.105:80      s1.mtserver.net (/etc/apache2/sites-enabled/00_master.conf:6)
Syntax OK



RE: "Not Found" error - joximu - 12-20-2007 09:55 AM

Looks ok.
I assume the master.conf is ok...

What's in the apache error.log?

/J


RE: "Not Found" error - RedBOX - 12-21-2007 12:15 AM

Code:
[Thu Dec 20 16:11:40 2007] [error] [client 127.0.0.1] File does not exist: /htd$[Thu Dec 20 16:11:41 2007] [error] [client 127.0.0.1] File does not exist: /htd$[Thu Dec 20 16:14:24 2007] [error] [client 127.0.0.1] File does not exist: /htd$[Thu Dec 20 16:14:25 2007] [error] [client 127.0.0.1] File does not exist: /htd$[Thu Dec 20 16:14:25 2007] [error] [client 127.0.0.1] File does not exist: /htd$[Thu Dec 20 16:14:26 2007] [error] [client 127.0.0.1] File does not exist: /htd$[Thu Dec 20 16:14:26 2007] [error] [client 127.0.0.1] File does not exist: /htd$



RE: "Not Found" error - RedBOX - 12-21-2007 01:02 AM

I found the problem i had to have a htdocs folder in /
how to make this to be the CP loginpage?


RE: "Not Found" error - joximu - 12-21-2007 06:07 AM

RedBOX Wrote:I found the problem i had to have a htdocs folder in /
how to make this to be the CP loginpage?

You need to have a htdocs folder in every domain-root
(eg. /var/www/virtual/domain.com/htdocs)

You don't need a htdocs in / (root of the filesystem of the server) - otherwise there is something wrong with the configuration (please post the apache-config files - in a zip or tgz).

The login page for ispcp should be available with the URL you gave at the end of the setup (eg. admin.full-host.name.tld). The document root is /var/www/ispcp/gui - should be specified in /etc/apache2/sites-available/00_master.conf

/Joximu


RE: "Not Found" error - RedBOX - 12-21-2007 06:34 AM

when i asked for a domain i said s1.mtserver.net when it asked for the admin subdomain i said s1.mtserver.net coz i didn't want to put any normal page just the CP.
I'll post the conf files later 6min.[attachment=271][attachment=270]
Please skype me: Mt_1234


RE: "Not Found" error - joximu - 12-21-2007 09:18 AM

Hi RedBOX
please pack the files in sites-available - otherwise we only have some unusebal symlinks :-(

/J