You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Saunders Jack <ja...@volvo.com> on 2003/06/03 15:46:54 UTC

[users@httpd] Slow performance issues

I have recently added another apache instance on a solaris 2.6 and 2.8 servers.  We reverse proxy to several servers over SSL.  The performance seems to degrade over time.  I have checked the child processes and the count is normally at 26.  I am also using the built in SSLRandomSeed.  So I would not think it had to do with the random device.  After restarting apache performance picks up again. The first instance of apache was compiled the same way and I donot seem to notice the same problems.  Any help will be greatly appreciated!
 
The servers were compiled like so:
 
BUILDHOME="/export/home/appladm/install"
CFLAGS="${CFLAGS} -DUSE_SYSVSEM_SERIALIZED_ACCEPT"
PATH=/usr/bin:/usr/local/bin:/usr/ccs/bin:/usr/sbin:/sbin:.
 
export CFLAGS PATH
 
# set build params
 
APACHEVER="1.3.19"
MODSSLVER="2.8.3"
OPENSSLVER="0.9.6g"
 
# build files
 
echo "starting build"
 
cd $BUILDHOME/mod_ssl-${MODSSLVER}-${APACHEVER}/
./configure \
        --with-apache=../apache_$APACHEVER \
        --with-ssl=../openssl-$OPENSSLVER \
        --prefix=/usr/local/apache-mack \
        --enable-module=so              \
        --enable-module=proxy           \
        --enable-shared=ssl             \
        --enable-shared=max
 
#
echo "modssl prep. work done"
 

# build apache
cd $BUILDHOME/apache_${APACHEVER}/
make
 
echo "apache build done"

[users@httpd] problem with perl-scripts

Posted by Mathias Alt <Ma...@gmx.net>.
Hello,

I have a problem executing my perl scripts on apache 2.0.45 running on
windows 2000

My script starts like this:

#!/Perl/bin/Perl.exe

require "/collect/run/lib/perl/header.pl";
.......



the execution creates the follwoing error:

Premature end of script headers: menue2.pl
Can't locate /collect/run/lib/perl/header.pl 

Neither an Alias nor a ScriptAlias helped.

What can I do?

Thanks in advance

Mathias

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org