Jan D.

Jan D.

"The only real security that a man will have in this world is a reserve of knowledge, experience, and ability."

Apache troubleshooting

Apache Error Log File All apache errors / diagnostic information other errors found during serving requests are logged to this file. Location of error log is set using ErrorLog directive. If there is any problem, you should first take a look at…

New toy in the house

Got this bike from my brother, not sure why he didn’t like it as its got all superb components. Love to ride with adjustable front fork that actually works not like other so called suspensions on cheaper versions of mountain…

Check php version

[root@stroj /]# rpm -qa | grep php php-common-5.1.6-3.7.fc6 php-mbstring-5.1.6-3.7.fc6 php-5.1.6-3.7.fc6 php-pdo-5.1.6-3.7.fc6 php-snmp-5.1.6-3.7.fc6 php-ldap-5.1.6-3.7.fc6 php-cli-5.1.6-3.7.fc6 php-pgsql-5.1.6-3.7.fc6 php-xml-5.1.6-3.7.fc6 php-mysql-5.1.6-3.7.fc6 php-gd-5.1.6-3.7.fc6

Identify TomCat & jBoss version

Tomcat The most failsafe way to get the version regarless of the packaging is to do the following: (no, i’m not kidding) 1) find catalina.jar. It *should* be in server of your tomcat installation 2) Open it with winzip like…

Disable Web Apache directory browsing

find / -name httpd.conf <Directory /usr/share/doc>Options FollowSymLinks Indexes Includes +Multiviews Disable directory browsing using httpd.conf:- Open your httpd.conf, normally it’s located at /usr/local/apache/conf or Go to your own Virtual Host settings and look for “Options Indexes” Change the Indexes…