• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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