Re: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-17 Thread General Email
On Wed, Apr 17, 2024, 3:27 PM General Email < general.email.12341...@gmail.com> wrote: > > >> > If people are asking for advice on PHP then advise them on PHP or don't >> say anything. >> > Don't start advising them about Java. >> >> Please... I am

Re: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-17 Thread General Email
> > > If people are asking for advice on PHP then advise them on PHP or don't > say anything. > > Don't start advising them about Java. > > Please... I am not even making remarks about you asking openssl questions > at httpd. > So, is this wrong forum for asking about openssl commands required

Re: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-17 Thread General Email
On Wed, Apr 17, 2024, 1:17 PM Marc wrote: > > > > > http is an insecure protocol. I don't want my website to run on > > http. So, I am hardcoding https in links in my website that refer to > > pages in my website. > > > > > > Now, I know that you will write why not redirect http to

Re: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-16 Thread General Email
> This is also not relevant to what I am stating. If you develop, do it > regardless of http/https that is convenient for everyone. It will be to > your own benefit. If you have to host the application on your own server, > so be it. It will be easier with choosing your https solution. You could >

Re: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-16 Thread General Email
> > Here’s a possible SO question that might help you: > > https://stackoverflow.com/questions/10175812/how-to-generate-a-self-signed-ssl-certificate-using-openssl > Thanks Will. I will look look into it.

Re: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-16 Thread General Email
> But should your development be not protocol independent? If your code > works on http it should also work on https. I am getting sick of these > wordpress idiots where they still have hardcoded links everywhere and I > can't even convert a website from http to https. > Are you saying that I am

Re: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-16 Thread General Email
> I think you need to search for setting up your own CA and sign certs. Windows is my development environment. Later the website will be hosted on linux and the linux hosting provider will provide SSL certificate. I had looked at

[users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-16 Thread General Email
Hi, I was looking for openssl command(s) to generate server side certificate and key so that https start working on my apache 2.4 web server on windows. I looked on Internet but found few commands but they all used different arguments to openssl. Can someone please give me exact openssl

Re: Problem in installing "libgnomevfs2-dev" for building OpenOffice on Debian 12.5.

2024-02-28 Thread General Email
ss --enable-gio and --disable-gnome-vfs to > ./configure. And you can build OpenOffice without either of them, but it > would probably limit access to files on filesystems that those provide (eg. > on remote servers). > > Regards > Damjan > > On Tue, Feb 27, 2024 at 11:49 A

Problem in installing "libgnomevfs2-dev" for building OpenOffice on Debian 12.5.

2024-02-27 Thread General Email
Hi, I was planning to compile OpenOffice on debian 12.5. So, I started to install all the required packages. I am following instructions given on these pages: https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO and

Re: Please support/enable https by default in the Apache web sever.

2023-10-01 Thread General Email
> I suggest you're trolling, are you on xampps public relations team, I mean > seriously you come here pushing your agenda with arguments that don't make > sense, but can't be bothered using your real name or real email address. > I am not trolling but I don't use my real name/email address

Re: Please support/enable https by default in the Apache web sever.

2023-09-30 Thread General Email
On Sat, 30 Sep, 2023, 9:32 pm Joe Schaefer, wrote: > It is insane to ask this project to cater to the interests of 10 people > who are so PKI illiterate, the PMC needs to put the rest of the user base > at risk just to accommodate them. > > Certs require mandatory user serviceable parts. There

Re: Please support/enable https by default in the Apache web sever.

2023-09-30 Thread General Email
On Sat, 30 Sep, 2023, 8:00 pm Emmanuel Dreyfus, wrote: > On Sat, Sep 30, 2023 at 07:40:34PM +0530, General Email wrote: > > By the way, I don't understand how the default certificate can be abused. > > It is not signed by a trusted CA, hence your browser cannot tell if it > i

Re: Please support/enable https by default in the Apache web sever.

2023-09-30 Thread General Email
On Sat, 30 Sep, 2023, 7:06 pm Noel Butler, wrote: > On 30/09/2023 22:28, General Email wrote: > > > > On Sat, 30 Sep, 2023, 5:34 pm Will Fatherley, > wrote: > > > > Please support/enable https by default in the Apache web server. > > > HTTPS is suppor

Re: Please support/enable https by default in the Apache web sever.

2023-09-30 Thread General Email
On Sat, 30 Sep, 2023, 5:34 pm Will Fatherley, wrote: > > Please support/enable https by default in the Apache web server. >> > > HTTPS is supported already by default. I like the idea of enabling by > default, but as it stands now probably should not be done as the generation > of keying

Please support/enable https by default in the Apache web sever.

2023-09-30 Thread General Email
Hi, Everyone is moving to "https" these days. Almost no one is using "http" these days. Please support/enable https by default in the Apache web server. Enabling https support manually is a lengthy (and probably a little bit difficult) process. Regards, GE

Re: [klee-dev] Unexpected Output!

2014-01-27 Thread General Email
, metadata !1, null} !14 = metadata !{i32 19, i32 0, metadata !1, null} Thanks On Friday, January 24, 2014 11:43 AM, General Email general_mail2...@yahoo.com wrote: Thanks Dan, I moved the klee_assume statement to the end of the conditional statement and ran klee with the emit-all-errors option

[klee-dev] How to show (get) the negative values returned in klee's .pc files?

2013-05-01 Thread General Email
Hi, I need to understand how to use klee_assume and klee_assert. I tried to implement the following assumptions (in the function listed below) which assumed that if a symbolic variable x satisfies the condition !(0(x+5)) and that if another variable y is set to x+7, I want to check whether y is

Re: [klee-dev] How to show (get) the negative values returned in klee's .pc files?

2013-05-01 Thread General Email
and klee_assert work. Again thank you so much for your help. From: Daniel Liew daniel.l...@imperial.ac.uk To: General Email general_mail2...@yahoo.com Cc: klee-dev klee-dev@imperial.ac.uk Sent: Wednesday, May 1, 2013 1:01 PM Subject: Re: [klee-dev] How to show (get

[klee-dev] How to get the content of a symbolic variable?

2013-04-08 Thread General Email
Hi, How to get the content of a symbolic variable? When I tried to run the code listed below, I got the following output from klee KLEE: WARNING ONCE: calling external: printf(182324664, 182337984, (Add w32 7 (ReadLSB w32 0 inVar))) KLEE: ERROR: /home/try1.c:53: failed external call: printf

[klee-dev] KLEE: ERROR: failed external call: itos

2013-03-26 Thread General Email
Hi, I'm trying to explore how to use klee. When I run klee on a small program I got the following warning messages: KLEE: WARNING: undefined reference to function: itos KLEE: WARNING: undefined reference to function: printf KLEE: WARNING: undefined reference to function: strcat Also I got the

Ant war task

2006-02-15 Thread General Email
Hi, I have a war task and I'm specifing the required libs with: lib refid=classpath / Where classpath is a path id specifing the locations of the required library files. However, Ant does not like this and complains that classpath is not a fileset (which it isn't) but why

Re: specifying include files in a lib in the war

2006-01-13 Thread General Email
ok, that's a way of doing it but why does the documentation for say 'fileset' and the attribute 'includes' say that you can specify a list of comma separated file names?? Petar Tahchiev [EMAIL PROTECTED] wrote: On 12/01/06, General Email wrote: That will work with 'include

specifying include files in a lib in the war

2006-01-12 Thread General Email
I'd like to specify a list of files to include in the lib inside a war task. Looks like this: lib dir=c:/lib includes name=webService.jar, common.jar, utils.jar,/ /lib lib specifies a fileset which I though supported includes

Re: specifying include files in a lib in the war

2006-01-12 Thread General Email
That will work with 'include' but it doesn't like 'includes' and then a list of comma separated file names. That is the problem. And yes...forgot the end quote there...typo in my post. Petar Tahchiev [EMAIL PROTECTED] wrote: On 12/01/06, General Email wrote: I'd like to specify

Ant War Problem

2006-01-11 Thread General Email
Hi, I'm using JDev 10g which uses Ant v 1.5.4. I'm having difficulty with the WAR task in Ant. I have: war destfile=${outdir}/myApp.war webxml=.\htroot\WEB-INF\web.xml fileset dir=.\htroot\WEB-INF\ / /war and I get an error: No directory