ERRO AO INICIA APACHE

1. ERRO AO INICIA APACHE

kaic Barroso Soares
KaicAnonymuos330

(usa Outra)

Enviado em 15/10/2016 - 15:06h

Estou com um problema quando tento iniciar o APACHE APARECE isso

* Starting web server apache2 (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
AH00015: Unable to open logs
Action 'start' failed.
The Apache error log may have more information.


alguem sabe como me ajudar obrigado


  


2. Re: ERRO AO INICIA APACHE

Carlos APC
Carlos_Cunha

(usa Linux Mint)

Enviado em 15/10/2016 - 15:32h

Já existe um software "escutando" na porta 80, seu apache que sobe em todos os Ips na porta 80(0.0.0.0:80).
Tenha CERTEZA que seu apache esta parado, antes de tentar iniciar ele novamente

Execute:

ps faux|grep -iE "apache|httpd"

Pegue o pid e execute

kill NUMERO-PID ou kill -9 NUMERO-PID


Execute o 1° comando se não retornar nada, tente iniciar o apache

Caso ainda mesmo erro, execute e poste a saída aqui:


ps faux|grep -E "apache|httpd"
e
netstat -nltp|grep 80


#-------------------------------------------------------------------------------------#

"Linux is cool"


3. Re: ERRO AO INICIA APACHE

kaic Barroso Soares
KaicAnonymuos330

(usa Outra)

Enviado em 15/10/2016 - 16:14h

saida
ps faux|grep -E "apache|httpd"

anonymu+ 2991 0.0 0.0 2280 620 pts/9 Ss 15:12 0:00 \_ sh -c sudo service apache2 start; echo; ${SHELL:-bash}
anonymu+ 3106 0.0 0.1 4964 2076 pts/6 S+ 15:12 0:00 \_ grep --color=auto -E apache|httpd



saida deste netstat -nltp|grep 80

em todos os processos puderam ser identificados, informações sobre processos
de outrem não serão mostrados, você deve ser root para vê-los todos.)
tcp 0 0 0.0.0.0:80 0.0.0.0:* OUÇA -
tcp 0 0 0.0.0.0:8080 0.0.0.0:* OUÇA 2191/utserver
tcp6 0 0 :::8080 :::* OUÇA 2191/utserver



4. Re: ERRO AO INICIA APACHE

Carlos APC
Carlos_Cunha

(usa Linux Mint)

Enviado em 15/10/2016 - 16:24h

Você tentou mata o processo como mencionei ?
No caso ficaria assim:


kill -9 2991

#-------------------------------------------------------------------------------------#

"Linux is cool"


5. Re: ERRO AO INICIA APACHE

kaic Barroso Soares
KaicAnonymuos330

(usa Outra)

Enviado em 15/10/2016 - 16:27h

o problema continua


* Starting web server apache2 AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
(98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
AH00015: Unable to open logs
Action 'start' failed.
The Apache error log may have more information.
*
* The apache2 instance did not start within 20 seconds. Please read the log files to discover problems



6. Re: ERRO AO INICIA APACHE

Carlos APC
Carlos_Cunha

(usa Linux Mint)

Enviado em 15/10/2016 - 16:29h

Execute novamente


ps faux|grep -E "apache|httpd"
e
netstat -nltp|grep 80

:

#-------------------------------------------------------------------------------------#

"Linux is cool"


7. Re: ERRO AO INICIA APACHE

kaic Barroso Soares
KaicAnonymuos330

(usa Outra)

Enviado em 15/10/2016 - 16:33h

executei o primeiro

ps faux|grep -E "apache|httpd"

anonymu+ 3343 0.0 0.0 2280 624 pts/1 Ss 15:27 0:00 \_ sh -c sudo service apache2 start; echo; ${SHELL:-bash}
anonymu+ 3461 0.0 0.0 2280 608 pts/11 Ss 15:31 0:00 \_ sh -c sudo service apache2 start; echo; ${SHELL:-bash}
anonymu+ 3573 0.0 0.1 4964 1948 pts/9 S+ 15:32 0:00 \_ grep --color=auto -E apache|httpd


e o segundo
netstat -nltp|grep 80

(Nem todos os processos puderam ser identificados, informações sobre processos
de outrem não serão mostrados, você deve ser root para vê-los todos.)
tcp 0 0 0.0.0.0:80 0.0.0.0:* OUÇA -
tcp 0 0 0.0.0.0:8080 0.0.0.0:* OUÇA 2191/utserver
tcp6 0 0 :::8080 :::* OUÇA 2191/utserver



8. Re: ERRO AO INICIA APACHE

Carlos APC
Carlos_Cunha

(usa Linux Mint)

Enviado em 15/10/2016 - 16:34h

Execute e cole aqui(terá bastante coisa)


ps faux

#-------------------------------------------------------------------------------------#

"Linux is cool"


9. Re: ERRO AO INICIA APACHE

kaic Barroso Soares
KaicAnonymuos330

(usa Outra)

Enviado em 15/10/2016 - 16:37h

aki oh


USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 2 0.0 0.0 0 0 ? S 14:53 0:00 [kthreadd]
root 3 0.0 0.0 0 0 ? S 14:53 0:00 \_ [ksoftirqd/
root 5 0.0 0.0 0 0 ? S< 14:53 0:00 \_ [kworker/0:
root 7 0.0 0.0 0 0 ? S 14:53 0:00 \_ [rcu_sched]
root 8 0.0 0.0 0 0 ? S 14:53 0:00 \_ [rcu_bh]
root 9 0.0 0.0 0 0 ? S 14:53 0:00 \_ [migration/
root 10 0.0 0.0 0 0 ? S 14:53 0:00 \_ [watchdog/0
root 11 0.0 0.0 0 0 ? S 14:53 0:00 \_ [watchdog/1
root 12 0.0 0.0 0 0 ? S 14:53 0:00 \_ [migration/
root 13 0.0 0.0 0 0 ? S 14:53 0:00 \_ [ksoftirqd/
root 14 0.1 0.0 0 0 ? R 14:53 0:02 \_ [kworker/1:
root 15 0.0 0.0 0 0 ? S< 14:53 0:00 \_ [kworker/1:
root 16 0.0 0.0 0 0 ? S< 14:53 0:00 \_ [khelper]
root 17 0.0 0.0 0 0 ? S 14:53 0:00 \_ [kdevtmpfs]
root 18 0.0 0.0 0 0 ? S< 14:53 0:00 \_ [netns]
root 19 0.0 0.0 0 0 ? S< 14:53 0:00 \_ [perf]
root 20 0.0 0.0 0 0 ? S 14:53 0:00 \_ [khungtaskd
root 21 0.0 0.0 0 0 ? S< 14:53 0:00 \_ [writeback]
root 22 0.0 0.0 0 0 ? SN 14:53 0:00 \_ [ksmd]
root 23 0.0 0.0 0 0 ? SN 14:53 0:00 \_ [khugepaged
root 24 0.0 0.0 0 0 ? S< 14:53 0:00 \_ [crypto]
root 25 0.0 0.0 0 0 ? S< 14:53 0:00 \_ [kintegrity
root 26 0.0 0.0 0 0 ? S< 14:53 0:00 \_ [bioset]
root 27 0.0 0.0 0 0 ? S< 14:53 0:00 \_ [kblockd]
root 29 0.0 0.0 0 0 ? S< 14:53 0:00 \_ [ata_sff]
root 30 0.0 0.0 0 0 ? S< 14:53 0:00 \_ [md]
root 31 0.0 0.0 0 0 ? S< 14:53 0:00 \_ [devfreq_wq
root 34 0.1 0.0 0 0 ? S 14:53 0:04 \_ [kworker/u4
root 35 0.0 0.0 0 0 ? S 14:53 0:01 \_ [kworker/0:
root 36 0.0 0.0 0 0 ? S 14:53 0:00 \_ [kswapd0]
root 37 0.0 0.0 0 0 ? S< 14:53 0:00 \_ [vmstat]
root 38 0.0 0.0 0 0 ? S 14:53 0:00 \_ [fsnotify_m
root 39 0.0 0.0 0 0 ? S 14:53 0:00 \_ [ecryptfs-k
root 50 0.0 0.0 0 0 ? S< 14:53 0:00 \_ [kthrotld]
root 51 0.0 0.0 0 0 ? S< 14:53 0:00 \_ [acpi_therm
root 54 0.0 0.0 0 0 ? S 14:53 0:00 \_ [scsi_eh_0]
root 55 0.0 0.0 0 0 ? S< 14:53 0:00 \_ [scsi_tmf_0
root 56 0.0 0.0 0 0 ? S 14:53 0:00 \_ [scsi_eh_1]
root 57 0.0 0.0 0 0 ? S< 14:53 0:00 \_ [scsi_tmf_1
root 60 0.0 0.0 0 0 ? S 14:53 0:00 \_ [scsi_eh_2]
root 61 0.0 0.0 0 0 ? S< 14:53 0:00 \_ [scsi_tmf_2
root 62 0.0 0.0 0 0 ? S 14:53 0:00 \_ [scsi_eh_3]
root 63 0.0 0.0 0 0 ? S< 14:53 0:00 \_ [scsi_tmf_3
root 64 0.0 0.0 0 0 ? S< 14:53 0:00 \_ [ipv6_addrc
root 83 0.0 0.0 0 0 ? S< 14:53 0:00 \_ [deferwq]
root 84 0.0 0.0 0 0 ? S< 14:53 0:00 \_ [charger_ma
root 85 0.0 0.0 0 0 ? S 14:53 0:01 \_ [kworker/0:
root 86 0.1 0.0 0 0 ? S 14:53 0:04 \_ [kworker/u4
root 139 0.0 0.0 0 0 ? S< 14:53 0:00 \_ [kpsmoused]
root 151 0.0 0.0 0 0 ? S 14:53 0:00 \_ [jbd2/sda5-
root 152 0.0 0.0 0 0 ? S< 14:53 0:00 \_ [ext4-rsv-c
root 244 0.0 0.0 0 0 ? S< 14:54 0:00 \_ [kworker/1:
root 304 0.0 0.0 0 0 ? S< 14:54 0:00 \_ [kworker/0:
root 358 0.0 0.0 0 0 ? S 14:54 0:00 \_ [irq/25-mei
root 412 0.0 0.0 0 0 ? S< 14:54 0:00 \_ [cfg80211]
root 422 0.0 0.0 0 0 ? S< 14:54 0:00 \_ [rpciod]
root 436 0.0 0.0 0 0 ? S< 14:54 0:00 \_ [nfsiod]
root 798 0.0 0.0 0 0 ? S< 14:54 0:00 \_ [krfcommd]
root 1372 0.0 0.0 0 0 ? S 14:54 0:00 \_ [kauditd]
root 3238 0.1 0.0 0 0 ? S 15:25 0:00 \_ [kworker/u4
root 3441 0.0 0.0 0 0 ? S 15:29 0:00 \_ [kworker/0:
root 3447 0.0 0.0 0 0 ? S 15:30 0:00 \_ [kworker/1:
root 3591 0.2 0.0 0 0 ? S 15:34 0:00 \_ [kworker/u4
root 3595 0.1 0.0 0 0 ? S 15:34 0:00 \_ [kworker/0:
root 3601 0.0 0.0 0 0 ? S 15:35 0:00 \_ [kworker/1:
root 1 0.0 0.1 4608 3668 ? Ss 14:53 0:01 /sbin/init
root 274 0.0 0.1 3024 2060 ? S 14:54 0:00 upstart-udev-br
root 280 0.0 0.1 12932 3660 ? Ss 14:54 0:00 /lib/systemd/sy
root 428 0.0 0.0 2896 164 ? S 14:54 0:00 upstart-file-br
root 509 0.0 0.0 2896 168 ? Ss 14:54 0:00 rpc.idmapd
syslog 515 0.0 0.1 31380 2808 ? Ssl 14:54 0:00 rsyslogd
root 579 0.0 0.0 2884 164 ? S 14:54 0:00 upstart-socket-
root 628 0.0 0.1 2812 2236 ? Ss 14:54 0:00 rpcbind
statd 683 0.0 0.1 2988 2428 ? Ss 14:54 0:00 rpc.statd -L
message+ 703 0.0 0.1 4768 3008 ? Ss 14:54 0:00 dbus-daemon --s
root 731 0.0 0.5 38520 11088 ? Ssl 14:54 0:00 /usr/sbin/Modem
root 747 0.0 0.1 4892 2584 ? Ss 14:54 0:00 /usr/sbin/bluet
root 794 0.0 0.1 4300 3056 ? Ss 14:54 0:00 /lib/systemd/sy
avahi 800 0.0 0.1 3484 2812 ? S 14:54 0:00 avahi-daemon: r
avahi 804 0.0 0.0 3484 220 ? S 14:54 0:00 \_ avahi-daemo
root 810 0.0 0.2 8312 5352 ? Ss 14:54 0:00 /usr/sbin/cupsd
root 880 0.0 0.5 55220 10880 ? Ssl 14:54 0:00 NetworkManager
root 1098 0.0 0.2 5524 4604 ? S 14:54 0:00 \_ /sbin/dhcli
root 884 0.0 0.1 4656 1892 tty4 Ss+ 14:54 0:00 /sbin/getty -8
root 887 0.0 0.1 4656 1888 tty5 Ss+ 14:54 0:00 /sbin/getty -8
root 896 0.0 0.1 4656 2044 tty2 Ss+ 14:54 0:00 /sbin/getty -8
root 897 0.0 0.1 4656 2044 tty3 Ss+ 14:54 0:00 /sbin/getty -8
root 900 0.0 0.1 4656 1936 tty6 Ss+ 14:54 0:00 /sbin/getty -8
root 941 0.0 0.0 2208 1548 ? Ss 14:54 0:00 acpid -c /etc/a
root 953 0.0 0.2 7820 4932 ? Ss 14:54 0:00 /usr/sbin/sshd
root 956 0.0 0.1 3064 2128 ? Ss 14:54 0:00 cron
root 1028 0.0 0.2 8868 4888 ? Ss 14:54 0:00 /usr/sbin/cups-
root 1044 0.0 0.1 3996 1984 ? Ss 14:54 0:00 /usr/sbin/irqba
root 1072 0.0 0.4 37576 7712 ? Sl 14:54 0:00 /usr/lib/policy
root 1081 0.2 0.2 6944 4944 ? Ss 14:54 0:05 /sbin/wpa_suppl
postgres 1097 0.0 0.9 161408 17360 ? S 14:54 0:00 /usr/lib/postgr
postgres 1104 0.0 0.1 161408 3116 ? Ss 14:54 0:00 \_ postgres: c
postgres 1105 0.0 0.1 161408 3180 ? Ss 14:54 0:00 \_ postgres: w
postgres 1106 0.0 0.1 161408 3116 ? Ss 14:54 0:00 \_ postgres: w
postgres 1107 0.0 0.3 161824 5696 ? Ss 14:54 0:00 \_ postgres: a
postgres 1108 0.0 0.1 19708 3676 ? Ss 14:54 0:00 \_ postgres: s
root 1124 0.0 0.4 45040 9140 ? SLsl 14:54 0:00 lightdm
root 1174 3.0 3.2 108756 60168 tty7 Ssl+ 14:54 1:16 \_ /usr/bin/X
root 1533 0.0 0.3 17852 6244 ? Sl 14:54 0:00 \_ lightdm --s
anonymu+ 1550 0.0 0.0 2280 1380 ? Ss 14:54 0:00 \_ /bin/sh
anonymu+ 1708 0.0 0.0 4228 196 ? Ss 14:54 0:00 \_ /us
anonymu+ 1791 0.0 0.7 33052 13464 ? Sl 14:54 0:00 \_ xfc
root 1177 0.0 0.3 38048 7292 ? Sl 14:54 0:00 /usr/lib/accoun
kernoops 1202 0.0 0.0 6400 232 ? Ss 14:54 0:00 /usr/sbin/kerne
redis 1223 0.0 0.4 27876 8664 ? Ssl 14:54 0:00 /usr/bin/redis-
debian-+ 1301 0.1 1.1 22180 20596 ? S 14:54 0:03 /usr/bin/tor --
root 1487 0.0 0.1 4656 2064 tty1 Ss+ 14:54 0:00 /sbin/getty -8
anonymu+ 1548 0.0 0.4 58216 9028 ? Sl 14:54 0:00 /usr/bin/gnome-
anonymu+ 1699 0.0 0.0 3860 1828 ? S 14:54 0:00 dbus-launch --a
anonymu+ 1700 0.0 0.1 4248 2212 ? Ss 14:54 0:00 //bin/dbus-daem
anonymu+ 1705 0.0 0.2 6532 4016 ? S 14:54 0:00 /usr/lib/i386-l
anonymu+ 1711 0.0 0.1 3860 1920 ? S 14:54 0:00 /usr/bin/dbus-l
anonymu+ 1712 0.0 0.1 4732 2872 ? Ss 14:54 0:00 //bin/dbus-daem
anonymu+ 1794 0.0 0.2 6648 4136 ? S 14:54 0:00 /usr/lib/i386-l
anonymu+ 1802 0.4 1.0 26984 18696 ? S 14:54 0:11 xfwm4 --replace
anonymu+ 1806 0.1 0.9 35728 17976 ? Sl 14:54 0:03 xfce4-panel
anonymu+ 1893 0.0 2.3 280152 43248 ? Sl 14:55 0:01 \_ /usr/lib/i3
anonymu+ 1895 0.0 0.6 22828 12908 ? S 14:55 0:00 \_ /usr/lib/i3
anonymu+ 1896 0.0 1.4 277444 27600 ? Sl 14:55 0:00 \_ /usr/lib/i3
anonymu+ 1900 0.0 1.3 338484 25124 ? Sl 14:55 0:00 \_ /usr/lib/i3
anonymu+ 1808 0.0 2.2 297336 42316 ? Sl 14:54 0:01 Thunar --daemon
anonymu+ 1810 0.0 1.8 294168 33556 ? Sl 14:54 0:01 xfdesktop
anonymu+ 1812 0.0 1.0 36804 19228 ? Sl 14:54 0:00 /usr/bin/python
anonymu+ 1820 0.0 2.1 361812 40760 ? Sl 14:54 0:00 /usr/bin/python
anonymu+ 1822 0.0 0.2 7912 4488 ? S 14:54 0:00 xscreensaver -n
anonymu+ 1827 0.0 0.8 36096 16528 ? Sl 14:54 0:00 /usr/lib/policy
anonymu+ 1828 0.0 0.9 265020 17780 ? Ssl 14:54 0:00 xfce4-power-man
anonymu+ 1830 0.0 1.4 407176 26152 ? Sl 14:54 0:00 nm-applet
anonymu+ 1832 0.0 0.7 46124 13228 ? Sl 14:54 0:00 /usr/lib/at-spi
anonymu+ 1836 0.0 0.1 4248 3120 ? S 14:54 0:00 \_ /bin/dbus-d
anonymu+ 1839 0.0 0.2 17376 4576 ? Sl 14:54 0:00 /usr/lib/at-spi
anonymu+ 1843 0.0 0.6 47656 11844 ? Sl 14:54 0:00 /usr/lib/i386-l
anonymu+ 1850 0.0 0.9 63368 17848 ? Sl 14:54 0:00 update-notifier
anonymu+ 1853 0.0 0.5 100732 9324 ? S<l 14:54 0:01 /usr/bin/pulsea
rtkit 1855 0.0 0.1 21372 2368 ? SNl 14:54 0:00 /usr/lib/rtkit/
anonymu+ 1861 0.0 0.2 28296 5392 ? Sl 14:54 0:00 /usr/lib/gvfs/g
anonymu+ 1865 0.0 0.3 44988 7412 ? Sl 14:54 0:00 /usr/lib/gvfs/g
anonymu+ 1874 0.0 0.9 46080 17300 ? Ssl 14:55 0:00 xfsettingsd
anonymu+ 1882 0.0 0.6 100252 12304 ? Ssl 14:55 0:00 xfce4-volumed
root 1884 0.0 0.4 37812 8792 ? Sl 14:55 0:00 /usr/lib/upower
anonymu+ 1903 0.0 0.2 9764 5188 ? S 14:55 0:00 /usr/lib/i386-l
anonymu+ 1929 0.0 0.1 6092 3224 ? S 14:55 0:00 init --user --s
anonymu+ 1931 0.0 0.3 47612 7392 ? Ssl 14:55 0:00 \_ /usr/lib/i3
anonymu+ 2005 0.0 0.4 49336 9124 ? Sl 14:55 0:00 /usr/lib/gvfs/g
root 2017 0.0 0.4 54260 8532 ? Sl 14:55 0:00 /usr/lib/udisks
anonymu+ 2102 0.0 0.3 30000 7256 ? Sl 14:55 0:00 /usr/lib/gvfs/g
anonymu+ 2112 0.0 0.3 28948 6036 ? Sl 14:55 0:00 /usr/lib/gvfs/g
anonymu+ 2120 0.0 0.2 39912 5492 ? Sl 14:55 0:00 /usr/lib/gvfs/g
anonymu+ 2130 0.0 0.4 48488 7680 ? Sl 14:55 0:00 /usr/lib/gvfs/g
anonymu+ 2157 0.0 0.2 9540 4736 ? S 14:55 0:00 /usr/bin/obex-d
anonymu+ 2191 0.2 0.2 44532 4024 ? Sl 14:57 0:05 utserver -setti
root 2253 0.0 0.2 7144 3980 ? S 14:58 0:00 sudo setoolkit
root 2254 0.0 0.5 14812 10820 ? S 14:58 0:00 \_ /usr/bin/py
anonymu+ 2337 57.7 29.6 1381116 549568 ? Sl 14:59 21:11 /usr/lib/firefo
root 2376 0.0 0.0 3328 1780 ? Ss 14:59 0:00 /sbin/mount.ntf
anonymu+ 2722 0.2 1.5 288316 28752 ? Sl 15:08 0:03 /usr/bin/xfce4-
anonymu+ 2726 0.0 0.0 2428 1828 ? S 15:08 0:00 \_ gnome-pty-h
anonymu+ 3072 0.0 0.2 7552 5032 pts/6 Ss+ 15:12 0:00 \_ bash
anonymu+ 3343 0.0 0.0 2280 624 pts/1 Ss 15:27 0:00 \_ sh -c sudo
anonymu+ 3419 0.0 0.2 7480 4788 pts/1 S+ 15:27 0:00 | \_ /bin/ba
anonymu+ 3461 0.0 0.0 2280 608 pts/11 Ss 15:31 0:00 \_ sh -c sudo
anonymu+ 3539 0.0 0.2 7480 4808 pts/11 S+ 15:31 0:00 | \_ /bin/ba
anonymu+ 3560 0.0 0.2 7552 5068 pts/9 Ss 15:32 0:00 \_ bash
anonymu+ 3611 0.0 0.1 5680 2548 pts/9 R+ 15:36 0:00 \_ ps faux



10. Re: ERRO AO INICIA APACHE

Carlos APC
Carlos_Cunha

(usa Linux Mint)

Enviado em 15/10/2016 - 16:44h

KaicAnonymuos330 escreveu:

aki oh


root 2376 0.0 0.0 3328 1780 ? Ss 14:59 0:00 /sbin/mount.ntf
anonymu+ 2722 0.2 1.5 288316 28752 ? Sl 15:08 0:03 /usr/bin/xfce4-
anonymu+ 2726 0.0 0.0 2428 1828 ? S 15:08 0:00 \_ gnome-pty-h
anonymu+ 3072 0.0 0.2 7552 5032 pts/6 Ss+ 15:12 0:00 \_ bash
anonymu+ 3343 0.0 0.0 2280 624 pts/1 Ss 15:27 0:00 \_ sh -c sudo
anonymu+ 3419 0.0 0.2 7480 4788 pts/1 S+ 15:27 0:00 | \_ /bin/ba
anonymu+ 3461 0.0 0.0 2280 608 pts/11 Ss 15:31 0:00 \_ sh -c sudo
anonymu+ 3539 0.0 0.2 7480 4808 pts/11 S+ 15:31 0:00 | \_ /bin/ba
anonymu+ 3560 0.0 0.2 7552 5068 pts/9 Ss 15:32 0:00 \_ bash
anonymu+ 3611 0.0 0.1 5680 2548 pts/9 R+ 15:36 0:00 \_ ps faux


Esse usuario "anonymu" que esta executando processo mencionado.

kill -9 3072 3343 3419 3461 3539 3560


Depois novamente os 1° e 2° comandos que passei e cole aqui
#-------------------------------------------------------------------------------------#

"Linux is cool"


11. Re: ERRO AO INICIA APACHE

kaic Barroso Soares
KaicAnonymuos330

(usa Outra)

Enviado em 15/10/2016 - 16:49h

ps faux|grep -E "apache|httpd"
anonymu+ 3695 0.0 0.1 4964 2076 pts/1 S+ 15:47 0:00 \_ grep --color=auto -E apache|httpd

netstat -nltp|grep 80
(Nem todos os processos puderam ser identificados, informações sobre processos
de outrem não serão mostrados, você deve ser root para vê-los todos.)
tcp 0 0 0.0.0.0:80 0.0.0.0:* OUÇA -
tcp 0 0 0.0.0.0:8080 0.0.0.0:* OUÇA 2191/utserver
tcp6 0 0 :::8080 :::* OUÇA 2191/utserver





12. Re: ERRO AO INICIA APACHE

kaic Barroso Soares
KaicAnonymuos330

(usa Outra)

Enviado em 15/10/2016 - 16:49h

ps faux|grep -E "apache|httpd"
anonymu+ 3695 0.0 0.1 4964 2076 pts/1 S+ 15:47 0:00 \_ grep --color=auto -E apache|httpd

netstat -nltp|grep 80
(Nem todos os processos puderam ser identificados, informações sobre processos
de outrem não serão mostrados, você deve ser root para vê-los todos.)
tcp 0 0 0.0.0.0:80 0.0.0.0:* OUÇA -
tcp 0 0 0.0.0.0:8080 0.0.0.0:* OUÇA 2191/utserver
tcp6 0 0 :::8080 :::* OUÇA 2191/utserver






01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts