Re: y.tab.c make error

2000-12-15 Thread Mads Toftum

It shouldn't be necessary to run yacc at all
See: http://marc.theaimsgroup.com/?l=apache-modssl&m=94208660115721&w=2
and http://marc.theaimsgroup.com/?l=apache-modssl&m=97262324224818&w=2

vh

Mads Toftum
-- 
`Darn it, who spiked my coffee with water?!' - lwall

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



RE: y.tab.c make error

2000-12-15 Thread R. DuFresne


I believe rerunning ./configure should make the system pickup bison.

Thanks,

Ron DuFresne

On Fri, 15 Dec 2000, Farias Terri-Ann NPRI wrote:

> I downloaded bison and installed it. I removed yacc from the system. How do
> I get the mod-ssl...configure/make to use bison instead of yacc? 
> 
> Terri Farias 
> NUWC Newport
> [EMAIL PROTECTED]
> 
> __
> Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> User Support Mailing List  [EMAIL PROTECTED]
> Automated List Manager[EMAIL PROTECTED]
> 

-- 
~~
admin & senior consultant:  darkstar.sysinfo.com
  http://darkstar.sysinfo.com

"Cutting the space budget really restores my faith in humanity.  It
eliminates dreams, goals, and ideals and lets us get straight to the
business of hate, debauchery, and self-annihilation."
-- Johnny Hart

testing, only testing, and damn good at it too!

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: y.tab.c make error

2000-12-15 Thread Lutz Jaenicke

On Fri, Dec 15, 2000 at 04:44:28PM -0500, Farias Terri-Ann NPRI wrote:
> I downloaded bison and installed it. I removed yacc from the system. How do
> I get the mod-ssl...configure/make to use bison instead of yacc? 

>From the bison manual page:
...
Thus, the following shell script can substitute for yacc:
 bison -y $*
(Copy this line into a file called yacc, do "chmod a+rx yacc" and put it
into a directory within your PATH.)

Best regards,
Lutz
-- 
Lutz Jaenicke [EMAIL PROTECTED]
BTU Cottbus   http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik  Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus  Fax. +49 355 69-4153
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



RE: Free HTTPS benchmarking tool?

2000-12-15 Thread Kirk Benson

A solution we've tried that works is to use cURL within a script.  cURL will
display SetCookie headers and allow you to send them on subsequent requests.
For https, you need to also have the OpenSSL library.

The cURL homepage has prebuilt downloadable executables:
http://curl.haxx.se/



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Adam Nealis
Sent: Friday, December 15, 2000 2:43 PM
To: [EMAIL PROTECTED]
Subject: Free HTTPS benchmarking tool?


I've been digging around for a few hours today
looking for something to give me an idea of
my web site responsiveness. It doesn't have to
be too sophisticated, but it must support
cookies during runs (to see anything useful on
my site you must log in via a  on the
Home Page). Oh, and do SSL too ;).

All I found was http_load which I'm not
convinced worked. Also webstone 2.5 + SSL, but
it was a bit awkward not least because of the
requirement of using rexe so I didn't get as far
as an actual run.

I considered lynx-ssl, but I couldn't fathom a
way to give it a list of URLs and have it hammer
the site that way. The -crawl option in lynx was
tempting, but since the live site allows one to
post information I am nervous to point a crawler
at the site. OTOH since we store state information
in cookies I might be able to get lynx to work with
that, and fire off zillions of lynx processes, one
per list.

Like I said, I'm not rying to be too sophisticated
(yet).

Has anyone any suggestions?

Thanks,
Adam.
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: Free HTTPS benchmarking tool?

2000-12-15 Thread Saicharan K

You can try Webstone from Mindcraft. Information is available at the
following location:
http://www.mindcraft.com/webstone/

HTH,
Sai

Adam Nealis wrote:
> 
> I've been digging around for a few hours today
> looking for something to give me an idea of
> my web site responsiveness. It doesn't have to
> be too sophisticated, but it must support
> cookies during runs (to see anything useful on
> my site you must log in via a  on the
> Home Page). Oh, and do SSL too ;).
> 
> All I found was http_load which I'm not
> convinced worked. Also webstone 2.5 + SSL, but
> it was a bit awkward not least because of the
> requirement of using rexe so I didn't get as far
> as an actual run.
> 
> I considered lynx-ssl, but I couldn't fathom a
> way to give it a list of URLs and have it hammer
> the site that way. The -crawl option in lynx was
> tempting, but since the live site allows one to
> post information I am nervous to point a crawler
> at the site. OTOH since we store state information
> in cookies I might be able to get lynx to work with
> that, and fire off zillions of lynx processes, one
> per list.
> 
> Like I said, I'm not rying to be too sophisticated
> (yet).
> 
> Has anyone any suggestions?
> 
> Thanks,
> Adam.
> __
> Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> User Support Mailing List  [EMAIL PROTECTED]
> Automated List Manager[EMAIL PROTECTED]
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



RE: y.tab.c make error

2000-12-15 Thread Farias Terri-Ann NPRI

I downloaded bison and installed it. I removed yacc from the system. How do
I get the mod-ssl...configure/make to use bison instead of yacc? 

Terri Farias 
NUWC Newport
[EMAIL PROTECTED]

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: Free HTTPS benchmarking tool?

2000-12-15 Thread [EMAIL PROTECTED]

Why don't you try using stunnel www.stunnel.org with some of the standard 
Unix/Linux tools (like ab, siege, etc).

You can use stunnel to create an SSL connection for non-SSL applications.

I've haven't tried it yet, but it looks like it should work.

Jeff

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: y.tab.c make error

2000-12-15 Thread Lutz Jaenicke

On Fri, Dec 15, 2000 at 12:57:03PM -0500, Farias Terri-Ann NPRI wrote:
> Platform hpux 10.20 
> apache_1.3.14 
> mod_ssl-2.7.1-1.3.14
> openssl.0.9.6

I have the same configuration.
...
> yacc -d ssl_expr_parse.y
This command should generate y.tab.c. It does not issue an error message,
so I don't see a reason why y.tab.c should not be there...

> sed -e 's;yy;ssl_expr_yy;g' \
> -e '/#if defined(c_plusplus) || defined(__cplusplus)/,/#endif/d'
> \
> ssl_expr_parse.c && rm -f y.tab.c
> 
> sh: y.tab.c: Cannot find or open the file.
Doesn't make sense...
Please check out your "yacc". My results are:
serv01 40: which yacc
/usr/bin/yacc
serv01 41: what /usr/bin/yacc
/usr/bin/yacc:
 A.10.32.20 HP C LANGUAGE TOOL (YACC) 980512

Step into the subdirectory containing ssl_expr_parse.y and use the "yacc"
command as shown above. It should give you an y.tab.c.
If you don't have yacc (hey, you have it, otherwise we would see an error
message), the GNU replacement is called "bison".

Best regards,
Lutz
-- 
Lutz Jaenicke [EMAIL PROTECTED]
BTU Cottbus   http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik  Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus  Fax. +49 355 69-4153
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: Free HTTPS benchmarking tool?

2000-12-15 Thread Thornton Prime


On Fri, 15 Dec 2000, Adam Nealis wrote:

> I've been digging around for a few hours today
> looking for something to give me an idea of
> my web site responsiveness. It doesn't have to
> be too sophisticated, but it must support
> cookies during runs (to see anything useful on
> my site you must log in via a  on the
> Home Page). Oh, and do SSL too ;).

I think monkeywrench can do what you want.

http://sourceforge.net/projects/monkeywrench

thornton

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



RE: Free HTTPS benchmarking tool?

2000-12-15 Thread David Rees

ZDNet WebBench works well:

http://www.zdnet.com/etestinglabs/stories/benchmarks/0,8829,2326243,00.html

But you need to run the clients on Windows machines.

-Dave

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Adam Nealis
> Sent: Friday, December 15, 2000 11:43 AM
> To: [EMAIL PROTECTED]
> Subject: Free HTTPS benchmarking tool?
> 
> 
> I've been digging around for a few hours today
> looking for something to give me an idea of
> my web site responsiveness. It doesn't have to
> be too sophisticated, but it must support
> cookies during runs (to see anything useful on
> my site you must log in via a  on the
> Home Page). Oh, and do SSL too ;).
> 
> All I found was http_load which I'm not
> convinced worked. Also webstone 2.5 + SSL, but
> it was a bit awkward not least because of the
> requirement of using rexe so I didn't get as far
> as an actual run.
> 
> I considered lynx-ssl, but I couldn't fathom a
> way to give it a list of URLs and have it hammer
> the site that way. The -crawl option in lynx was
> tempting, but since the live site allows one to
> post information I am nervous to point a crawler
> at the site. OTOH since we store state information
> in cookies I might be able to get lynx to work with
> that, and fire off zillions of lynx processes, one
> per list.
> 
> Like I said, I'm not rying to be too sophisticated
> (yet).
> 
> Has anyone any suggestions?
> 
> Thanks,
> Adam.
> __
> Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> User Support Mailing List  [EMAIL PROTECTED]
> Automated List Manager[EMAIL PROTECTED]
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Free HTTPS benchmarking tool?

2000-12-15 Thread Adam Nealis

I've been digging around for a few hours today
looking for something to give me an idea of
my web site responsiveness. It doesn't have to
be too sophisticated, but it must support
cookies during runs (to see anything useful on
my site you must log in via a  on the
Home Page). Oh, and do SSL too ;).

All I found was http_load which I'm not
convinced worked. Also webstone 2.5 + SSL, but
it was a bit awkward not least because of the
requirement of using rexe so I didn't get as far
as an actual run.

I considered lynx-ssl, but I couldn't fathom a
way to give it a list of URLs and have it hammer
the site that way. The -crawl option in lynx was
tempting, but since the live site allows one to
post information I am nervous to point a crawler
at the site. OTOH since we store state information
in cookies I might be able to get lynx to work with
that, and fire off zillions of lynx processes, one
per list.

Like I said, I'm not rying to be too sophisticated
(yet).

Has anyone any suggestions?

Thanks,
Adam.
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



y.tab.c make error

2000-12-15 Thread Farias Terri-Ann NPRI

Platform hpux 10.20 
apache_1.3.14 
mod_ssl-2.7.1-1.3.14
openssl.0.9.6

When I try to make the apache_1.3.14 with ssl I get an error. I have
included the procedures I used. 

Terri Farias
NUWC Newport
[EMAIL PROTECTED]

I unzipped and tar xvf the files I downloaded. 


cd mod_ssl-2.7.1-1.3.14

 ./configure \
--with-apache=../apache_1.3.14 \
--with-ssl=../openssl-0.9.6 \
--prefix=/path/to/apache

Configuring mod_ssl/2.7.1 for Apache/1.3.14
 + Apache location: ../apache_1.3.14 (Version 1.3.14)
 + OpenSSL location: ../openssl-0.9.6
 + Auxiliary patch tool: ./etc/patch/patch (local)
 + Applying packages to Apache source tree:
   o Extended API (EAPI)
   o Distribution Documents
   o SSL Module Source
   o SSL Support
   o SSL Configuration Additions
   o SSL Module Documentation
   o Addons
Done: source extension and patches successfully applied.

Configuring for Apache, Version 1.3.14
 + using installation path layout: Apache (config.layout)
Creating Makefile
Creating Configuration.apaci in src
Creating Makefile in src
 + configured for HP-UX 10 platform
 + setting C compiler to gcc
 + setting C pre-processor to gcc -E
 + checking for system header files
 + adding selected modules
o ssl_module uses ConfigStart/End
  + SSL interface: mod_ssl/2.7.1
  + SSL interface build type: OBJ
  + SSL interface compatibility: enabled
  + SSL interface experimental code: disabled
  + SSL interface conservative code: disabled
  + SSL interface vendor extensions: disabled
  + SSL interface plugin: Configured DBM (-ldbm)
  + SSL library path: /t/Terri/modssl/openssl-0.9.6
  + SSL library version: OpenSSL 0.9.6 24 Sep 2000
  + SSL library type: source tree only (stand-alone)
 + enabling Extended API (EAPI)
 + checking sizeof various data types
 + doing sanity check on compiler and options
Creating Makefile in src/support
Creating Makefile in src/regex
Creating Makefile in src/os/unix
Creating Makefile in src/ap
Creating Makefile in src/main
Creating Makefile in src/lib/expat-lite
Creating Makefile in src/modules/standard
Creating Makefile in src/modules/ssl

Now proceed with the following commands:
 $ cd ../apache_1.3.14
 $ make
 $ make certificate
 $ make install

cd ../apache_1.3.14

make
.
===> src/modules/ssl
gcc -c  -I../../os/unix -I../../include   -DHPUX10 -DMOD_SSL=207101
-DUc
gcc -c  -I../../os/unix -I../../include   -DHPUX10 -DMOD_SSL=207101
-DUc
gcc -c  -I../../os/unix -I../../include   -DHPUX10 -DMOD_SSL=207101
-DUc
gcc -c  -I../../os/unix -I../../include   -DHPUX10 -DMOD_SSL=207101
-DUc
gcc -c  -I../../os/unix -I../../include   -DHPUX10 -DMOD_SSL=207101
-DUc
gcc -c  -I../../os/unix -I../../include   -DHPUX10 -DMOD_SSL=207101
-DUc
gcc -c  -I../../os/unix -I../../include   -DHPUX10 -DMOD_SSL=207101
-DUc
gcc -c  -I../../os/unix -I../../include   -DHPUX10 -DMOD_SSL=207101
-DUc
gcc -c  -I../../os/unix -I../../include   -DHPUX10 -DMOD_SSL=207101
-DUc
gcc -c  -I../../os/unix -I../../include   -DHPUX10 -DMOD_SSL=207101
-DUc
gcc -c  -I../../os/unix -I../../include   -DHPUX10 -DMOD_SSL=207101
-DUc
gcc -c  -I../../os/unix -I../../include   -DHPUX10 -DMOD_SSL=207101
-DUc
gcc -c  -I../../os/unix -I../../include   -DHPUX10 -DMOD_SSL=207101
-DUc
gcc -c  -I../../os/unix -I../../include   -DHPUX10 -DMOD_SSL=207101
-DUc
gcc -c  -I../../os/unix -I../../include   -DHPUX10 -DMOD_SSL=207101
-DUc
gcc -c  -I../../os/unix -I../../include   -DHPUX10 -DMOD_SSL=207101
-DUc
gcc -c  -I../../os/unix -I../../include   -DHPUX10 -DMOD_SSL=207101
-DUc
gcc -c  -I../../os/unix -I../../include   -DHPUX10 -DMOD_SSL=207101
-DUc
gcc -c  -I../../os/unix -I../../include   -DHPUX10 -DMOD_SSL=207101
-DUc
yacc -d ssl_expr_parse.y
sed -e 's;yy;ssl_expr_yy;g' \
-e '/#if defined(c_plusplus) || defined(__cplusplus)/,/#endif/d'
\
ssl_expr_parse.c && rm -f y.tab.c

sh: y.tab.c: Cannot find or open the file.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Question about compiling mod_ssl

2000-12-15 Thread Wojciech Wasowicz

I've finnaly run apache with mod_ssl, but I cannot connect to my
server by https (http runs) - and i'm starting apache with
./apachectl startssl.

I.ve set certificate .crt and .key file.
Any clues what shall I set too to have it run?

TIA
Wojtek

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: Question about compiling mod_ssl

2000-12-15 Thread Wojciech Wasowicz

> > what can I do with that ?
> > compile all standard modules separately?
> >
> You have to recompile all modules to work with your new Apache.
> Either compile then using the new apxs or at least make sure that
> you set the -DEAPI as part of your compiler flags when recompiling.
>
> vh
>
> Mads Toftum

BIG THX - works with apxs (previously I had -DEAPI option during
compilation of apache - and it didn't worked)

Wojtek

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: Question about compiling mod_ssl

2000-12-15 Thread Mads Toftum

On Fri, Dec 15, 2000 at 10:32:23AM +0100, Wojciech Wasowicz wrote:
> 
> I've looked to FAQ but I still don't know what to do
> so I've decided to ask directly.
> 
> I've compiled apache with mod_ssl - all has been ok till running
> apache- then i've got error messages:
> 
> [Thu Dec 14 18:03:23 2000] [warn] Loaded DSO libexec/mod_env.so uses
> plain Apache 1.3 API, this module might crash under EAPI! (please
> recompile it with -DEAPI)
> (repeated by all standard modules)
> 
> ./apachectl start: httpd could be started
> 
> what can I do with that ?
> compile all standard modules separately?
> 
You have to recompile all modules to work with your new Apache.
Either compile then using the new apxs or at least make sure that
you set the -DEAPI as part of your compiler flags when recompiling.

vh

Mads Toftum
-- 
`Darn it, who spiked my coffee with water?!' - lwall

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Question about compiling mod_ssl

2000-12-15 Thread Wojciech Wasowicz


I've looked to FAQ but I still don't know what to do
so I've decided to ask directly.

I've compiled apache with mod_ssl - all has been ok till running
apache- then i've got error messages:

[Thu Dec 14 18:03:23 2000] [warn] Loaded DSO libexec/mod_env.so uses
plain Apache 1.3 API, this module might crash under EAPI! (please
recompile it with -DEAPI)
(repeated by all standard modules)

./apachectl start: httpd could be started

what can I do with that ?
compile all standard modules separately?

please help

with regards
Wojtek Wasowicz



__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]