• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.

where is the log ? we are stuck ... [Urgent]

kadoudal

Regular Pleskian
we made some changes to our config today .... leading to a blocking situation et no way to restart w a clean config .
we get the follwoing msg over and over without any clue of what happen or where we can find a clear information :

Unable to reread IP Adresses: Unable to restart web server: websrvmng failed: websrvmng: Service /etc/init.d/httpd failed to restart

what did we do to reach this point :

1- we had an exclusive IP address with one domain there (domainxxx.com) , but as we needed to have 2 domains on it, we tried to change the status ( exclusive to shared) in the psa database... good , we could get it shared (even if the display in the console was still exclusive..)

2- we could then create our second domain ( domainxxx.es ) no problem..

3. we then added a vhost.conf for the second domain, to change the DocumentRoot

4. we tried to run /usr/local/psa/admin/sbin/websrvmng -a -v
but we had an issue with the 443 ports as SSL cannot be used on a shared IP address

5- we modified both domains to suppress the SSL, (we checked that no 443 existed in the httpd.include for each domain)

6. we tried to run again /usr/local/psa/admin/sbin/websrvmng -a -v
but we again an error :
Starting httpd: [Tue Sep 28 10:29:01 2010] [warn] module ssl_module is already loaded, skipping
(98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs

and we cannot move from there , even deleting the second domain, and recreating it ...

how can we get forward ? urgent help would be appreciated ....

thanks
 
could not find the log .. but find a similar issue .. . Googling around
it' seems that we should have stopped Apche before chnaging the domain webhosting parameters ( no ssl anymore) as https processes were still running...
we ended running in console : /usr/sbin/lsof -i | grep http
and killing all the processes ..
then running the psa webmgr and restarting Apache....
whatever the IP address is still displayed as 'exclusive(2) ( why a 2 there ?...)
but it's now shared .. and we are running again ...
 
Back
Top