machoburitto Posted July 26, 2004 Posted July 26, 2004 Ok I got problems and if any of PHP guru' out there can help me, I will be very much apreciate. I was playing with Linda's SEC contribution and testing my DHTML (photo album)script using Wysiwyg Editor( center shop). In the process of uploading from admin pannel, I accidentally did something to my DHTML code and server stopped running and samba, etc... Now, server is running out of memory (using 243mb/out of 256mb) and I can not access to phpadmin nor samba and ofcourse Hp is down and sending runtime error. Here is what I did' I first build the script in Dreamweaver, test and upload whole html script to Wysiwyg Editor using "code" mode instead of "html". I am in the process of learnig php and apache, and most of the time this forum helped me figuring out stuff, but not this time, This is what I found out so far from error log etc. //php 4.3.0 apache 2.0.4 redhat9 apache error log say [root@redhat logs]# cd /etc/httpd/logs [root@redhat logs]# tail error_log [Mon Jul 26 07:13:01 2004] [notice] Apache/2.0.40 (Red Hat Linux) configured -- resuming normal operations [Mon Jul 26 07:16:51 2004] [notice] caught SIGTERM, shutting down [Mon Jul 26 07:20:01 2004] [notice] Digest: generating secret for digest authentication ... [Mon Jul 26 07:20:01 2004] [notice] Digest: done [Mon Jul 26 07:20:02 2004] [notice] Apache/2.0.40 (Red Hat Linux) configured -- resuming normal operations [Mon Jul 26 07:23:33 2004] [notice] caught SIGTERM, shutting down [Mon Jul 26 07:28:50 2004] [notice] Digest: generating secret for digest authentication ... [Mon Jul 26 07:28:50 2004] [notice] Digest: done [Mon Jul 26 07:28:51 2004] [notice] Apache/2.0.40 (Red Hat Linux) configured -- resuming normal operations [Mon Jul 26 07:29:22 2004] [notice] caught SIGTERM, shutting down [root@redhat logs]# /etc/rc.d/init.d/httpd status httpd is stopped [root@redhat logs]# netstat -anp | grep 443 [root@redhat logs]# netstat -anp | grep 80 unix 2 [ ACC ] STREAM LISTENING 248579 2565/gconfd-2 /tmp/orbit-root/linc-a05-0-77a38063ee70 unix 2 [ ACC ] STREAM LISTENING 248786 2580/metacity /tmp/orbit-root/linc-a14-0-d0f03c2e17e5 unix 2 [ ACC ] STREAM LISTENING 247280 2518/esd /tmp/.esd/socket unix 3 [ ] STREAM CONNECTED 2260633 2565/gconfd-2 /tmp/orbit-root/linc-a05-0-77a38063ee70 unix 3 [ ] STREAM CONNECTED 2226680 3660/nautilus-throb /tmp/orbit-root/linc-e4c-0-d914f747af92 unix 3 [ ] STREAM CONNECTED 2226660 2565/gconfd-2 /tmp/orbit-root/linc-a05-0-77a38063ee70 unix 3 [ ] STREAM CONNECTED 1635728 2565/gconfd-2 /tmp/orbit-root/linc-a05-0-77a38063ee70 unix 3 [ ] STREAM CONNECTED 1298931 2565/gconfd-2 /tmp/orbit-root/linc-a05-0-77a38063ee70 unix 3 [ ] STREAM CONNECTED 249120 2565/gconfd-2 /tmp/orbit-root/linc-a05-0-77a38063ee70 unix 3 [ ] STREAM CONNECTED 249000 2565/gconfd-2 /tmp/orbit-root/linc-a05-0-77a38063ee70 unix 3 [ ] STREAM CONNECTED 248984 2565/gconfd-2 /tmp/orbit-root/linc-a05-0-77a38063ee70 unix 3 [ ] STREAM CONNECTED 248937 2565/gconfd-2 /tmp/orbit-root/linc-a05-0-77a38063ee70 unix 3 [ ] STREAM CONNECTED 248858 2565/gconfd-2 /tmp/orbit-root/linc-a05-0-77a38063ee70 unix 3 [ ] STREAM CONNECTED 248845 2565/gconfd-2 /tmp/orbit-root/linc-a05-0-77a38063ee70 unix 3 [ ] STREAM CONNECTED 248832 2565/gconfd-2 /tmp/orbit-root/linc-a05-0-77a38063ee70 unix 3 [ ] STREAM CONNECTED 248807 2584/gnome-panel unix 3 [ ] STREAM CONNECTED 248801 2537/X /tmp/.X11-unix/X0 unix 3 [ ] STREAM CONNECTED 248800 2584/gnome-panel unix 3 [ ] STREAM CONNECTED 248792 2580/metacity unix 3 [ ] STREAM CONNECTED 248790 2580/metacity unix 3 [ ] STREAM CONNECTED 248789 2580/metacity /tmp/orbit-root/linc-a14-0-d0f03c2e17e5 unix 3 [ ] STREAM CONNECTED 248785 2565/gconfd-2 /tmp/orbit-root/linc-a05-0-77a38063ee70 unix 3 [ ] STREAM CONNECTED 248784 2580/metacity unix 3 [ ] STREAM CONNECTED 248708 2565/gconfd-2 /tmp/orbit-root/linc-a05-0-77a38063ee70 unix 3 [ ] STREAM CONNECTED 248675 2565/gconfd-2 /tmp/orbit-root/linc-a05-0-77a38063ee70 [root@redhat logs]# /etc/rc.d/init.d/httpd configtest httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName Syntax OK :blink: SO!! Even with manual httpd.cong shut off, child process is running and stuck in port 80. What do I need to get out of this mess...Please assist me in right direction. Thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.