Thursday, 27 September 2007
|
| Re: mod_auth_ldap vs mod_ldap (was: Re: authz / authn
and mod_auth_ldap) Justin Erenkrantz 11:32:00 |
| | --On Wednesday, January 22, 2003 8:54 AM +0200 Graham Leggett <minfrin@sharp.fm> wrote:
mod_ldap is a connection pool and query cache, and can be reused by> other apache modules that require ldap, such as a potential> DAV-ldap module, or a proxy_ldap module, so no - I'd say a> combination would be a bad idea. I've got to think that perhaps that connection pooling and query caching code is a better fit in apr-util than in httpd. I don't see a reason why that must be in httpd. If we had it in apr-util, it'd be easier for APR apps to write solid LDAP code.
In fact, I thought that was the original plan. I recall that some people weren't too comfortable with the pooling code in APR-util. But, I still think it makes sense... -- justin
|
| | 3 answer | Add comment |
Tuesday, 25 September 2007
|
| [Fwd: Re: Apache::Reload crash patch] Matt Sergeant 12:57:14 |
| | FYI.
-------- Original Message -------- Subject: Re: Apache::Reload crash patch Resent-Date: Mon, 24 Sep 2007 07:28:58 -0400 Resent-From: Liam Bryan <liam@richard-group.com> Resent-To: matt@sergeant.org Date: Mon, 23 Apr 2007 08:10:06 -0400 From: Liam Bryan <liam@richard-group.com> To: Liam Bryan <liam@richard-group.com>
Matt:
I haven't heard back from you yet with regards to this aspect of Apache::Reload. I was wondering if you had had a chance to review it. Thanks!
On Mar 15, 2007, at 08:36, Liam Bryan wrote:
Matt: At our company, we use the Apache::Reload module in most of our production installations, since we will often need to make adjustments without a restart of Apache. We manage multiple sites; and put site-specific customizations into separate .pm files. But, if one of these custom modules throws a compile error, then Apache::Reload will crash on line 158: Compilation failed in require at /Library/Perl/5.8.7/darwin-2level/ Unfortunately, this error is thrown in Apache, and thus crashes every site we're managing, not just the specific customized site. We found that by wrapping the particular error with an eval{} and then trapping $@, we could prevent this error from cascading across all of our managed sites. Here's what we've customized it to be: eval {require $key;}; warn("Apache::Reload: FAILED $package:\n\t$@") if $@; The eval{} does add some overhead, but a fairly negligible amount. If you'd like more detail, feel free to ask me. Thanks! Liam Bryan The Richard Group, Inc. liam@richard-group.com 703.584.5804 Liam Bryan The Richard Group, Inc. liam@richard-group.com http://richard-group.com 703.584.5804
|
| | 2 answer | Add comment |
Monday, 3 September 2007
|
| Please help! :) Julie Ann 12:08:02 |
| | I was using dk3.com's discussion board ( a modified version of php) when they switched to Apache. Not only can I not access my old boards (neither can the forum members) I also cannot create any new ones.
cabin.board.dk3.com beachouse.board.dk3.com loft.board.dk3.com castle.board.dk3.com
Is this just a matter of waiting for dk3 to bring up all my content, or is there anything I can do? Or should I start searching for new boards? There was no warning whatsoever.
Thanks guys!
Julie
__________________________________________________ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com
--------------------------------------------------------------------- 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
|
| | 158 answers | Add comment |
Friday, 31 August 2007
|
| configure: error: Cannot use an external APR with the bundled APR-util Ashtanga Yogi 04:23:50 |
| | I am on a FreeBSD system where there is already an Apache installed somewhere and I think that is what is causing my problem.
Please help me configure and install apache to my local path $WAG/install/httpd/prefork
[tbrannon@pringle:~/cvs/blue/wagsvr/wares/httpd-2.x.xx] ./configure --prefix=$W\ AG/install/httpd/prefork --with-mpm=prefork checking for chosen layout... Apache checking for working mkdir -p... yes checking build system type... i386-unknown-freebsd4.8 checking host system type... i386-unknown-freebsd4.8 checking target system type... i386-unknown-freebsd4.8
Configuring Apache Portable Runtime library ...
checking for APR... yes setting CC to "gcc" setting CPP to "gcc -E" setting CFLAGS to " -g -O2" setting CPPFLAGS to " -D_THREAD_SAFE -D_REENTRANT" setting LDFLAGS to " "
Configuring Apache Portable Runtime Utility library...
checking for APR-util... reconfig configure: error: Cannot use an external APR with the bundled APR-util [tbrannon@pringle:~/cvs/blue/wagsvr/wares/httpd-2.x.xx] echo $WAG /home/tbrannon/cvs/blue/wagsvr [tbrannon@pringle:~/cvs/blue/wagsvr/wares/httpd-2.x.xx] uname -a FreeBSD pringle.newdotnet.net 4.8-RELEASE-p13 FreeBSD 4.8-RELEASE-p13 #1 [tbrannon@pringle:~/cvs/blue/wagsvr/wares/httpd-2.x.xx]
-- _______________________________________________
Search for businesses by name, location, or phone number. -Lycos Yellow Pages
http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10
--------------------------------------------------------------------- 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
|
| | 3 answer | Add comment |
Sunday, 26 August 2007
|
| Problems building mod_perl-2.0.3 on Win32 with VC8 Steve Hay 00:11:08 |
| | I'm trying to build mod_perl-2.0.3 on Win32 with VC8 but I can't get the server to start up with mod_perl loaded. It starts up fine without it.
I've built perl-5.8.8 together with a series of patches that add support for building it with VC8. (perl-5.9.5 would work just as well since it already includes them, but I want something more "stable" than that.) That works OK and passes all tests.
I've then built httpd-2.2.4 together with two patches that add support for building that with VC8 (these are revisions 416160 and 495126 from svn.apache.org). That also works OK, and the server starts up and shows the "It works!" page.
Next up I installed apxs-0.6 and built mod_perl-2.0.3 as follows:
perl Configure.pl --with-apache2=C:/apache2.2 --with-apache-prog=httpd.exe perl Makefile.PL MP_AP_PREFIX=C:/apache2.2 nmake
That went off without a hitch, but when I come to run "nmake test" I find that the server doesn't start up. It loads perl58.dll OK, but won't load mod_perl.so. My httpd.conf file is the default except for a change to the ServerName directive plus the addition of these two lines:
LoadFile C:\perl5\bin\perl58.dll LoadModule perl_module modules/mod_perl.so
When I ran "depends mod_perl.so" I found that httpd's libapr*.dll's could not be found, so I added C:\apache2.2\bin to my PATH and tried again. Now "depends mod_perl.so" shows no dependencies are missing but the server still won't start up. Here's the output from running "httpd -t -e debug":
[Wed Aug 22 11:21:49 2007] [debug] mod_so.c(246): loaded module actions_module [Wed Aug 22 11:21:49 2007] [debug] mod_so.c(246): loaded module alias_module [Wed Aug 22 11:21:49 2007] [debug] mod_so.c(246): loaded module asis_module [Wed Aug 22 11:21:49 2007] [debug] mod_so.c(246): loaded module auth_basic_module [Wed Aug 22 11:21:49 2007] [debug] mod_so.c(246): loaded module authn_default_module [Wed Aug 22 11:21:49 2007] [debug] mod_so.c(246): loaded module authn_file_module [Wed Aug 22 11:21:49 2007] [debug] mod_so.c(246): loaded module authz_default_module [Wed Aug 22 11:21:49 2007] [debug] mod_so.c(246): loaded module authz_groupfile_module [Wed Aug 22 11:21:49 2007] [debug] mod_so.c(246): loaded module authz_host_module [Wed Aug 22 11:21:49 2007] [debug] mod_so.c(246): loaded module authz_user_module [Wed Aug 22 11:21:49 2007] [debug] mod_so.c(246): loaded module autoindex_module [Wed Aug 22 11:21:49 2007] [debug] mod_so.c(246): loaded module cgi_module [Wed Aug 22 11:21:49 2007] [debug] mod_so.c(246): loaded module dir_module [Wed Aug 22 11:21:49 2007] [debug] mod_so.c(246): loaded module env_module [Wed Aug 22 11:21:49 2007] [debug] mod_so.c(246): loaded module imagemap_module [Wed Aug 22 11:21:49 2007] [debug] mod_so.c(246): loaded module include_module [Wed Aug 22 11:21:49 2007] [debug] mod_so.c(246): loaded module isapi_module [Wed Aug 22 11:21:49 2007] [debug] mod_so.c(246): loaded module log_config_module [Wed Aug 22 11:21:49 2007] [debug] mod_so.c(246): loaded module mime_module [Wed Aug 22 11:21:49 2007] [debug] mod_so.c(246): loaded module negotiation_module [Wed Aug 22 11:21:49 2007] [debug] mod_so.c(246): loaded module setenvif_module [Wed Aug 22 11:21:49 2007] [debug] mod_so.c(246): loaded module userdir_module [Wed Aug 22 11:21:49 2007] [debug] mod_so.c(325): loaded file C:\\perl5\\bin\\perl58.dll httpd: Syntax error on line 116 of C:/apache2.2/conf/httpd.conf: Cannot load C:/apache2.2/modules/mod_perl.so into server: The specified module could not be found.
I'm now at a loss as to what the problem is. Any ideas?
I then thought that I'd try building the latest 2.2.x snapshot instead (httpd_20070822041638.tar.gz), just in case I've missed some other relevant changes for building with VC8. That works fine (the server starts up without mod_perl), but now I can't build mod_perl-2.0.3 against it: I get the following error when the build reaches Apache2::Access:
link -out:..\..\..\blib\arch\auto\Apache2\Access\Access.dll [...] Access.obj : error LNK2019: unresolved external symbol _ap_requires referenced in function _mpxs_ap_requires ..\..\..\blib\arch\auto\Apache2\Access\Access.dll : fatal error LNK1120: 1 unresolved externals
Sure enough, ap_requires() has been removed from server/core.c in the current httpd source. I tried mod_perl from svn, but that still calls ap_requires().
Any straws to clutch at would be gratefully appreciated. We're currently in the process of ditching our old compiler (VC6) and I really need to get mod_perl-2 working with VC8!
|
| | 11 answers | Add comment |
Tuesday, 14 August 2007
|
| Simple perl question Israel Brewster 23:35:43 |
| | I don't know if what I am trying to do here is even possible (sane?) but I thought I'd ask. I am running Apache 1.3.29 on an OpenBSD 4.0 system, with Apache chrooted to /var/www. I have a perl script CGI (it has the .cgi extention, not .pl, but is actually a perl script) that I need to run. Currently, the script is written to run using the system perl interpreter, with the first line of the script being #!/ usr/bin/perl This obviously doesn't work, since when it runs as a CGI it is chrooted to /var/www, and can not see /usr/bin. Now I would think that Apache should be able to run this script using the perl module, which I have installed, but I can't seem to get it to work. Could someone point me to something that tells me how to properly enable/run perl scripts in Apache? I looked at mod_perl website, but all it says is to add a code block like the following:
Alias /perl/ /home/httpd/perl/ PerlModule Apache::Registry <Location /perl> SetHandler perl-script PerlHandler Apache::Registry Options ExecCGI allow from all PerlSendHeader On </Location>
which just gives me an 'Invalid command 'PerlModule' This would imply to me that mod_perl isn't being loaded, in spite of being installed, but that leaves me needing to know how to load the perl module. Adding a line like LoadModule mod_perl /usr/local/lib/mod_perl.so (which is the correct path to the mod_perl.so file) just gives me a "Can't locate API module structure `mod_perl' in file /usr/local/lib/ mod_perl.so: Unable to resolve symbol" What am I missing here? How can I get Apache to run perl scripts? Thanks for any assistance that can be provided
----------------------------------------------- Israel Brewster Computer Support Technician Frontier Flying Service INC. 5245 Airport Industrial Rd Fairbanks, AK 99709 -----------------------------------------------
--------------------------------------------------------------------- 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
|
| | 24 answer | Add comment |
Tuesday, 7 August 2007
|
| Apache2::Reload - SameInterp refactoring Guest 21:25:31 |
| | Hi all,
I was hacking on getting the Apache2::Reload distro independent today and have identified a few things that seem like they are coupled to this release.
TestCommon::SameInterp is used by t/modules/reload.t, but currently resides in t/lib/TestCommon.
There's a note in SameInterp which follows:
META: consider merging those into Apache::TestRequest (or add a new module, e.g. Apache::TestRequestSameInterp)
Considering that I need SameInterp to run t/modules/reload.t, I think that this new module idea is a great one. Here are some suggested moves to make this happen by moving it out of the modperl repo and into Apache::Test. It's not all working yet on my setup but I wanted to run this by the group to get some feedback on the general direction here.
A + Apache-Test/t/response/TestApache2/sameinterp.pm A + Apache-Test/lib/Apache/TestRequestSameInterp.pm A Apache-Test/t/apache2/all.t A Apache-Test/t/apache2/sameinterp.t D t/modperl/sameinterp.t D t/response/TestModperl/sameinterp.pm
Index: t/apr/pool_lifetime.t =================================================================== --- t/apr/pool_lifetime.t (revision 560637) +++ t/apr/pool_lifetime.t (working copy) @@ -4,7 +4,7 @@ use Apache::Test; use Apache::TestUtil; use Apache::TestRequest; -use TestCommon::SameInterp; +use Apache::TestRequestSameInterp;
plan tests => 2, need 'HTML::HeadParser';
Index: t/modules/reload.t =================================================================== --- t/modules/reload.t (revision 560637) +++ t/modules/reload.t (working copy) @@ -4,10 +4,9 @@ use Apache::Test; use Apache::TestUtil; use Apache::TestRequest; +use Apache::TestRequestSameInterp; use File::Spec::Functions qw(catfile);
-use TestCommon::SameInterp; - plan tests => 3, need 'HTML::HeadParser';
my $test_file = catfile Apache::Test::vars("serverroot"), Index: t/modperl/cookie2.t =================================================================== --- t/modperl/cookie2.t (revision 560637) +++ t/modperl/cookie2.t (working copy) @@ -14,7 +14,7 @@ use Apache::Test; use Apache::TestUtil; use Apache::TestRequest; -use TestCommon::SameInterp; +use Apache::TestRequestSameInterp;
plan tests => 3, need 'HTML::HeadParser';
Index: t/modperl/cookie.t =================================================================== --- t/modperl/cookie.t (revision 560637) +++ t/modperl/cookie.t (working copy) @@ -19,9 +19,8 @@ use Apache::Test; use Apache::TestUtil; use Apache::TestRequest; +use Apache::TestRequestSameInterp;
-use TestCommon::SameInterp; - plan tests => 3, need 'HTML::HeadParser';
my $module = 'TestModperl::cookie';
... probably half a dozen other modules which require this change also
|
| | 2 answer | Add comment |
Friday, 3 August 2007
|
| modperl_interp_pool_select Torsten Foertsch 22:54:56 |
| | Hi,
is it valid to say that modperl_interp_pool_select is called only at request time and hence the passed pool is allways the request pool?
I have run the test suite and in the few occasions this function is called it is the request pool. But that does not mean that it allways is.
Torsten
|
| | 1 answer | Add comment |
Thursday, 26 July 2007
|
| Help needed Karthik 11:57:33 |
| | Hi, I need to know how to start a cgi/perl/exe from apache under user privelage rather than NT AUTHORITY\SYSTEM on Windows 2000. At present when I start my perl program it shows the owner as NT AUTHORITY\SYSTEM and not the user
karthik
|
| | 154 answer | Add comment |
Tuesday, 24 July 2007
Friday, 13 July 2007
|
| [Fwd: MP2: Patch to fix dynamic loading under OpenBSD (Was: Patches
for two problems under OpenBSD) Geoffrey Young 23:42:38 |
| |
-------- Original Message -------- Subject: MP2: Patch to fix dynamic loading under OpenBSD (Was: Patches for two problems under OpenBSD) Date: Sun, 10 Jun 2007 20:38:53 +0200 From: Simon Bertrang <janus@errornet.de> To: modperl@perl.apache.org References: <20070609182229.GD2049@codefish>
On Sat, Jun 09, 2007 at 08:22:30PM +0200, Simon Bertrang wrote:
Hi, when porting libapreq2 to OpenBSD we noticed a problem with a workaround that doesn't apply anymore ( APR.pm): $OpenBSD: patch-xs_APR_APR_APR_pm,v 1.1 2007/06/09 16:02:04 martynas Exp $ --- xs/APR/APR/ APR.pm.o rig Mon Nov 20 01:31:02 2006 +++ xs/APR/APR/ APR.pm Sat Jun 9 18:10:04 2007 @@ -23,7 +23,7 @@ our @ISA = qw(DynaLoader); # XXX: see xs/ModPerl/Const/ Const.pm for issues of using 0x01 use Config (); use constant DL_GLOBAL => - ( $Config::Config{dlsrc} eq 'dl_dlopen.xs' && $^O ne 'openbsd' ) ? 0x01 : 0x0; + ( $Config::Config{dlsrc} eq 'dl_dlopen.xs' ) ? 0x01 : 0x0; sub dl_load_flags { DL_GLOBAL } unless (defined &APR::XSLoader::BOOTSTRAP) { Here's a diff against svn. The second thing from my previous mail is fixed already as told by Jonathan Vanasco.
Regards, Simon
Index: xs/APR/APR/APR.pm =================================================================== --- xs/APR/APR/APR.pm (revision 545917) +++ xs/APR/APR/APR.pm (working copy) @@ -23,7 +23,7 @@ # XXX: see xs/ModPerl/Const/Const.pm for issues of using 0x01 use Config (); use constant DL_GLOBAL => - ( $Config::Config{dlsrc} eq 'dl_dlopen.xs' && $^O ne 'openbsd' ) ? 0x01 : 0x0; + ( $Config::Config{dlsrc} eq 'dl_dlopen.xs' ) ? 0x01 : 0x0; sub dl_load_flags { DL_GLOBAL }
unless (defined &APR::XSLoader::BOOTSTRAP) {
|
| | 2 answer | Add comment |
Wednesday, 11 July 2007
|
| [PATCH] Check AV* is not NULL before calling av_undef() Steve Hay 22:29:14 |
| | The attached patch stops mod_perl-1.x from calling av_undef() on a NULL AV*.
This fixes some horrible nastiness when using bleadperl, which no longer returns early from av_undef() in the case that the AV* is NULL as of perl change #26513.
Would someone please be kind enough to take a quick look and +1 it if looks OK before I commit?
(mod_perl-2.x seems not to use av_undef() anywhere, so no similar change will be required there.)
--
Index: src/modules/perl/mod_perl.c =================================================================== --- src/modules/perl/mod_perl.c (revision 553245) +++ src/modules/perl/mod_perl.c (working copy) @@ -277,13 +277,17 @@ mp_request_rec = 0; - av_undef(orig_inc); - SvREFCNT_dec((SV*)orig_inc); - orig_inc = Nullav; + if (orig_inc != Nullav) { + av_undef(orig_inc); + SvREFCNT_dec((SV*)orig_inc); + orig_inc = Nullav; + } - av_undef(cleanup_av); - SvREFCNT_dec((SV*)cleanup_av); - cleanup_av = Nullav; + if (cleanup_av != Nullav) { + av_undef(cleanup_av); + SvREFCNT_dec((SV*)cleanup_av); + cleanup_av = Nullav; + } #ifdef PERL_STACKED_HANDLERS hv_undef(stacked_handlers); @@ -1159,9 +1163,11 @@ perl_clear_env(); /* reset @INC */ - av_undef(GvAV(incgv)); - SvREFCNT_dec(GvAV(incgv)); - GvAV(incgv) = Nullav; + if (GvAV(incgv) != Nullav) { + av_undef(GvAV(incgv)); + SvREFCNT_dec(GvAV(incgv)); + GvAV(incgv) = Nullav; + } GvAV(incgv) = av_copy_array(orig_inc); /* reset $/ */
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org |
| | 4 answer | Add comment |
Wednesday, 4 July 2007
|
| httpd works, no errors but can not get html page in browser Mark 00:28:38 |
| | Hi,
I have just installed httpd-2.0.45 with no options in ./configure
Only a few changes made in the default httpd.conf: User wwwrun Group nogroup ServerName 192.168.1.193:80
I use Linux, SuSE 6.2 (original) but upgraded the kernel to 2.4.20.
Output error_log: after starting httpd: [Tue Jun 03 22:26:15 2003] [notice] Apache/2.0.45 (Unix) configured -- resuming normal operations
Output access_log 127.0.0.1 - - [03/Jun/2003:22:09:09 +0200] "GET / HTTP/1.0" 200 1968 192.168.1.193 - - [03/Jun/2003:22:09:32 +0200] "GET / HTTP/1.0" 200 1968
but i don't get any thing on either my browser on 192.168.1.193 or even on the server using lynx: Looking up localhost first. Looking up localhost. Making HTTP connection to localhost. Sending HTTP request. HTTP request sent; waiting for response. Alert!: Unexpected network read error; connection aborted. Can't Access `http://localhost/' Alert!: Unable to access document.
lynx: Can't access startfile (same if i use the 192.1.168.193 instead of localhost)
Has anyone got an idea what this can be? I'm boggled....
Thanks & Cheers Mark
--------------------------------------------------------------------- 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
|
| | 3 answer | Add comment |
Thursday, 28 June 2007
|
| Rental/Sale Latest VoipSWITCH 2.0.0.879+All Modules+Training+Support From Solution4VOIP Guest 02:52:12 |
| | Dear Friends:
Want to setup VOIP company, a business under your own brand name? We have complete solution to launche VOIP (VOice Over Internet Protocol) company. All support comes included.
Softswitch is the main element of the platform, which merges the functionality of the following VOIP architecture’s elements.
H323 switch
H323 gatekeeper
SIP Proxy
SIP registrar
Each of the described elements can operate simultaneously with the others. Moreover, the clients, regardless of the protocol, or the way they transfer connections, can connect between one another. This option allows connecting the networks, which because of the differences in implemented protocols or dialects inside the particular protocol, cannot directly transfer connection between one another. Implementing Solution4VOIP as a central traffic controller also introduces a number of additional management, supervision and network security facilitations.
The main characteristics of the softswitch include:
· Simultaneous and transparent support of SIP and H323 protocols (sip?h323 and h323?sip translator
· Possibility of implementing various types of proxy (e.g. RTP-proxy or signaling proxy), possibility of choosing proxy for each prefix defined in dialing plan.
· Advanced routing and rating system
· Full internetworking with most commercially available switches, softswitches, session border controllers and VOIP gateways.
· VOIP equipment support
· NAT support both for SIP and h323 equipment
· Calling to sip devices behind NAT (without the necessity of configuring NAT)
· Calling among users registered to softswitch, support for dynamic IP addresses
· Authentication of VOIP equipment
o by IP address
o by ANI
o by h323id
o by the pair of login/password (according to the SIP standard)
· Flexible routing
· Individual, integrated billing system
· Managing pre-paid and post-paid accounts
· Setting up users in the VSConfig program
· Managing users, blocking, setting limits
· Generating the groups of users and managing lots
· Creating and managing tariffs, the possibility of attributing a tariff to an individual user
· Data stored in the MSSQL or MySQL database
· Graphic management interface (presentation of the statistical data, billing information, managing clients’ accounts, generating PIN, managing the tariffs, dialing plan and others)
· Graphic interface presenting the current traffic in the real time, number of the logged in clients, with the division into different types of services, presentation of logs and others
· Web interface for clients – presentation of the connections history, possibility of exporting to the file, presentation of the current account status, possibility of making payments online and others
· Easy to set up architecture
· Automatic software re-start facilities in case of system failure
· Scalability for new telecommunication services by enabling additional modules
Advantages of managing the system:
· Simplify the management processes and network configuration changes of VoIP equipment
· Unify equipment supporting different protocols (or dialects of one protocol)
· Manage concentration and routing processes of VoIP traffic
· Centralize authorization and billing tasks of VoIP calls in one point
· Hide the network structure from third parties, if necessary
· Utilize possibility of implementing value-added services such as: calling card and DID calling card system, IPPBX, SMS/ANI/PIN/DID callback system.
STANDARD APPLICATIONS
Central point of your VOIP network
Main benefits:
Management of authorization rules of VoIP-gateways
Setting up call routing rules
Provisioning of compatibility for H323 and SIP- equipment of various vendors
Security and load planning of VoIP-traffic by using optional RTP-proxying
Access to the statistical data (ASR, PDD and others)
Transparent interface of the billing system
Network security
When using RTP-proxying SoftSwitch provides a single entry point for VoIP traffic.Both for clients and carriers there is only one IP address available.
Integration of equipment with support of different protocols
One of the most important features of RSF1000 is its ability to support widely accepted signaling IP-protocols - SIP and H323. The system provides transparent converging of one protocol into another, thus allowing performing calls from one type of equipment to another.
SCALABILITY
Through launching subsequent modules, it is very convenient for a provider to extend the range of services offered. Available modules:
IVR for calling cards
Web/SMS/ANI callback (with IVR)
Reseller’s module
Online shop
CallShop
SPECIFICATIONS
Supported protocols
1 H.323 v.2 (H.245 v7, H225 v4) with/without FAST START 2 SIP (RFC 3261) 3 proxying of RTP/RTCP streams 4 Signalling proxy 5 Support of T38 (SIP, H323) 6 Transparent conversion of SIP to H323 and vice versa
Support of the Devices Behind the NAT
1 SIP-devices 2 H323-devices
Authentication
1 by IP address – SIP and H323 2 by H323ID – h323 terminals/gateways 3 by ANI (calling party number) – SIP and H323 4 by login and password- SIP equipment 5 by login and password – HearLink pc to phone/web to phone dialer (included in the package) 6 gatekeeper registration based on aliases
Intelligent routing
1 based on prefixes (the possibility of defining prefixes differentiating individual users) 2 based on accessibility of the VOIP gateway 3 based on priorities when choosing a gateway 4 depending on available voice codecs 5 depending on prefixes specified in the tariff of an individual client
Phone Numbers Translation
1 Deletion of the set number of digits from the called party number 2 Addition of the set number of digits to the called party number 3 Deletion of the set number of digits from the caller number 4 Addition of the set number of digits to the caller number 5 Virtual prefixes (for differentiation of the dialing plans)
Information for the Billing System
1 Real-time, built in billing system 2 Storage in SQL database (MSSQL or MYSQL) 3 pre-paid and post-paid accounts 4 Payments history 5 CDR – examining the logs of the calls carried out from the VSCConfig level, possibility of filtering data according to the set parameters, possibility of exporting data to the file (html, excel, txt, or csv type), presenting the CDR on the WWW pages available for clients
System Management and Control Features
1 Graphic User Interface for managing the overall functionality of the system 2 Visual presentation of current connections along with the information on their status 3 The number of statistical data presenting the information on the traffic intensity with its various parameters e.g. ASR, PDD. Possibility of limiting the number of data presented by using available filters e.g. only incoming traffic from the particular client, traffic directed to the particular gateway, or prefix etc. 4 Visual presentation of logged in clients and their current status, with the division into types of services e.g. gatekeeper users, SIP users, pc2phone, callback.
Operating Systems 1 Windows 2000, 2003, XP
------------------------------------------------------------ -----
Contact us if you are interested.
Thank you, Solution4voip.com VOIP Solution Provider Solution for Voice Over Internet Protocol (VOIP)
Email: salesATsolution4voipDOTcom MSN: SalesATsolution4voipDOTcom, SupportATsolution4voipDOTcom Phone: +1800 7816433
|
| | Add comment |
Wednesday, 27 June 2007
|
| help! Doug Crowe 19:43:29 |
| | can someone provide a link to download a pre-compiled win32 binary of a c compiler that will work with CPAN?
Doug
--------------------------------------------------------------------- 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 For additional commands, e-mail: users-help@httpd.apache.org
|
| | 492 answer | Add comment |
Saturday, 23 June 2007
|
| password protect Eric 16:53:00 |
| | /usr/local/apache/htdocs/thisdirectory
how do I password protect a directory such as the above?
apache 2.x
thanks Eric
--------------------------------------------------------------------- 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
|
| | 5 answers | Add comment |
Thursday, 21 June 2007
|
| Authentification problem with Apache 2.23 and OpenLDAP 2.2 on win32 Michel SANCHEZ 15:50:25 |
| | Hi,
Apache 2.2.3, OpenLDAP 2.2.29, both on win32.
It seems that the LDAP authentification mechanism with mod_authnz_ldap.so doesn't work.
Apache configuration httpd conf :
LoadModule ldap_module modules/mod_ldap.so LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
ProxyPass / balancer://mycluster stickysession=jsessionid nofailover=on <Location /> Order allow,deny Allow from all AuthType Basic AuthName "Cluster Test" AuthBasicProvider ldap AuthzLDAPAuthoritative off AuthLDAPBindDN "cn=Manager,dc=my-domain,dc=com" AuthLDAPBindPassword "admin"
AuthLDAPURL "ldap://tola300003783.tls.fr.eu.airbus.corp:389/ou=people,dc=my-domain,dc=com?uid" Require valid-user </Location>
The query with ldapsearch works well, from Apache i got en internal server error
Error log : [Wed Jan 17 14:34:20 2007] [debug] mod_authnz_ldap.c(373): [client 152.3.74.202] [2184] auth_ldap authenticate: using URL ldap://tola300003783.tls.fr.eu.airbus.corp:389/ou=people,dc=my-domain,dc=com?uid [Wed Jan 17 14:34:20 2007] [warn] [client 152.3.74.202] [2184] auth_ldap authenticate: user michel authentication failed; URI / [ldap_search_ext_s() for user failed][Erreur de protocole]
slapd.log : backend_startup: starting "dc=my-domain,dc=com" bdb_db_open: dbenv_open(./data) slapd starting connection_get(1212): got connid=0 connection_read(1212): checking for input on id=0 ber_get_next ber_get_next: tag 0x30 len 51 contents: ber_get_next do_bind ber_get_next on fd 1212 failed errno=10035 (WSAEWOULDBLOCK) ber_scanf fmt ({imt) ber: ber_scanf fmt (m}) ber:>>> dnPrettyNormal: <cn=Manager,dc=my-domain,dc=com> => ldap_bv2dn(cn=Manager,dc=my-domain,dc=com,0) ldap_err2string <= ldap_bv2dn(cn=Manager,dc=my-domain,dc=com)=0 Success => ldap_dn2bv(272) ldap_err2string <= ldap_dn2bv(cn=Manager,dc=my-domain,dc=com)=0 Success => ldap_dn2bv(272) ldap_err2string <= ldap_dn2bv(cn=manager,dc=my-domain,dc=com)=0 Success <<< dnPrettyNormal: <cn=Manager,dc=my-domain,dc=com>, <cn=manager,dc=my-domain,dc=com> do_bind: version=3 dn="cn=Manager,dc=my-domain,dc=com" method=128 do_bind: v3 bind: "cn=Manager,dc=my-domain,dc=com" to "cn=Manager,dc=my-domain,dc=com" send_ldap_result: conn=0 op=0 p=3 send_ldap_response: msgid=4 tag=97 err=0 ber_flush: 14 bytes to sd 1212 connection_get(1212): got connid=0 connection_read(1212): checking for input on id=0 ber_get_next ber_get_next: tag 0x30 len 107 contents: connection_input: conn=0 deferring operation: binding do_search ber_scanf fmt ({miiiib) ber: send_ldap_result: conn=0 op=1 p=3 send_ldap_response: msgid=3 tag=101 err=2 ber_flush: 32 bytes to sd 1212
Thanks for help.
Michel.
This e-mail is intended only for the above addressee. It may contain privileged information. If you are not the addressee you must not copy, distribute, disclose or use any of the information in it. If you have received it in error please delete it and immediately notify the sender. Security Notice: all e-mail, sent to or from this address, may be accessed by someone other than the recipient, for system management and security reasons. This access is controlled under Regulation of security reasons. This access is controlled under Regulation of Investigatory Powers Act 2000, Lawful Business Practises.
--------------------------------------------------------------------- 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
|
| | 1 answer | Add comment |
Friday, 15 June 2007
|
Get VoipSWITCH+Support+Training+All Modules In Just 1500 Usd From Solution4VOIP solution4voip 22:01:10 |
| | Dear Friends:
Want to setup VOIP company, a business under your own brand name? We have complete solution to launche VOIP (VOice Over Internet Protocol) company. All support comes included.
Softswitch is the main element of the platform, which merges the functionality of the following VOIP architecture’s elements.
H323 switch
H323 gatekeeper
SIP Proxy
SIP registrar
Each of the described elements can operate simultaneously with the others. Moreover, the clients, regardless of the protocol, or the way they transfer connections, can connect between one another. This option allows connecting the networks, which because of the differences in implemented protocols or dialects inside the particular protocol, cannot directly transfer connection between one another. Implementing Solution4VOIP as a central traffic controller also introduces a number of additional management, supervision and network security facilitations.
The main characteristics of the softswitch include:
· Simultaneous and transparent support of SIP and H323 protocols (sip?h323 and h323?sip translator
· Possibility of implementing various types of proxy (e.g. RTP-proxy or signaling proxy), possibility of choosing proxy for each prefix defined in dialing plan.
· Advanced routing and rating system
· Full internetworking with most commercially available switches, softswitches, session border controllers and VOIP gateways.
· VOIP equipment support
· NAT support both for SIP and h323 equipment
· Calling to sip devices behind NAT (without the necessity of configuring NAT)
· Calling among users registered to softswitch, support for dynamic IP addresses
· Authentication of VOIP equipment
o by IP address
o by ANI
o by h323id
o by the pair of login/password (according to the SIP standard)
· Flexible routing
· Individual, integrated billing system
· Managing pre-paid and post-paid accounts
· Setting up users in the VSConfig program
· Managing users, blocking, setting limits
· Generating the groups of users and managing lots
· Creating and managing tariffs, the possibility of attributing a tariff to an individual user
· Data stored in the MSSQL or MySQL database
· Graphic management interface (presentation of the statistical data, billing information, managing clients’ accounts, generating PIN, managing the tariffs, dialing plan and others)
· Graphic interface presenting the current traffic in the real time, number of the logged in clients, with the division into different types of services, presentation of logs and others
· Web interface for clients – presentation of the connections history, possibility of exporting to the file, presentation of the current account status, possibility of making payments online and others
· Easy to set up architecture
· Automatic software re-start facilities in case of system failure
· Scalability for new telecommunication services by enabling additional modules
Advantages of managing the system:
· Simplify the management processes and network configuration changes of VoIP equipment
· Unify equipment supporting different protocols (or dialects of one protocol)
· Manage concentration and routing processes of VoIP traffic
· Centralize authorization and billing tasks of VoIP calls in one point
· Hide the network structure from third parties, if necessary
· Utilize possibility of implementing value-added services such as: calling card and DID calling card system, IPPBX, SMS/ANI/PIN/DID callback system.
STANDARD APPLICATIONS
Central point of your VOIP network
Main benefits:
Management of authorization rules of VoIP-gateways
Setting up call routing rules
Provisioning of compatibility for H323 and SIP- equipment of various vendors
Security and load planning of VoIP-traffic by using optional RTP-proxying
Access to the statistical data (ASR, PDD and others)
Transparent interface of the billing system
Network security
When using RTP-proxying SoftSwitch provides a single entry point for VoIP traffic.Both for clients and carriers there is only one IP address available.
Integration of equipment with support of different protocols
One of the most important features of RSF1000 is its ability to support widely accepted signaling IP-protocols - SIP and H323. The system provides transparent converging of one protocol into another, thus allowing performing calls from one type of equipment to another.
SCALABILITY
Through launching subsequent modules, it is very convenient for a provider to extend the range of services offered. Available modules:
IVR for calling cards
Web/SMS/ANI callback (with IVR)
Reseller’s module
Online shop
CallShop
SPECIFICATIONS
Supported protocols
1 H.323 v.2 (H.245 v7, H225 v4) with/without FAST START
2 SIP (RFC 3261)
3 proxying of RTP/RTCP streams
4 Signalling proxy
5 Support of T38 (SIP, H323)
6 Transparent conversion of SIP to H323 and vice versa
Support of the Devices Behind the NAT
1 SIP-devices
2 H323-devices
Authentication
1 by IP address – SIP and H323
2 by H323ID – h323 terminals/gateways
3 by ANI (calling party number) – SIP and H323
4 by login and password- SIP equipment
5 by login and password – HearLink pc to phone/web to phone dialer (included in the package)
6 gatekeeper registration based on aliases
Intelligent routing
1 based on prefixes (the possibility of defining prefixes differentiating individual users)
2 based on accessibility of the VOIP gateway
3 based on priorities when choosing a gateway
4 depending on available voice codecs
5 depending on prefixes specified in the tariff of an individual client
Phone Numbers Translation
1 Deletion of the set number of digits from the called party number
2 Addition of the set number of digits to the called party number
3 Deletion of the set number of digits from the caller number
4 Addition of the set number of digits to the caller number
5 Virtual prefixes (for differentiation of the dialing plans)
Information for the Billing System
1 Real-time, built in billing system
2 Storage in SQL database (MSSQL or MYSQL)
3 pre-paid and post-paid accounts
4 Payments history
5 CDR – examining the logs of the calls carried out from the VSCConfig level, possibility of filtering data according to the set parameters, possibility of exporting data to the file (html, excel, txt, or csv type), presenting the CDR on the WWW pages available for clients
System Management and Control Features
1 Graphic User Interface for managing the overall functionality of the system
2 Visual presentation of current connections along with the information on their status
3 The number of statistical data presenting the information on the traffic intensity with its various parameters e.g. ASR, PDD. Possibility of limiting the number of data presented by using available filters e.g. only incoming traffic from the particular client, traffic directed to the particular gateway, or prefix etc.
4 Visual presentation of logged in clients and their current status, with the division into types of services e.g. gatekeeper users, SIP users, pc2phone, callback.
Operating Systems
1 Windows 2000, 2003, XP
------------------------------------------------------------ -----
Contact us if you are interested.
Thank you, Solution4voip.com VOIP Solution Provider Solution for Voice Over Internet Protocol (VOIP)
Email: salesATsolution4voipDOTcom MSN: SalesATsolution4voipDOTcom, SupportATsolution4voipDOTcom Phone: +1 888 8679193 |
| | Add comment |
Saturday, 2 June 2007
|
| Permissions Webmaster 12:13:33 |
| | I have a server that will not let the user change permissions when he tries says that he is not an apache user any ideas on what is causing this or how to fix it? |
| | 88 answers | Add comment |
Friday, 1 June 2007
|
| Session Cache is not configured Ray Hillman 17:06:01 |
| | Hi,
I've just installed a test Apache 2.0.39 with mod_ssl enabled. Apache is starting, but I'm getting the following message in the access_log file when I restart:
[Tue Jun 25 13:18:15 2002] [warn] Init: Session Cache is not configured [hint: SSLSessionCache] [Tue Jun 25 13:18:18 2002] [notice] Apache/2.0.39 (Unix) mod_ssl/2.0.39 OpenSSL/0.9.7-dev configured -- resuming normal operations
I've generated a private test certificate and pointed SSLCertificateFile at it. SSLSessionCache is the default (dbm:/logs/ssl_scache).
Have I missed something? How do I configure the Session Cache?
Thanks
Ray
-- RFC-822 : R.K.Hillman@bton.ac.uk X.400 : S=hillman; G=ray; O=bton; PRMD=uk.ac; ADMD= ; C=GB Tel : +44 1273 600900 Ext. 2644 or +44 1273 642644 (direct) Fax : +44 1273 642666 Http : http://www.bton.ac.uk/ http://sirius.admin.bton.ac.uk/backhander/ Systems Manager, University of Brighton Information Services, Watts Building, Moulsecoomb, Brighton, East Sussex, UK, BN2 4GJ
|
| | 2 answer | Add comment |
Wednesday, 30 May 2007
|
| Newbie Question Stephen A 902d MI Davis 02:02:18 |
| | Hello all. I am very new to the world of Unix, Solaris and Apache. And I have to now install and use all of this. I went to:
http://www.apache.org/dist/httpd/
To download Apache for Solaris but I have no idea what to download. I am way too used to downloading real complicated things like Setup.exe. Can anyone give me specific guidance or references on this? Thank you in advance.
Stephen A. Davis stephendavis@bigfoot.com
|
| | 247 answers | Add comment |
Tuesday, 22 May 2007
|
| [error] (9)Bad file descriptor: apr_socket_accept: (client socket) Guest 22:38:08 |
| | I've spent hours googling and asked about this error message on a PHP list and was directed here.
Every time I gracefully restart Apache 2.2.2, the error log reports:
[Thu May 18 19:59:29 2006] [notice] Graceful restart requested, doing restart [Thu May 18 19:59:29 2006] [error] (9)Bad file descriptor: apr_socket_accept: (client socket) [Thu May 18 19:59:30 2006] [notice] Apache configured -- resuming normal operations [Thu May 18 19:59:30 2006] [warn] long lost child came home! (pid 2881)
On rare occasion, Apache 2.2.2 is crashing with: [Fri May 19 17:29:05 2006] [notice] child pid 11243 exit signal Segmentation fault (11) (Long list, all the child pids different of course.)
I've searched the bug list and found nothing for apr_socket_accept. From googling, I've found messages about errors with apr_socket_accept in very old versions of Apache, but none seemed helpful.
Since I see "client socket", it certainly sounds like it's an interaction with something else that's causing the problem, but I don't know how to determine what that something else is. I could include my strace, but it's long and I'm not a progammer so I can't really get anywhere with it.
I get the same error even if I take out the only external module I use (PHP5.1.4). I've tried using a totally stripped-down version of httpd.conf as well, with the same results. I've tried building Apache without some of the standard modules, with the same results. (The list of modules is below.)
It seems possibly related to my operating/build environment: gcc version 3.3.5 (Debian 1:3.3.5-13) ReiserFS on (software) RAID-1 Linux version 2.6.8-11-amd64-generic Debian Stable
dmesg reports no file system errors. I did reboot the system once, and ReiserFS reported no problems. The only thing left that I can think of is to bring down the server and run reiserfsck. It's a production server, so I very much dislike doing it unless someone believes that this error points towards the file system.
Any suggestions appreciated.
Thank you,
Jeff Hill
# apachectl -l core.c mod_authn_file.c mod_authn_default.c mod_authz_host.c mod_authz_groupfile.c mod_authz_user.c mod_authz_default.c mod_auth_basic.c mod_cache.c mod_mem_cache.c mod_include.c mod_filter.c mod_deflate.c mod_log_config.c mod_env.c mod_usertrack.c mod_setenvif.c mod_ssl.c prefork.c http_core.c mod_mime.c mod_status.c mod_autoindex.c mod_asis.c mod_info.c mod_cgi.c mod_negotiation.c mod_dir.c mod_actions.c mod_speling.c mod_userdir.c mod_alias.c mod_rewrite.c mod_so.c
--------------------------------------------------------------------- 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
|
| | 4 answer | Add comment |
Wednesday, 16 May 2007
|
| Apache::Reload [ was Re: [Fwd: foundation: r10592 - in /foundation/officers:
cclas.txt grants.txt]] Fred Moyer 13:29:59 |
| | Philip M. Gollucci wrote:
[dropped all but dev@] Fred Moyer wrote: Also, there are a couple patches sent to -user or -dev in 2006 worth investigating incorporating. I applied that patch a few days ago. Philip I've stolen your Makefile.PL from Apache::SizeLimit and hacked it to fit Apache::Reload.
I still need to write some tests for this (none existing), eta on the release right now is 'a few weeks'. Sorry I haven't been able to move faster on this, have been involved in a big push at the day job. I'll post my tests to the list for review before I commit, thanks for your patience on this.
|
| | Add comment |
Tuesday, 15 May 2007
|
| is APR intended to work with threads? Torsten Foertsch 14:01:56 |
| | $ perl -MAPR::Pool -Mthreads -e ' APR::Pool->new; $_->join for (map {threads->create(sub{})} 1,2);print "DONE\n"' DONE
but
$ perl -MAPR::Pool -Mthreads -e ' my $p=APR::Pool->new; $_->join for (map {threads->create(sub{})} 1,2); print "DONE\n"' DONE *** glibc detected *** perl: double free or corruption (!prev): 0x0820e670 *** ======= Backtrace: ========= /lib/libc.so.6[0xb7e4c6e1] /lib/libc.so.6(cfree+0x89)[0xb7e4dd79] /opt/apache22-worker/lib/libapr-1.so.0(apr_allocator_destroy+0x44)[0xb7b87b59] /opt/apache22-worker/lib/libapr-1.so.0(apr_pool_destroy+0x117)[0xb7b88647] /opt/apache22-worker/lib/libapr-1.so.0(apr_pool_terminate+0x46)[0xb7b8820e] /opt/apache22-worker/lib/libapr-1.so.0(apr_terminate+0x30)[0xb7b897e6] /opt/apache22-worker/mod_perl/5.8.8/i586-linux-thread-multi/auto/APR/APR.so(XS_APR_END+0x59)[0xb7fb5d39] perl(Perl_pp_entersub+0x3c3)[0x80caef3] perl[0x8062f7d] perl(Perl_call_sv+0x6d4)[0x8067434] perl(Perl_call_list+0x27f)[0x806790f] perl(perl_destruct+0x12e1)[0x8069961] perl(main+0xc6)[0x80601b6] /lib/libc.so.6(__libc_start_main+0xdc)[0xb7dfdf9c] perl[0x8060061] ======= Memory map: ======== 08048000-08160000 r-xp 00000000 03:05 129870 /usr/bin/perl 08160000-08165000 rw-p 00117000 03:05 129870 /usr/bin/perl 08165000-082fb000 rw-p 08165000 00:00 0 [heap] b6800000-b6821000 rw-p b6800000 00:00 0 b6821000-b6900000 ---p b6821000 00:00 0 b6952000-b6953000 ---p b6952000 00:00 0 b6953000-b7153000 rw-p b6953000 00:00 0 b7174000-b7175000 ---p b7174000 00:00 0 b7175000-b7975000 rw-p b7175000 00:00 0 b7996000-b79a7000 r-xp 00000000 03:05 32517 /lib/libz.so.1.2.3 b79a7000-b79a9000 rw-p 00010000 03:05 32517 /lib/libz.so.1.2.3 b79a9000-b7ac4000 r-xp 00000000 03:05 260697 /usr/lib/libcrypto.so.0.9.8 b7ac4000-b7aca000 r--p 0011b000 03:05 260697 /usr/lib/libcrypto.so.0.9.8 b7aca000-b7ad9000 rw-p 00121000 03:05 260697 /usr/lib/libcrypto.so.0.9.8 b7ad9000-b7adc000 rw-p b7ad9000 00:00 0 b7adc000-b7b15000 r-xp 00000000 03:05 260698 /usr/lib/libssl.so.0.9.8 b7b15000-b7b19000 rw-p 00039000 03:05 260698 /usr/lib/libssl.so.0.9.8 b7b19000-b7b2f000 r-xp 00000000 03:05 259608 /usr/lib/libsasl2.so.2.0.22 b7b2f000-b7b31000 rw-p 00015000 03:05 259608 /usr/lib/libsasl2.so.2.0.22 b7b31000-b7b40000 r-xp 00000000 03:05 32488 /lib/libresolv-2.5.so b7b40000-b7b42000 rw-p 0000e000 03:05 32488 /lib/libresolv-2.5.so b7b42000-b7b44000 rw-p b7b42000 00:00 0 b7b4f000-b7b59000 r-xp 00000000 03:05 32504 /lib/libgcc_s.so.1 b7b59000-b7b5b000 rw-p 00009000 03:05 32504 /lib/libgcc_s.so.1 b7b5b000-b7b61000 r-xp 00000000 03:05 681480 /usr/lib/perl5/5.8.8/i586-linux-thread-multi/auto/threads/threads.so b7b61000-b7b63000 rw-p 00005000 03:05 681480 /usr/lib/perl5/5.8.8/i586-linux-thread-multi/auto/threads/threads.so b7b63000-b7b67000 r-xp 00000000 03:05 1395452 /opt/apache22-worker/mod_perl/5.8.8/i586-linux-thread-multi/auto/APR/Pool/Pool.so b7b67000-b7b68000 r--p 00003000 03:05 1395452 /opt/apache22-worker/mod_perl/5.8.8/i586-linux-thread-multi/auto/APR/Pool/Pool.so b7b68000-b7b69000 rw-p 00004000 03:05 1395452 /opt/apache22-worker/mod_perl/5.8.8/i586-linux-thread-multi/auto/APR/Pool/Pool.so b7b69000-b7b70000 r-xp 00000000 03:05 32490 /lib/librt-2.5.so b7b70000-b7b72000 rw-p 00006000 03:05 32490 /lib/librt-2.5.so b7b72000-b7b99000 r-xp 00000000 03:05 1266919 /opt/apache22-worker/lib/libapr-1.so.0.2.7 b7b99000-b7b9a000 r--p 00026000 03:05 1266919 /opt/apache22-worker/lib/libapr-1.so.0.2.7 b7b9a000-b7b9b000 rw-p 00027000 03:05 1266919 /opt/apache22-worker/lib/libapr-1.so.0.2.7 b7b9b000-b7bb9000 r-xp 00000000 03:05 571254 /usr/lib/libexpat.so.1.5.0 b7bb9000-b7bba000 r--p 0001d000 03:05 571254 /usr/lib/libexpat.so.1.5.0 b7bba000-b7bbc000 rw-p 0001e000 03:05 571254 /usr/lib/libexpat.so.1.5.0 b7bbc000-b7c00000 r-xp 00000000 03:05 571803 /usr/lib/libsqlite.so.0.8.6 b7c00000-b7c03000 rw-p 00043000 03:05 571803 /usr/lib/libsqlite.so.0.8.6 b7c03000-b7c5c000 r-xp 00000000 03:05 571799 /usr/lib/libsqlite3.so.0.8.6 b7c5c000-b7c5e000 rw-p 00059000 03:05 571799 /usr/lib/libsqlite3.so.0.8.6 b7c5e000-b7c94000 r-xp 00000000 03:05 259925 /usr/lib/libldap-2.3.so.0.2.15 b7c94000-b7c96000 rw-p 00035000 03:05 259925 /usr/lib/libldap-2.3.so.0.2.15 b7c96000-b7cb2000 r-xp 00000000 03:05 1266952 /opt/apache22-worker/lib/libaprutil-1.so.0.2.7 b7cb2000-b7cb3000 r--p 0001b000 03:05 1266952 /opt/apache22-worker/lib/libaprutil-1.so.0.2.7 b7cb3000-b7cb4000 rw-p 0001c000 03:05 1266952 /opt/apache22-worker/lib/libaprutil-1.so.0.2.7 b7cb4000-b7cd5000 rw-p b7cb4000 00:00 0 b7cd5000-b7d10000 r--p 00000000 03:05 617761 /usr/lib/locale/en_US.utf8/LC_CTYPE b7d10000-b7de7000 r--p 00000000 03:05 617762 /usr/lib/locale/en_US.utf8/LC_COLLATE b7de7000-b7de8000 rw-p b7de7000 00:00 0 b7de8000-b7f10000 r-xp 00000000 03:05 32460 /lib/libc-2.5.so b7f10000-b7f11000 r--p 00128000 03:05 32460 /lib/libc-2.5.so b7f11000-b7f13000 rw-p 00129000 03:05 32460 /lib/libc-2.5.so b7f13000-b7f16000 rw-p b7f13000 00:00 0 b7f16000-b7f2a000 r-xp 00000000 03:05 32486 /lib/libpthread-2.5.so b7f2a000-b7f2c000 rw-p 00013000 03:05 32486 /lib/libpthread-2.5.so b7f2c000-b7f2e000 rw-p b7f2c000 00:00 0 b7f2e000-b7f30000 r-xp 00000000 03:05 32494 /lib/libutil-2.5.so b7f30000-b7f32000 rw-p 00001000 03:05 32494 /lib/libutil-2.5.so b7f32000-b7f33000 rw-p b7f32000 00:00 0 b7f33000-b7f3c000 r-xp 00000000 03:05 32464 /lib/libcrypt-2.5.so b7f3c000-b7f3f000 rw-p 00008000 03:05 32464 /lib/libcrypt-2.5.so b7f3f000-b7f66000 rw-p b7f3f000 00:00 0 b7f66000-b7f8a000 r-xp 00000000 03:05 32468 /lib/libm-2.5.so b7f8a000-b7f8c000 rw-p 00023000 03:05 32468 /lib/libm-2.5.so b7f8c000-b7f8e000 r-xp 00000000 03:05 32466 /lib/libdl-2.5.so b7f8e000-b7f90000 rw-p 00001000 03:05 32466 /lib/libdl-2.5.so b7f90000-b7fa2000 r-xp 00000000 03:05 32471 /lib/libnsl-2.5.so b7fa2000-b7fa4000 rw-p 00011000 03:05 32471 /lib/libnsl-2.5.so b7fa4000-b7fa6000 rw-p b7fa4000 00:00 0 b7fa6000-b7fb2000 r-xp 00000000 03:05 259923 /usr/lib/liblber-2.3.so.0.2.15 b7fb2000-b7fb4000 rw-p 0000b000 03:05 259923 /usr/lib/liblber-2.3.so.0.2.15 b7fb4000-b7fb8000 r-xp 00000000 03:05 1395418 /opt/apache22-worker/mod_perl/5.8.8/i586-linux-thread-multi/auto/APR/APR.so b7fb8000-b7fb9000 r--p 00003000 03:05 1395418 /opt/apache22-worker/mod_perl/5.8.8/i586-linux-thread-multi/auto/APR/APR.so b7fb9000-b7fba000 rw-p 00004000 03:05 1395418 /opt/apache22-worker/mod_perl/5.8.8/i586-linux-thread-multi/auto/APR/APR.so b7fba000-b7fbb000 r--p 00000000 03:05 617743 /usr/lib/locale/en_US.utf8/LC_NUMERIC b7fbb000-b7fbc000 r--p 00000000 03:05 601630 /usr/lib/locale/en_US.utf8/LC_TIME b7fbc000-b7fbd000 r--p 00000000 03:05 601629 /usr/lib/locale/en_US.utf8/LC_MONETARY b7fbd000-b7fbe000 r--p 00000000 03:05 617736 /usr/lib/locale/en_US.utf8/LC_MESSAGES/SYS_LC_MESSAGES b7fbe000-b7fbf000 r--p 00000000 03:05 617668 /usr/lib/locale/en_US.utf8/LC_PAPER b7fbf000-b7fc0000 r--p 00000000 03:05 617691 /usr/lib/locale/en_US.utf8/LC_NAME b7fc0000-b7fc1000 r--p 00000000 03:05 601626 /usr/lib/locale/en_US.utf8/LC_ADDRESS b7fc1000-b7fc2000 r--p 00000000 03:05 617653 /usr/lib/locale/en_US.utf8/LC_TELEPHONE b7fc2000-b7fc3000 r--p 00000000 03:05 617654 /usr/lib/locale/en_US.utf8/LC_MEASUREMENT b7fc3000-b7fca000 r--s 00000000 03:05 600904 /usr/lib/gconv/gconv-modules.cache b7fca000-b7fcb000 r--p 00000000 03:05 601627 | |