View Full Version : websites outside ISPConfig
guidovanh
7th March 2006, 11:12
In another topic I told about the websites I had before I used ISPConfig (using httpd.conf and -including- vhost.conf)
At this moment I am configuring my websites into ISPConfig.
I want to be sure that my websites are accessible by ISPConfig (not by the previous setup using httpd.conf).
What do I have to do?
till
7th March 2006, 11:32
Add the new websites in ISPConfig, remove the old configuration from your httpd.conf and copy the website content to the newly created web folders from ISPConfig.
guidovanh
7th March 2006, 13:48
In the new directory are subdirectories called factory.tld and department.factory.tld. That's clear.
There are also directories called web10, web11, web 12, etc. These directories belongs to other websites I've configured. How can I see which website belongs to which directory.
In the directory web10 is a new directory called www, which contains a index.html. When I open these, I see that it is a temporarily index.html of factory.tld. Why do I see a web10 AND ALSO factory.tld?
guidovanh
7th March 2006, 13:51
In the new directory are subdirectories called factory.tld and department.factory.tld. That's clear.
There are also directories called web10, web11, web 12, etc. These directories belongs to other websites I've configured. How can I see which website belongs to which directory.
In the directory web10 is a new directory called www, which contains a index.html. When I open these, I see that it is a temporarily index.html of factory.tld. Why do I see a web10 AND ALSO factory.tld?
In which way do I have to define the factory.tld should be accessible via http://factory.tld (without www.)?
till
7th March 2006, 13:55
In the new directory are subdirectories called factory.tld and department.factory.tld. That's clear.
There are also directories called web10, web11, web 12, etc. These directories belongs to other websites I've configured. How can I see which website belongs to which directory.
In the directory web10 is a new directory called www, which contains a index.html. When I open these, I see that it is a temporarily index.html of factory.tld. Why do I see a web10 AND ALSO factory.tld?
There are symlinks with the name of the domain (factory.tld) pointing to the directory (web10).
till
7th March 2006, 13:56
In which way do I have to define the factory.tld should be accessible via http://factory.tld (without www.)?
If the website www.factory.com has not already a co-domain factory.com (with empty host), create this co-domain.
guidovanh
7th March 2006, 17:53
After I configured ISPConfig and the websites into ISPConfig I rebooted my Linux machine and I started up ISPConfig_server.
I do not know what is going wrong. My websites are not accessible.
(www.vanharten.net or vanharten.net or http://www.vanharten.net or guido.vanharten.net or http://guido.vanharten.net. None of these are accessible).
Who can help me?
till
7th March 2006, 19:30
Please post the output of:
netstat -tap
Did you get any errors when you execute:
httpd -t
guidovanh
7th March 2006, 19:41
Here you'll find the output of netstat -tap
linux:/home/guido # netstat -tap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 *:mysql *:* LISTEN 4283/mysqld
tcp 0 0 *:netbios-ssn *:* LISTEN 4563/smbd
tcp 0 0 *:sunrpc *:* LISTEN 4012/portmap
tcp 0 0 *:hosts2-ns *:* LISTEN 6008/ispconfig_http
tcp 0 0 192.168.2.100:domain *:* LISTEN 6152/named
tcp 0 0 localhost:domain *:* LISTEN 6152/named
tcp 0 0 *:ftp *:* LISTEN 4691/xinetd
tcp 0 0 *:ipp *:* LISTEN 4277/cupsd
tcp 0 0 localhost:953 *:* LISTEN 6152/named
tcp 0 0 localhost:smtp *:* LISTEN 6085/master
tcp 0 0 *:microsoft-ds *:* LISTEN 4563/smbd
tcp 0 0 *:domain *:* LISTEN 6152/named
tcp 0 0 *:ssh *:* LISTEN 4505/sshd
tcp 0 0 localhost:953 *:* LISTEN 6152/named
tcp 0 0 localhost:smtp *:* LISTEN 6085/master
linux:/home/guido #
The output of httpd -t results in many errors to directories which contains my website before I configured ISPConfig.
linux:/home/guido # httpd -t
[Tue Mar 7 19:32:56 2006] [warn] module php5_module is already loaded, skipping
Warning: DocumentRoot [/web/htdocs/htdocs/vanharten.net] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/vanharten.net/album] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/vanharten.net/creaelja] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/vanharten.net/elja] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/vanharten.net/euro] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/vanharten.net/godopentdeuren] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/vanharten.net/guido] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/vanharten.net/guidoenelja] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/vanharten.net/guidoensylvia] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/vanharten.net/stamboom] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/vanharten.net/sylvia] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/vanharten.net/verdienen] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/vanharten.net/weblog.guido] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/vanharten.net/weblog.sylvia] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/vanharten.net/www] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/vanharten.net/zegerendebby] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/samendienen.nl] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/vhsa.nl] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/calltax.nl/www] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/dichterbijHem.nl] does not exist
PHP Warning: PHP Startup: f@P@: Unable to initialize module
Module compiled with module API=20041030, debug=0, thread-safety=0
PHP compiled with module API=20050922, debug=0, thread-safety=0
These options need to match
in Unknown on line 0
Syntax OK
linux:/home/guido #
Regards,
Guido
till
7th March 2006, 19:49
You have not removed your old vhosts for vanharten.net.
Also you have a problem with your php5 module. This is not part of ISPConfig, the PHP5 version on your server does not match the mod_php version. Please make sure that these versions match.
You can test it always with the command:
httpd -t
guidovanh
7th March 2006, 21:51
You have not removed your old vhosts for vanharten.net.
I think you mean the line:
Include ..... vhost.conf?
Do I have to make another modifications manually to httpd.conf?
Also you have a problem with your php5 module. This is not part of ISPConfig, the PHP5 version on your server does not match the mod_php version. Please make sure that these versions match.
You can test it always with the command:
httpd -t
I do not know how to do that, so I will try to understand that.
till
7th March 2006, 22:07
I think you mean the line:
Include ..... vhost.conf?
I do not mean the include for the Vhost_ispconfig.conf. If your old vhost configuration is in vhost.conf, the you are right.
guidovanh
7th March 2006, 22:16
I do not mean the include for the Vhost_ispconfig.conf. If your old vhost configuration is in vhost.conf, the you are right.
Ok, I understand dat Vhost_ispconfig.conf is specially for ISPConfig.
My additional Config file is called vhost.conf.
falko
7th March 2006, 22:56
My additional Config file is called vhost.conf.Please remove that from your Apache configuration. What does httpd -t say then?
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.