• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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