• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Plesk 8 - SuSe 9.3 - Does not create vhost configuration files.

K

kaiserkai

Guest
Just migrated to 8.0 and Suse9.3

All is wokring fine, but when I create a new domain via Plesk it does not create the necessary httpd.conf files for the domain and all my traffic gets rerouted to default.

Any idea what I can do?

I am not very savvy in creating my own configuration files.
 
Hi,

I have the same Problem with an new installation of Plesk 8.0 and SuSE 9.3 (it is an installation image of 1und1).

/usr/local/psa/admin/sbin/websrvmng -v -a
gives me the following messages:

Code:
websrvmng: Virtual host parameters not found.
websrvmng: There is no file /srv/www/vhosts/mydomain.de/conf/httpd.include 
for Include directive.

I use the latest updates for plesk.

Any suggestions?
 
I also use a 1and1 server.
I gave up on it and installed FC4 which works fine.
 
Does anyone have a fix for this? We just setup a new 1and1 SuSE 9.3 server we much prefer SuSE to Fedora (know SuSE much better)
 
Jep, I have a solution:

/usr/local/psa/bin/certificate --create 'default certificate' -key-file /etc/httpd/ssl.key/server.key -cert-file /etc/httpd/ssl.crt/server.crt -admin

/usr/local/psa/bin/certificate --assign-cert 'default certificate' -ip <IPADRESSE>

mysql psa -u admin -p<PASSWORT> -e "update domains set cert_rep_id=3;"

mv /etc/apache2/conf.d/zz010_psa_httpd.conf /etc/apache2/conf.d/zz010_psa_httpd.conf-bak

/etc/init.d/psa stop

/etc/init.d/psa start

/usr/local/psa/admin/sbin/websrvmng -a -v

Ciao...
 
Back
Top