Re: [EMAIL PROTECTED] configuring SSL

2007-09-10 Thread Galaxy Virus
Thank you so much for your reply. I got it. But I have still some problems. 1) Our MoCA organisation issued sequrity certificate for everyone who is the member of that organisation. The members used their own file to browse the www.123.com. 2) I made new server hosting www.abc.com a

[EMAIL PROTECTED] configuring SSL

2007-08-26 Thread Galaxy Virus
Dear all, To get private key and certificate, I did, $ openssl req -new -x509 -newkey rsa:2048 -out host_req.pem -keyout host_key.pem And I sent certificate (host_req.pem) to CA in order to get real certificate and they sent me back the singed certificate. >From there, I dont know how to

[EMAIL PROTECTED] How can I add mod_proxy.so ????

2007-08-19 Thread Galaxy Virus
Hello, At last, I installed apache2.2.0 using ports on FreeBSD release 6.1. I found apache22.sh in /rc.d. but not htcacheclean.sh. So I added 'LoadModule proxy_module libexec/apache22/mod_proxy.so' in httpd.conf. But when I start httpd, I got this error. httpd: Syntax error on line 7

Re: [EMAIL PROTECTED] want to start apache when server boot up HELP HELP

2007-08-19 Thread Galaxy Virus
set: command="%%PREFIX%%/sbin/httpd" Actually ports regex replacecs %%PREFIX%% to $LOCALBASE. If you do the same, in theory you'll be okay. ~BAS On Sun, 19 Aug 2007, Galaxy Virus wrote: > Thank you so much. But could you please answer me more precisely 'coz I am >

Re: [EMAIL PROTECTED] want to start apache when server boot up HELP HELP

2007-08-19 Thread Galaxy Virus
idnt find httpd. regards, galaxy "Brian A. Seklecki" <[EMAIL PROTECTED]> wrote: On Sun, 19 Aug 2007, Galaxy Virus wrote: > Hello, > > On FreeBSD release 6.1, If you installed it from FreeBSD ports, set "apache22_enable=YES" in /etc/rc.conf. If you d

[EMAIL PROTECTED] want to start apache when server boot up HELP HELP

2007-08-19 Thread Galaxy Virus
Hello, On FreeBSD release 6.1, I configured apache 2.2.4 with all modules and installed. I would like to start apache when PC boots up. How can I do it ? rgds, galaxy - Shape Yahoo! in your own image. Join our Network Re

[EMAIL PROTECTED] how to add htcacheclean.sh

2007-08-19 Thread Galaxy Virus
Hello, I am using Apache2.2.0 on FreeBSD 6.1 release. I would like to start apache and htcacheclean automatically when the server boots. In /usr/local/etc/rc.d/ there is only apache22.sh. How can I add htcacheclean.sh ? To start apache automatically, I did the following. RUN kldlo