ispCP - Board - Support
[Solved] Error after folowing Howto Create panel.domain.tld, pma.domain. - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Documentation (/forum-45.html)
+--- Thread: [Solved] Error after folowing Howto Create panel.domain.tld, pma.domain. (/thread-11475.html)



[Solved] Error after folowing Howto Create panel.domain.tld, pma.domain. - n0ta - 08-23-2010 09:17 PM

Hello

I nuxwin just helped me install 1.0.7 but after following this guide: http://isp-control.net/documentation/howto:miscellaneous:create_panel.domain.tld_pma.domain.tld_webftp.domain.tld_and​_webmail.domain.tld

Which worked 100% fine for me in 1.0.6 and 1.0.5 i get some strange errors..

Really i get no errors, but.. when i open ie. http://www.vooze.dk it just trys to open http://panel.vooze.dk same with all other adressses.

Any ideas where i did go wrong?


RE: Error after folowing Howto Create panel.domain.tld, pma.domain.tld, webftp.domain.tld - gOOvER - 08-23-2010 11:53 PM

´HowTo's are provided by he community and are not offcial from ispCP. Normally you use them on your onw risk Wink


RE: Error after folowing Howto Create panel.domain.tld, pma.domain.tld, webftp.domain.tld - n0ta - 08-24-2010 04:56 PM

Okay, but is this an error on ONLY a warning:

Starting web server: apache2[Tue Aug 24 08:48:02 2010] [warn] VirtualHost 78.46.22.205:80 overlaps with VirtualHost 78.46.22.205:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Tue Aug 24 08:48:02 2010] [warn] VirtualHost 78.46.22.205:80 overlaps with VirtualHost 78.46.22.205:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Tue Aug 24 08:48:02 2010] [warn] VirtualHost 78.46.22.205:80 overlaps with VirtualHost 78.46.22.205:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Tue Aug 24 08:48:02 2010] [warn] VirtualHost 78.46.22.205:80 overlaps with VirtualHost 78.46.22.205:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Tue Aug 24 08:48:02 2010] [warn] VirtualHost 78.46.22.205:80 overlaps with VirtualHost 78.46.22.205:80, the first has precedence, perhaps you need a NameVirtualHost directive
/bin/sh: {ROOT_DIR}/engine/ispcp-apache-logger: No such file or directory
.
Just asking if this is the problemlem with the "loop" or i should look into somthing else.


Also:

Updating Apache files

Open up the file for domain aliases :

vim /etc/ispcp/apache/parts/als_entry.tpl
Replace :

ServerAlias www.{ALS_NAME} {ALS_NAME} *.{ALS_NAME}
By :

ServerAlias www.{ALS_NAME} ftp.{ALS_NAME}

#
ServerAlias www.{ALS_NAME} {ALS_NAME} *.{ALS_NAME} was not to be found, so i just edited the other ServerAlias line. Could that mean somthing?

Hoping for an answer Smile


RE: Error after folowing Howto Create panel.domain.tld, pma.domain.tld, webftp.domain.tld - kilburn - 08-24-2010 07:16 PM

(08-24-2010 04:56 PM)n0ta Wrote:  /bin/sh: {ROOT_DIR}/engine/ispcp-apache-logger: No such file or directory

You have this path somewhere in your generated apache configuration (/etc/apache2/sites-enabled/*), whereas it should have been replaced by the correct path when the panel processes the parts into a working config. Check these files and those in /etc/ispcp/apache/working/, and replace any leftover {TAGS} by their proper value. For example, {ROOT_DIR} = /var/www/ispcp


RE: Error after folowing Howto Create panel.domain.tld, pma.domain.tld, webftp.domain.tld - n0ta - 08-24-2010 08:11 PM

Okay, now that error is gone.

But i still get the warnings and the server just "loops".


Reloading web server config: apache2[Tue Aug 24 12:10:57 2010] [warn] VirtualHost 78.46.22.205:80 overlaps with VirtualHost 78.46.22.205:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Tue Aug 24 12:10:57 2010] [warn] VirtualHost 78.46.22.205:80 overlaps with VirtualHost 78.46.22.205:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Tue Aug 24 12:10:57 2010] [warn] VirtualHost 78.46.22.205:80 overlaps with VirtualHost 78.46.22.205:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Tue Aug 24 12:10:57 2010] [warn] VirtualHost 78.46.22.205:80 overlaps with VirtualHost 78.46.22.205:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Tue Aug 24 12:10:57 2010] [warn] VirtualHost 78.46.22.205:80 overlaps with VirtualHost 78.46.22.205:80, the first has precedence, perhaps you need a NameVirtualHost directive
.
I know that the warning comes from this file:
/etc/apache2/sites-available/00_master.conf

<VirtualHost 78.46.22.205:80>
ServerName alpha.vooze.dk
Redirect / http://panel.vooze.dk
</VirtualHost>
<VirtualHost 78.46.22.205:80>
ServerAdmin joakimk@live.dk
DocumentRoot /var/www/ispcp/gui

ServerName panel.vooze.dk

But the guide clearly states thats how its done. And on my 1.0.5 server its no problem. What could have changed?