Hi,

        I just compiled Apache httpd 2.2.8 on RedHat 4.6 with kernel
2.6.9-67.ELsmp i686.  I started it up using my configuration files from
our  2.0.61 (changed the LoadModule statements to use the new names for
the ones that changed) and now I get 

[EMAIL PROTECTED] logs]# service phttpd restart
Stopping phttpd:                                           [  OK  ]
Starting phttpd: 
[Fri Mar 14 14:21:23 2008] [warn] worker
http://172.17.52.28:8091/saleslead already used by another worker
[Fri Mar 14 14:21:23 2008] [warn] worker
http://172.18.54.39:9001/leads/verizon already used by another worker
                                                           [  OK  ]

How do I fix this?  Also we didn't get these warnings on 2.0.61. 

Here is basically what the VHOST looks like:

<VirtualHost 10.21.50.39:443>
 ServerName secure-lnx1.tampa.paymentech.com

 Timeout 1200

 SSLEngine on
 SSLProtocol -all +TLSv1 +SSLv3
 SSLCipherSuite SSLv3:+HIGH:+MEDIUM:TLSv1:+HIGH:+MEDIUM
 SSLCertificateFile /sw/ssl.crt/servername.com.pem
 SSLCertificateKeyFile /sw/ssl.key/servername.com.key.pem

 #To prevent XST(cross-site tracing)
 RewriteEngine On
 RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
 RewriteRule .* -[F]

 ProxyPass /saleslead http://172.17.52.28:8091/saleslead
 ProxyPassReverse /saleslead http://172.17.52.28:8091/saleslead
 ProxyPass /salesleadv2 http://172.17.52.28:8091/salesleadv2
 ProxyPassReverse /salesleadv2 http://172.17.52.28:8091/salesleadv2

 ProxyPass /saleslead http://172.17.52.28:8091/saleslead
 ProxyPassReverse /saleslead http://172.17.52.28:8091/saleslead
 ProxyPass /salesleadv2 http://172.17.52.28:8091/salesleadv2
 ProxyPassReverse /salesleadv2 http://172.17.52.28:8091/salesleadv2

 CustomLog logs/secure-lnx1.log combined 
 ErrorLog logs/secure-lnx1-error.log

</VirtualHost>

Here is the settings that I used to compile Apache httpd 2.2.8

./configure --prefix=/home/jwilda/build/httpd.worker \
        --with-included-apr \
        --enable-so \
        --enable-mods-shared=all \
        --with-mpm=worker \
        --enable-ssl=shared \
        --enable-rule=SSL_EXPERIMENTAL \
        --enable-auth-anon=shared \
        --enable-auth-dbm=shared \
        --enable-auth-digest=shared \
        --enable-cache=shared \
        --enable-cern-meta=shared \
        --enable-charset-lite=shared \
        --enable-dav=shared \
        --enable-dav-fs=shared \
        --enable-dav-lock=shared \
        --enable-deflate=shared \
        --enable-disk-cache=shared \
        --enable-expires=shared \
        --enable-ext-filter=shared \
        --enable-file-cache=shared \
        --enable-headers=shared \
        --enable-info=shared \
        --enable-logio=shared \
        --enable-mem-cache=shared \
        --enable-mime-magic=shared \
        --enable-isapi=shared \
        --enable-proxy=shared \
        --enable-proxy-ajp=shared \
        --enable-proxy-balancer=shared \
        --enable-proxy-connect=shared \
        --enable-proxy-ftp=shared \
        --enable-proxy-http=shared \
        --enable-rewrite=shared \
        --enable-speling=shared \
        --enable-unique-id=shared \
        --enable-usertrack=shared \
        --enable-vhost-alias=shared \
        --datadir=/var/www \
        --libdir=/usr/lib/httpd2.2/lib \
        --libexecdir=/usr/lib/httpd2.2/modules \
        --enable-suexec=shared \
        --with-suexec \
        --with-suexec-caller=apache \
        --with-suexec-docroot=/var/www \
        --with-suexec-uidmin=500 \
        --with-suexec-gidmin=100 \
        CPPFLAGS="-DSSL_EXPERIMENTAL_ENGINE"

Thanks in advance for any and all help.

Thanks,
~Jet
----------
Learn more about Chase Paymentech Solutions,LLC payment processing services at 
www.chasepaymentech.com.

THIS MESSAGE IS CONFIDENTIAL.  This e-mail message and any attachments are 
proprietary and confidential information intended only for the use of the 
recipient(s) named above.  If you are not the intended recipient, you may not 
print, distribute, or copy this message or any attachments.  If you have 
received this communication in error, please notify the sender by return e-mail 
and delete this message and any attachments from your computer.


---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to