Category: Webservers

Netem

Emulating wide area network delays Add delay of 100ms: tc qdisc add dev eth0 root netem delay 100ms Remove delay: tc qdisc change dev eth0 root netem delay 0ms Change delay to 1000ms: tc qdisc change dev eth0 root netem delay 1000ms Add random variation to 100ms delay of +/- 10ms: tc qdisc change dev eth0 root netem delay 100ms 10ms Add random variation to 100ms delay of +/- 10ms with 25% correlation: tc qdisc change dev eth0 root netem delay 100ms 10ms 25%

Read More »

mod_jk for Plesk

Download and unpack mod_jk source package to /root/archive or other location as desired: wget http://archive.apache.org/dist/jakarta/tomcat-4/source/\ jakarta-tomcat-connectors-4.1.27-src.tar.gz tar -xvzf jakarta-tomcat-connectors-4.1.27-src.tar.gz cd jakarta-tomcat-connectors-4.1.27-src/jk/native2 Prepare the configure script: chmod 755 buildconf.sh ./buildconf.sh Run the configure script: ./configure –with-apxs2=/usr/sbin/apxs \ –with-java-home=/usr/java/j2sdk1.4.2/ make libtool –finish /usr/lib/httpd/modules Copy the new modules to the apache modules directory: cp ../build/jk2/apache2/*.so /etc/httpd/modules/

Read More »

Pre-delegation access to FrontPage managed site with Plesk

On a server using Plesk, it is possible to setup event handlers that will create a host in the primary domain so that a client’s domain can be managed with FrontPage prior to delegation of the client’s domain name. For example, if the primary domain is “hosting.net” and the client domain is “acme.net” with an FTP user of “acme” then the “acme.hosting.net” can be created and used until “acme.net” becomes active. Place the following script in the cgi-bin folder of the primary domain:

Now from the Plesk control panel goto Server -> Event Manager -> Add New Event Handler In the Event field select “Physical hosting created”. In the Command field enter: /home/httpd/vhosts/hosting.com/cgi-bin/create-domain-handler.sh <new_domain_name> <new_system_user> <new_ip_address>

Read More »

FrontPage Extension Notes

Use this command to add a frontpage web:

Read More »

Determine Apache Compile Settings

How can one determine what settings were used to compile an install of the Apache webserver? At a command line type the following:

You’ll get back results similar to this:

If you have the source code that was used to do the build available then you can look in the file “config.log”. At the top of the file you’ll see something like this:

The text in bold is the configure line that was used.

Read More »

Categories

Get a free consultation from Reliable Penguin

Submit the form—or for immediate service call 866-649-7984.