Código:
Archivo de configuración configure de esta forma (/etc/httpd/conf/httpd.conf):(13)Permission denied: make_sock: could not bind to address 192.168.0.143:81 no listening sockets available, shutting down
Código:
Antes usaba Linux Debian y es un poco distinto yo creaba un archivo por cada sitio hacia restart de Apache y listo.#
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, in addition to the default. See also the <VirtualHost>
# directive.
#
# Change this to Listen on specific IP addresses as shown below to
# prevent Apache from glomming onto all bound IP addresses (0.0.0.0)
#
#Listen 12.34.56.78:80
Listen 80
Listen 81
……….
-----------------------
<VirtualHost *:81>
DocumentRoot /home/www/myadmin
#ServerName fv2.tserv.com.ar
<Directory "/home/www/myadmin">
allow from all
Options +Indexes
</Directory>
</VirtualHost>
Si me pueden ayudar les agradezco mucho.
Saludos.


Este tema le ha gustado a 1 personas