Posted December 13th, 2008 by Perk1z
root@jakal [~]# /etc/init.d/httpd restart
httpd not running, trying to start
(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
root@jakal [~]# lsof -i tcp:80
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
mysql 12887 nobody 3u IPv4 14388423 TCP *:http (LISTEN)
root@jakal [~]# kill -9 12887
root@jakal [~]# /etc/init.d/httpd restart
httpd not [...]
Tags: apache, Error, http
Posted September 3rd, 2008 by Perk1z
top - 12:53:54 up 27 days, 15:29, 3 users, load average: 695.28, 439.47, 201.41
Tasks: 150 total, 1 running, 146 sleeping, 0 stopped, 3 zombie
Cpu(s): 0.0%us, 0.0%sy, 0.0%ni, 98.2%id, 1.4%wa, 0.0%hi, 0.3%si, 0.0%st
Mem: 2074224k total, 158648k used, 1915576k free, 4852k buffers
Swap: 2096472k total, 206592k used, 1889880k free, 38460k cached
PID USER PR NI VIRT RES SHR S [...]
Tags: apache, load, Server
Posted February 6th, 2008 by Perk1z
[root@pisangraja ~]# /usr/local/etc/rc.d/apache22 restart
Performing sanity check on apache22 configuration:
httpd: apr_sockaddr_info_get() failed for pisangraja.jc
httpd: Could not reliably determine the server’s fully qualified domain name, using 127.0.0.1 for ServerName
Syntax OK
Stopping apache22.
Waiting for PIDS: 11416.
Performing sanity check on apache22 configuration:
httpd: apr_sockaddr_info_get() failed for pisangraja.jc
httpd: Could not reliably determine the server’s fully qualified domain name, using 127.0.0.1 for ServerName
Syntax [...]
Tags: apache, Error, FreeBSD
Posted July 2nd, 2006 by Perk1z
Tanya: biasanya klo kita ngetik domain kan ngarahnya ke file index
Tanya: gimana caranya ngerubah agar diarahkan ke file lain
Tanya: agar sewaktu domain saya diketikkan
Tanya: yg muncul bukan www.namadomain.com/index.html
Tanya: tapi ke www.namadomain.com/filelain.xyz
Jawab: default memang ke file index.html, index.htm, index.php dll
Jawab: Untuk merubanya, silahkan Login ke cpanel anda, lalu pilih “File Manager” lalu edit file .htaccess
Jawab: tambahkan [...]
Tags: apache, DirectoryIndex, htaccess, Tips