LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   After Installation ISPCONFIG3 (https://www.linuxquestions.org/questions/linux-server-73/after-installation-ispconfig3-4175476239/)

cheesewizz 09-06-2013 07:53 PM

After Installation ISPCONFIG3
 
Hi

after i install ispconfig
i got an error starting HTTPD Service

Sat Sep 07 08:50:52 2013] [warn] NameVirtualHost *:80 has no VirtualHosts
(13)Permission denied: make_sock: could not bind to address [::]:8081
(13)Permission denied: make_sock: could not bind to address 0.0.0.0:8081
no listening sockets available, shutting down
Unable to open logs


please help how to fix this error and run ispconfig at this port 8080


thanks in advance

rewards 09-09-2013 11:52 PM

I have the same problem. I get this message;

[root@server1 conf]# /etc/init.d/httpd restart
Stopping httpd: [ OK ]
Starting httpd: [Mon Sep 09 13:29:28 2013] [warn] NameVirtualHost 192.168.0.110:80 has no VirtualHosts
[Mon Sep 09 13:29:28 2013] [warn] NameVirtualHost 192.168.0.110:443 has no VirtualHosts
[Mon Sep 09 13:29:28 2013] [warn] NameVirtualHost *:443 has no VirtualHosts
[Mon Sep 09 13:29:28 2013] [warn] NameVirtualHost *:80 has no VirtualHosts
[ OK ]

bathory 09-10-2013 06:22 AM

@both:
Make sure you use the same notation when you define the vhosts: E.g.
Code:

NameVirtualHost *:80
<VirtualHost *:80>
      ServerName www.domain.com
        <snip>
</VirtualHost>
<VirtualHost *:80>
      ServerName www.example.com
        <snip>
</VirtualHost>



All times are GMT -5. The time now is 03:56 AM.