I install Beta version and I put FQDN server host name when I install, but host name was not propagating well. -------------------------------------------------------- SSH output Stopping httpd: [ OK ] httpd: apr_sockaddr_info_get() failed for server11.mydomain.com httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName [Tue Nov 01 09:48:18 2011] [warn] NameVirtualHost *:80 has no VirtualHosts Starting httpd: [ OK ] Stopping pure-ftpd: [ OK ] Starting pure-ftpd: [ OK ] Installation completed. [root@server11 install]# ----------------------------------------------------- I turn on ssl feature. When I type http://myhostname:8080/ in address bar, Url redirect to ssl page and shows as below. ------------------------------------ Bad Request Your browser sent a request that this server could not understand. Reason: You're speaking plain HTTP to an SSL-enabled server port. Instead use the HTTPS scheme to access this URL, please. Hint: https://127.0.0.1:8080/ ------------------------------------------------- Please help me how to edit 127.0.0.1 to my host name or Public Static IP address. Server is in datacenter. My host name was not propagating well when I install the ispconfig beta version. Hint should be https://punlicipaddress:8080/ or https://serverhostname:8080 Thanks.
Edit the file /etc/hosts and add the public IP of the server and hostname there. Please see also the perfect setup guides, the step to edit your hosts file is described there. By the way, your problem is not related to the use of the ISPConfig beta on the server.
add ServerName YOURSERVERNAME to httpd.conf I found the solution. This is for Centos 5.7 64 bit. not sure to work for other linux. login as root vi /etc/httpd/conf/httpd.conf uncoment or add following line in httpd.conf ServerName example dot com :80 e.g ServerName YOURSERVERNAME.Example.com /etc/init.d/httpd restart