User loginSearch |
Apache HTTP ServerAdding new users/groups to run Apache (and other programs) as![]() ![]() Here's an example of how to add a new user on Debian. You can use 65533 as the user ID for httpd, and 65532 as the user ID for Apache Tomcat.
By brian at 21Sep2007 - 22:13 | Apache HTTP Server | Debian | Linux | Shell Scripting | read more | 617 reads
Installing Sun Java on Debian![]() ![]() ![]() ![]() The Debian Java FAQ entry on installing a Sun Java JVM on Debian has all of the gory details. Here's how I did it on Debian Etch 4.0. By brian at 16Sep2007 - 18:10 | Apache HTTP Server | Debian | Java | Lighttpd HTTP Server | read more | 628 reads
Apache Tomcat 6.0.14![]() ![]() ![]()
The basic steps for installing Tomcat are:
Testing the Final Product![]() ![]() ![]() ![]() ![]() ![]() ![]() Apache Status/Info Pages If you turn on the In the main <Location /server-status>server-status/server-info pages. You can restrict who can view those pages by changing the Order/Allow directives, like this:
<Location /server-info>Allow from line with spaces, continue long lines with a backslash (\).
By brian at 12Sep2007 - 22:19 | Apache HTTP Server | Java | Lighttpd HTTP Server | Perl | PHP | Shell Scripting | SQL | read more | 640 reads
Homemade .mac replacement![]() ![]() Someone posted a link to a webpage that details how you can set up your own .mac server using Apache with WebDAV, instead of paying for Apple's "services". By brian at 17Aug2007 - 15:54 | Apache HTTP Server | Apple Computer | 1491 reads
OpenSSL 0.9.8e![]() ![]() ![]()
./config --prefix=/usr/local/stow/openssl-0.9.8e sharedmake |