PDA

View Full Version : ispconfig3 doesnt create web domain directory


bardo
27th October 2009, 14:25
hi,
i'd installed ispconfig3 to centos5.3. and my other server softwares had been installed by 'make install', include apache 2.2.14, mysql 5.1.39, php 5.2.2.10
now when i after creating a new domain, subdomain, new mysql database, i cant find the new web domain directory, apache conf files, and also cant fiind the new database with phpmyadmin.
can anyone give me some answer. thanks!

till
27th October 2009, 20:03
Please enable debugging and post the results:

http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-enable-debugging-in-ispconfig-3/

bardo
28th October 2009, 04:19
sorry, i had enabled the debugging, but i got nothing. why?

bardo
28th October 2009, 04:25
sorry, i had enabled the debugging, but i got nothing. why?

bardo
28th October 2009, 04:32
P.S.
# whereis httpd
httpd: /usr/sbin/httpd /etc/httpd.1 /etc/httpd

install location is: /usr/local/apache2
other files are links

# whereis mysql
mysql: /usr/bin/mysql /usr/lib/mysql /usr/include/mysql /usr/local/mysql

install location is: /usr/local/mysql
other files are links

# whereis php
php: /etc/php.ini /etc/php.ini~ /usr/lib/php /usr/local/php
install location is: /usr/local/php

ini file location is /etc/php.ini
other files are links

bardo
28th October 2009, 04:33
httpd version 2.2.14
php version 5.2.10
mysql version 5.1.39

till
28th October 2009, 09:06
run:

/usr/local/ispconfig/server/server.sh

as root user on the shell and post the output.

bardo
28th October 2009, 10:54
thank you. the output is :
/usr/local/ispconfig/server/server.sh: line 7: /usr/bin/php: file or path not found.

should i create link to /usr/local/php/bin ?

P.S. My php is with patch SuhoSin.

till
28th October 2009, 10:57
Then you did not install ispconfig correctly on your system. Please make sure that you followed exactly this guide before you install ispconfig:

http://www.howtoforge.com/perfect-server-centos-5.3-x86_64-ispconfig-3

If you install applications in custom directories, the setup will not work.

You can fix this problem by creating a symlink but you will most likely get others later if you did not follow the installation instructions to preapre your server for ispconfig.

bardo
29th October 2009, 05:52
many thanks!
but i want to using php5.2.11 apache 2.2.14 and mysql 5.1.39
so i must make install.
how i configure these software with default of centos 5.3.
maybe i'd better install a default server for compare.