I am trying to embed newsyslog in a shell script so that I can run a shell script on each host to install it:
I did 'uuencode /usr/local/sbin/newsyslog newsyslog > script.sh'
Then I added this to the top of script.sh:
#!/bin/sh
tempfile=`mktemp`
cat << EOF >> $tempfile
And I added EOF on a...
Hello,
I am using Apache2 + Tomcat 4.1 + mod_jk2 and just sucessfully set up virtual hosting on my personal laptop for development. Now, the management wants me to put the same setup on the development servers and I ran into a major problem.
Apache looks for jsp pages in it's DocumentRoot and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.