« UBi.ach Gmail Reader | Main | DataSheet Reports 2 02.21.06 »

March 07, 2006

Networking at ITP, Nancy L Workshop 03.03.06

PC: putty as secure shell


the new server is now in place. Some general information on it:
• RedHat Enterprise Edition Application Server 4 (RHEL 4)
• SELinux for more info see this and that
• Apache 2
• PHP 4.3.9 (running in Safe Mode)
• Perl 5.8.5 (runs only in cgi-bin)
• MySQL 4.1.10 : REDHAT 4 allows this


ITP server is hosted by ITS- RED Hat Packages with the versions according.

networksITP.jpg
Php runs as “user apache” – web server user and not user id make the file writeable

In putty, control u deletes the line in the prompt

[gml229@itp blog]$ quota
Disk quotas for user gml229 (uid 793994):
Filesystem blocks quota limit grace files quota limit grace
/dev/mapper/asvg-home
113276 125000 127000 2445 125000 127000

ls –l
control c : cancel out
top – shows what programs are being used right now

[gml229@itp ~]$ ps -U gml229
PID TTY TIME CMD
15243 ? 00:00:00 sshd
15245 pts/10 00:00:00 bash
17408 pts/10 00:00:00 ps


Man : manual
Q : to leave
D : down

Binary works best most of the times

Shows all hits on the site
tail -10/var/log/httpd/ access_log | grep

usage : 200 is successful load and read,

300 or 400(wrong password) is wrong access

Grep ’72.30.133.19’ /var/log/httpd/access_log

Posted by min at March 7, 2006 07:42 AM

Comments