Jun
05
2005
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.
Jun
02
2005
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!
Jun
01
2005
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 [...]
Jun
01
2005
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.