Apache modules different sizes on 2 servers


 
Thread Tools Search this Thread
Operating Systems Solaris Apache modules different sizes on 2 servers
# 1  
Old 01-18-2010
Apache modules different sizes on 2 servers

Hi

I have built 2 modules on 2 different servers (both nodes in a cluster) and the files sizes are different for the same module on each server (size in bytes):

Server1: 45592 mod_deflate.so
Server2: 45540 mod_deflate.so

Server1: 38400 mod_headers.so
Server2: 38368 mod_headers.so

Does this effect anything? Does this mean there is a problem? Is this normal?

Any advice would be appreciated as am getting grief from developers...

Thanks

Steve.
# 2  
Old 01-18-2010
Is everything the same? Same configuration options, same libraries linked, same library versions?
# 3  
Old 01-18-2010
are they the same apache versions?
# 4  
Old 01-18-2010
You can compare elfdump output for each of them investigate. I wouldn't worry anyway.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Partition Sizes

Good Morning, What's a good way to get partition/slice sizes down to the byte on Solaris 9? I've tried a few ways, but only see results like 8.21GB which rounds the number. Thanks! (5 Replies)
Discussion started by: Stellaman1977
5 Replies

2. Web Development

<Apache>error when compiling CPP modules

Hi, I am working on Linux Platform. I am just trying to port a CPP module to apache as a module. When I try to build the Apache , it throws an error as follows libtool: unrecognized option `-DLINUX=2' Later I did some search and changed the config_vars.mk file under the "build" directory of... (0 Replies)
Discussion started by: ashabb
0 Replies

3. Shell Programming and Scripting

how to create custom modules in perl and how to import all modules with single command?

I have some custom functions which i want to use in perl Scripting all time. i want to How to create modules in perl and how to import them. Also if i create 15 modules and i want to > import all at once then how can i import? (0 Replies)
Discussion started by: Navrattan Bansa
0 Replies

4. UNIX for Advanced & Expert Users

Apache modules query

How and where can I see the list of modules that my Apache is running with. Note the httpd.conf can be altered after apache start so we can say for sure that the modules mentioned in there are the once that apache has loaded currently. Kindly help. (2 Replies)
Discussion started by: mohtashims
2 Replies

5. Shell Programming and Scripting

compressing logs on multiple servers/modules

Hi, I have 3 servers and 8 modules on each server with log files. The path is something like: /path/(server)/app/(module) the logs file are already in a file format of server.log.* on all modules. To compress the modules i will be using find . -name "server.log.*" -exec gzip {} \; and... (1 Reply)
Discussion started by: acc01
1 Replies

6. Shell Programming and Scripting

Help with file sizes

I have 2 big files in the size of gb. They are same with respect to content, both are “,” delimited. Now both of them are created by two different processes but has the same logic. The problem is they are differing only in few bytes for e.g one file is 202195751 bytes other is 202195773. So... (2 Replies)
Discussion started by: dsravan
2 Replies

7. UNIX for Dummies Questions & Answers

Which modules are installed for APACHE?

Is there some way I can tell which modules I have installed for APACHE? Would it be in httpd.conf? (2 Replies)
Discussion started by: mojoman
2 Replies

8. Shell Programming and Scripting

to compare total directory structure and get sizes of all f on two different servers

Hello every one, Iam newbie to this forum and shell programming &scripting. i needed to compare each and every folder of two separate servers. Actually I have copied some directory structure from one server to second server, to build on second server the files all should be copied... (3 Replies)
Discussion started by: mannam srinivas
3 Replies

9. UNIX for Advanced & Expert Users

squid proxy and apache servers

hi. pardon my noob question id just like to have a quick answer. i am planning to install a jabber webclient and a jabber server in our apache server. my boss said this wouldnt work because squid filters port 5222 connections (jabber). i told him we can simply 'unfilter' the port then but he said... (0 Replies)
Discussion started by: marcpascual
0 Replies
Login or Register to Ask a Question