Archive for June, 2005

Jun 05 2005

Apache Organisation

Published by under General

Apache is best known for it’s excellent http server, and by many Java developers for it’s many excellent Java frameworks and products. I always expect high quality software from Apache, and I havn’t really been disappointed yet. This post on their news blog shows all projects under the foundation. Quite a few.

No responses yet

Jun 02 2005

Have your java-app connect through proxy-server

Published by under Java

It’s quite simple, and you’ll find a good example her:
Notice the difference before and after jdk 1.3.1.
(The system property values has changed.)
http://www.rgagnon.com/javadetails/java-0085.html
Good Luck!

No responses yet

Jun 01 2005

Apache – “Client denied by server configuration” tips

Published by under OS tricks

Having problems with displaying your site and getting error 403 in your web-browser?
does the log-file for apache errors contain lines like tis?
“client denied by server configuration: /path/to/files”
Then you probably have denied access to the directory in the httpd.conf file.
Allow access by adding:
<directory /path/to/files>
allow from all
</directory>
If your are using VirtualHosts then add the directory-block inside the [...]

42 responses so far

Jun 01 2005

FreeBSD thread started!

Published by under OS tricks

I’ve started this FreeBSD thread to be able to share some of the tips and trix that I’ll come across in the future.

One response so far

« Newer Entries

Real Time Web Analytics