8.1 to 8.2 upgrade, apache SSL Certificates problem

2011-03-23 Thread n dhert
Hi,

I did an upgrade from FreeBSD 8.1 to 8.2 today. All OK so far, except for
Apache (apache-2.2.17_1)
It wouldn't start.
 /var/log/httpd-error.log
[Wed Mar 23 13:04:26 2011] [error] Server should be SSL-aware but has no
certificate configured [Hint: SSLCertificateFile] ((null):0)

I dit not change anything tot my apache config in the last weeks (and have
restarted apache, via apachectl graceful several
times). My certificates are still there and did not change. Accessing some
of my https enabled virtual hosts worked
before the upgrade.

# apachectl configtest
Suntax OK

If I start apache without SSL (commenting out the Include
etc/apache22/extra/httpd-ssl.conf line in
/usr/local/etc/apache22/httpd.conf),
then apache starts.

Waht can be the cause, it worked before 8.2 ??
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Solved - 8.1 to 8.2 upgrade, apache SSL Certificates problem

2011-03-23 Thread n dhert
Don't border,
i found the error, nothing to with freebsd. sorry

2011/3/23 n dhert ndhert...@gmail.com

 Hi,

 I did an upgrade from FreeBSD 8.1 to 8.2 today. All OK so far, except for
 Apache (apache-2.2.17_1)
 It wouldn't start.
  /var/log/httpd-error.log
 [Wed Mar 23 13:04:26 2011] [error] Server should be SSL-aware but has no
 certificate configured [Hint: SSLCertificateFile] ((null):0)

 I dit not change anything tot my apache config in the last weeks (and have
 restarted apache, via apachectl graceful several
 times). My certificates are still there and did not change. Accessing some
 of my https enabled virtual hosts worked
 before the upgrade.

 # apachectl configtest
 Suntax OK

 If I start apache without SSL (commenting out the Include
 etc/apache22/extra/httpd-ssl.conf line in
 /usr/local/etc/apache22/httpd.conf),
 then apache starts.

 Waht can be the cause, it worked before 8.2 ??




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Upgrade apache

2007-01-12 Thread Tim Nilimaa
Hi,
 
How do I upgrade apache-2.0.59 to apache22? Do I have to do make uninstall for 
port apache20 and then make install for apache22?
I do have php installed - wouldnt that be a problem if I uninstall apache20? 
Also - upgrading php43 to php51, is it the same thing with that?
 
 
Kind regards
 
Tim
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrade apache

2007-01-12 Thread Greg Albrecht

from memory...

for apache:

$ cd /usr/ports/www/apache20
$ make deinstall
$ cd /usr/ports/www/apache22
$ make install

you might need to upgrade your /usr/local/etc/apache/httpd.conf as
some of the directives have changed between 20 and 22. when you try to
start apache it will let you know what's wrong.

for php:

$ cd /usr/ports/lang/php5
$ make install

make sure you select 'apache' in the menu list, otherwise you'll be
stuck with php5 as a cgi (who wants that?)

of course, upgrading to php5 introduces it's own problems, aside from
syntax changes in the language, you'll also need to upgrade all of
your php5 and pecl modules:

$ cd /usr/ports/lang/php5-extensions
$ make install

-g

On 12/01/07, Tim Nilimaa [EMAIL PROTECTED] wrote:

Hi,

How do I upgrade apache-2.0.59 to apache22? Do I have to do make uninstall for 
port apache20 and then make install for apache22?
I do have php installed - wouldnt that be a problem if I uninstall apache20? 
Also - upgrading php43 to php51, is it the same thing with that?


Kind regards

Tim
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]




--
Greg Albrecht ([EMAIL PROTECTED])
An Indie, Hip Hop and IDM Podcast: The Letter G
http://theletterg.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrade apache

2007-01-12 Thread Peter Giessel
 
On Friday, January 12, 2007, at 10:09AM, Tim Nilimaa [EMAIL PROTECTED] 
wrote:
Hi,
 
How do I upgrade apache-2.0.59 to apache22? Do I have to do make uninstall for 
port apache20 and then make install for apache22?
I do have php installed - wouldnt that be a problem if I uninstall apache20? 
Also - upgrading php43 to php51, is it the same thing with that?

I did this upgrade early last year.

IIRC, you'll have to change the apache configuration files.  IIRC, they are not 
compatible.

make deinstall apache20
make install apache22
rewrite your apache config files (they are even in a different folder than the 
old
apache20 config files.  New location: /usr/local/etc/apache22).

You could add your LoadModules for php43 to apache22 or you could upgrade
php after apache, and the installer scripts will add the correct LoadModule
lines to your apache22 config files for you.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


recompile php/upgrade apache

2003-08-14 Thread Redmond Militante
hi all

i have a production server running
freebsd4.8-RELEASE/apache1.3.27-modssl/mod_php4

i would like to recompile php4 for gdlib support.  i'd also like to
upgrade apache to 1.3.28.  i'd like to have minimal downtime if
possible.

i was thinking the easiest way of doing this was to

stop apache
backup httpd.conf and php.ini-dist
portupgrade -rR apache13-modssl
make deinstall /usr/ports/lang/php4, make install clean
/usr/ports/lang/php4 with gdlib support
restart apache

i just wanted to run this past the list in case i'm missing something
above, or if anyone can suggest a more efficient way of accomplishing
this

thanks
redmond


pgp0.pgp
Description: PGP signature


Re: recompile php/upgrade apache

2003-08-14 Thread Jez Hancock
On Thu, Aug 07, 2003 at 09:28:20AM -0500, Redmond Militante wrote:
 i have a production server running
 freebsd4.8-RELEASE/apache1.3.27-modssl/mod_php4
 
 i would like to recompile php4 for gdlib support.  i'd also like to
 upgrade apache to 1.3.28.  i'd like to have minimal downtime if
 possible.
I believe you can get away with not stopping the server at all.  Since
apache is running in memory, you can easily upgrade it (and php) whilst
it's still running and when you've finished upgrading just issue an
'apachectl restart' and the new binaries will be in effect.
-- 
Jez

http://www.munk.nu/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]