Re: make fails - no flex

2002-05-20 Thread Joe Orton
On Mon, May 20, 2002 at 05:28:06PM -0400, Cliff Woolley wrote: > >> touch ssl_expr_parse.c > >> touch ssl_expr_parse.h > >> touch ssl_expr_scan.h > > Crap, my fault... that last one should have been > > touch ssl_expr_scan.c > > There is no ssl_expr_scan.h. HP-UX make can be tricky here though

RE: make fails - no flex

2002-05-20 Thread Cliff Woolley
On Mon, 20 May 2002, Petryczka, George wrote: > Actually i just tried touching the three files and i still get that same > error. I'll try downloading a flex if i can find it. Would lex work > though? >> touch ssl_expr_parse.c >> touch ssl_expr_parse.h >> touch ssl_expr_scan.h Crap, my fault.

RE: make fails - no flex

2002-05-20 Thread Cliff Woolley
On Mon, 20 May 2002, Petryczka, George wrote: > Won't touching those files cause some component not to be built? > And thanks. Nope. They're generated files distributed along with mod_ssl. If somehow their timestamps get to be older than the .y and .l files they came from, the Makefile will wa

RE: make fails - no flex

2002-05-20 Thread Petryczka, George
Actually i just tried touching the three files and i still get that same error. I'll try downloading a flex if i can find it. Would lex work though? -Original Message- From: Petryczka, George [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 5:14 PM To: '[EMAIL PROTECTED]' Subject:

RE: make fails - no flex

2002-05-20 Thread Petryczka, George
Cliff, This was attempted with mod_ssl 2.8.8-1.3.24 and apache 1.3.24. Won't touching those files cause some component not to be built? And thanks. -george -Original Message- From: Cliff Woolley [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 4:37 PM To: '[EMAIL PROTECTED]' Subj

Re: make fails - no flex

2002-05-20 Thread Cliff Woolley
On Mon, 20 May 2002, Petryczka, George wrote: > My apache make fails with: > Error: Cannot load flex. > > I never heard of flex. Is this just a fancy lex? Can i substitute lex for > flex in the makefile? I'm on HPUX11.0. > Else can i download flex from somewhere? fast lex. It's GNU's lex.

make fails - no flex

2002-05-20 Thread Petryczka, George
My apache make fails with: Error: Cannot load flex. I never heard of flex. Is this just a fancy lex? Can i substitute lex for flex in the makefile? I'm on HPUX11.0. Else can i download flex from somewhere? Also the spot in the makefile where flex is called is referred to in comment as "Devel

Welcome to modssl-users

2002-05-20 Thread Angelo Marcos Rigo
Hi i am new to the list And on using ssl too I have linux with openssl installed and apache webserver i have two forms on my website that are stored on two differents databases i would like these forms would be transmited in a secure way (https?) can anybody give some newbie´s steps to setup a s

Re: Password protected access

2002-05-20 Thread Andreas Gietl
On Monday 20 May 2002 19:27, Potts, Ross A. wrote: that's right. > Actually, I am planning on having a fully https:// site. But, I still want > to restrict certain reports directories. So, let me see if I understand... > Once I am connected via SSL, then the password sent (after getting the lo

RE: Password protected access

2002-05-20 Thread Potts, Ross A.
Actually, I am planning on having a fully https:// site. But, I still want to restrict certain reports directories. So, let me see if I understand... Once I am connected via SSL, then the password sent (after getting the lock icon on the bottom) will also be encrypted? -Original Message

Re: Password protected access

2002-05-20 Thread Andreas Gietl
On Monday 20 May 2002 18:46, Potts, Ross A. wrote: Hi Ross, it isn't true it is sent plaintext. It is sent base64 encrypted, which is in case of security just as insecure as plaintext. But if you connect to the host containing the password-realm via ssl/https your password is encrypted just t

Re: Password protected access

2002-05-20 Thread Peter Viertel
Sure, If you're going to use the default http auth mechanism, then use SSL. if the URL is https:// something then it's all encrypted. (ok, unless you do something really odd with the server config). Note that the 'password window' is something your browser displays - once it's got the password

httpd in single instance with mod_ssl

2002-05-20 Thread Boex,Matthew W.
how do i start up httpd in single instance with mod_ssl. i can run this fine using "apachectl startssl". here is the error i am getting at my feeble attempt... [root@rootabega bin]# ./httpd -X -DSSL -d /usr/local/apache & [1] 29274 [root@rootabega bin]# Apache/1.3.24 mod_ssl/2.8.8 (Pass Phrase

Password protected access

2002-05-20 Thread Potts, Ross A.
Is there a way to encrypt the login window That I get when I want to reach restricted areas? I have the password file setup and can log in, but I understand that the password is sent in plaintext. I didn't see much in the way of documentation about this. _

Re: https in Apache1.3

2002-05-20 Thread Pako
Nay Mooly wrote: > Hello > > I installed Apache1.3.20 and mod_ssl-2.8.4-1.3.20 and openssl-0.9.6c. > I try http://IP address ,and success. > But I try https://IP address ,I get error message (cannot indicate). > I use > > #cd openssl-0.9.6c > #./config -fPIC > #make > > #cd mod_ssl-2.8.4-1.3.20

Re: ssl proxy

2002-05-20 Thread Aryeh Katz
> > Can a httpd be set up as a "secure proxy"? Ie.: forward requests > > from a client (a client that doesn't get involved with any ssl > > stuff itself) on to an HTTPS site? > > Yes. With Apache 1.3 / mod_ssl 2.8.x, you _might_ have to enable > SSL_EXPERIMENTAL or something like that, I'm no