On Thu, Mar 03, 2005 at 05:58:42PM +, David Larkin wrote:
> Hi,
>
> I can start apache with SSL ok from the command line
>
> > apachectl startssl
>
> I've now put the following into /etc/rc.conf hoping that it will start at
> boot time.
>
> apache_enable="YES"
> apache_flags="startssl"
>
On Thu, 3 Mar 2005 11:48:24 -0500 (EST)
"Ean Kingston" <[EMAIL PROTECTED]> wrote:
>
> > Hi,
> >
> > I can start apache with SSL ok from the command line
> >
> >> apachectl startssl
> >
> > I've now put the following into /etc/rc.conf hoping that it will start at
> > boot time.
> >
> > apache_enab
> Hi,
>
> I can start apache with SSL ok from the command line
>
>> apachectl startssl
>
> I've now put the following into /etc/rc.conf hoping that it will start at
> boot time.
>
> apache_enable="YES"
> apache_flags="startssl"
Try
apache_flags="-DSSL"
instead.
> This starts Apache on boot tim
Hi,
I can start apache with SSL ok from the command line
> apachectl startssl
I've now put the following into /etc/rc.conf hoping that it will start at boot
time.
apache_enable="YES"
apache_flags="startssl"
This starts Apache on boot time but not with SSL
Any ideas where I'm going wrong ?
I
Here is the output of my
sh -x /usr/local/etc/rc.d/apache2.sh start
+ PREFIX=/usr/local
+ SSL=ssl
+ [ -x /usr/local/sbin/apachectl ]
+ /usr/local/sbin/apachectl startssl
+ echo -n apache2
apache2+ exit 0
here is the log of what happens when i reboot useing this apache2.sh script
#!/bin/sh
PREFI
On Apr 8, 2004, at 12:58 AM, RYAN vAN GINNEKEN wrote:
THANKS but i already have that line in my rc.conf file and the log
entries that i have submitted to this list are not from a reboot but
rather apachectl stop and start or startssl. So when i run a startssl
i get the randomness i need howeve
On Thu, Apr 08, 2004 at 06:45:23PM +0100, Eric Penfold wrote:
> Joshua Lokken wrote:
>
> > * Eric Penfold <[EMAIL PROTECTED]> [2004-04-08 04:50]:
> >
> >> (side note, I'm a lurker, not a subscriber, so this response will
> probably break threading. If anyone has suggestions on how best to reply,
Joshua Lokken wrote:
> * Eric Penfold <[EMAIL PROTECTED]> [2004-04-08 04:50]:
>
>> (side note, I'm a lurker, not a subscriber, so this response will
probably break threading. If anyone has suggestions on how best to reply,
without needing to subscribe and be swamped by email, I'd be grateful).
>
* Eric Penfold <[EMAIL PROTECTED]> [2004-04-08 04:50]:
>
> (side note, I'm a lurker, not a subscriber, so this response will probably
> break threading. If anyone has suggestions on how best to reply, without
> needing to subscribe and be swamped by email, I'd be grateful).
You could subscribe
(side note, I'm a lurker, not a subscriber, so this response will probably
break threading. If anyone has suggestions on how best to reply, without
needing to subscribe and be swamped by email, I'd be grateful).
I'm slightly confused as to what your actual problem is, as the logs you've
posted
On Wed, Apr 07, 2004 at 04:58:24PM -0600, RYAN vAN GINNEKEN wrote:
> THANKS but i already have that line in my rc.conf file and the log
> entries that i have submitted to this list are not from a reboot but
> rather apachectl stop and start or startssl. So when i run a startssl i
> get the rand
THANKS but i already have that line in my rc.conf file and the log
entries that i have submitted to this list are not from a reboot but
rather apachectl stop and start or startssl. So when i run a startssl i
get the randomness i need however when i just use apachectl start which
is 99.9% the s
On Wed, Apr 07, 2004 at 03:39:42PM -0600, RYAN vAN GINNEKEN wrote:
> Seems to initialize ssl but my ssl page still does not work however my
> regular page does work. Here is a print out of the log file when i do
> an apachectl stop and apachectl startssl. when i use startssl
> everything work gr
This is right ??? the reason i ask is because apache does not start on a
reboot no ssl or even regular apache. here is the log output of an
apache stop then apache start using the script listed below when i use
apache start only regular apache starts so i then have to issue the
apache startssl co
This is right ??? the reason i ask is because apache does not start on a
reboot no ssl or even regular apache. here is the log output of an
apache stop then apache start using the script listed below when i use
apache start only regular apache starts so i then have to issue the
apache startssl co
On Tue, Apr 06, 2004 at 12:04:58AM -0600, RYAN vAN GINNEKEN wrote:
> Patch guess i am new to patches in fact this is my first one usually
> just install the port as is and hope that all the patches are added.
> Have compiled a few packages from source but would rather not.
>
> Oh i think i ge
Matthew Seaman wrote:
On Sat, Apr 03, 2004 at 02:53:15PM -0700, RYAN vAN GINNEKEN wrote:
I use freebsd 4.9 stable and apache 2.0.0.49 with mod_ssl when i type
startssl everything seems to work ie my non ssl sites and my ssl site.
However on reboot my ssl site does not come up until i run apache
On Sat, Apr 03, 2004 at 02:53:15PM -0700, RYAN vAN GINNEKEN wrote:
> I use freebsd 4.9 stable and apache 2.0.0.49 with mod_ssl when i type
> startssl everything seems to work ie my non ssl sites and my ssl site.
> However on reboot my ssl site does not come up until i run apachectl
> stop and then
I use freebsd 4.9 stable and apache 2.0.0.49 with mod_ssl when i type
startssl everything seems to work ie my non ssl sites and my ssl site.
However on reboot my ssl site does not come up until i run apachectl
stop and then apachectl startssl. How do i make apache start the ssl
stuff at boot time
19 matches
Mail list logo