Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

mod_ssl quesiton.

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  Is it possible to 'include' files in .htaccess  
Author Message
user2996

External


Since: Oct 07, 2004
Posts: 3



(Msg. 1) Posted: Fri Oct 08, 2004 12:14 am
Post subject: mod_ssl quesiton.
Archived from groups: alt>apache>configuration (more info?)

System: Apache/1.3.26 (Unix) Debian GNU/Linux with mod_ssl

Im able to do typical virtual hosts on a single IP system with the following
httpd.conf entries.
This enables me to host multiple sites on a single system running apache..
aslong as DNS is setup properly.
NameVirtualHost *
<VirtualHost *:80>
ServerAdmin webmaster DeleteThis @blahh.blahh
DocumentRoot /var/www/blahhblahh
ServerName blahhblahh.net
ServerAlias www.blahhblahh.net
ErrorLog /var/log/apache/blahhblahh_error_log
CustomLog /var/log/apache/blahhblahh_access_log common
</VirtualHost>
<VirtualHost *:80>
ServerAdmin webmaster DeleteThis @blahhblahh2.net
DocumentRoot /var/www/blahhblahh2_htdocs
ServerName blahhblahh2.net
ServerAlias www.blahhblahh2.net
ErrorLog /var/log/apache/blahhblahh2_error_log
CustomLog /var/log/apache/blahhblahh2_access_log common
</VirtualHost>


Im trying to do pretty much the same thing with the below entries yet using
mod_ssl port:443 with dif keys per site, yet obviously its not working. Can
it be done? Current httpd.conf entries below .. Im sure im doing someing
completly wrong... I get the below error from apache. [warn] _default_
VirtualHost overlap on port 443, the first has precedence

<VirtualHost *:443>
ServerAdmin webmaster@securtesite#1.net
DocumentRoot /var/www/securesite#1_htdocs/ssl
ServerName securesite#1.net
ServerAlias www.securesite#1.net
ErrorLog /var/log/apache/securesite#1_ssl_error_log
CustomLog /var/log/apache/securesite#1_access_log common
<IfModule mod_ssl.c>
SSLEngine on
SSLCertificateFile /etc/apache/ssl.crt_securesite#1/server.crt
SSLCertificateKeyFile /etc/apache/ssl.key_securesite#1/server.key
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
</IfModule>
</VirtualHost>

<VirtualHost *:443>
ServerAdmin webmaster@securesite#2.ca
DocumentRoot /var/www/securesite#2_htdocs/ssl/
ServerName securesite#2.ca
ServerAlias www.securesite#2.ca
ErrorLog /var/log/apache/securesite#2_ssl_error_log
CustomLog /var/log/apache/securesite#2__ssl_access_log common
<IfModule mod_ssl.c>
SSLEngine on
SSLCertificateFile /etc/apache/ssl.crt_thedream/server.crt
SSLCertificateKeyFile /etc/apache/ssl.key_thedream/server.key
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
</IfModule>
</VirtualHost>

 >> Stay informed about: mod_ssl quesiton. 
Back to top
Login to vote
davideyeahsure

External


Since: Nov 03, 2003
Posts: 2907



(Msg. 2) Posted: Fri Oct 08, 2004 7:13 am
Post subject: Re: mod_ssl quesiton. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 2004-10-08, Yo <no-email RemoveThis @sorry.com> wrote:
 > mod_ssl port:443 with dif keys per site, yet obviously its not working. Can
 > it be done?

If you've read the documentation you'd know that is not. And a
dozen or so messages _this_week_ reiterate the old problem.

Davide

--
When you say "I wrote a program that crashed Windows", people just stare at
you blankly and say "Hey, I got those with the system, *for free*".
-- Linus Torvalds<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: mod_ssl quesiton. 
Back to top
Login to vote
user2996

External


Since: Oct 07, 2004
Posts: 3



(Msg. 3) Posted: Fri Oct 08, 2004 7:13 am
Post subject: Re: mod_ssl quesiton. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Actually Davide...
Ive read all realated recent articles concerning the situation.. yet not
even your responses seem to really answer the question. And I find it hard
to believe that there is not a way to do this.

"Davide Bianchi" <davideyeahsure DeleteThis @onlyforfun.net> wrote in message
news:slrncmc506.16d.davideyeahsure@fogg.onlyforfun.net...
 > On 2004-10-08, Yo <no-email DeleteThis @sorry.com> wrote:
  >> mod_ssl port:443 with dif keys per site, yet obviously its not working.
  >> Can
  >> it be done?
 >
 > If you've read the documentation you'd know that is not. And a
 > dozen or so messages _this_week_ reiterate the old problem.
 >
 > Davide
 >
 > --
 > When you say "I wrote a program that crashed Windows", people just stare
 > at
 > you blankly and say "Hey, I got those with the system, *for free*".
 > -- Linus Torvalds<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: mod_ssl quesiton. 
Back to top
Login to vote
davideyeahsure

External


Since: Nov 03, 2003
Posts: 2907



(Msg. 4) Posted: Fri Oct 08, 2004 8:57 am
Post subject: Re: mod_ssl quesiton. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 2004-10-08, Yo <no-email.TakeThisOut@sorry.com> wrote:
 > And I find it hard to believe that there is not a way to do this.

If you _did_ read the documentation you know why. If you don't like it
or you don't believe, well... suit yourself...

Davide

--
We all know Linux is great...it does infinite loops in 5 seconds.
-- Linus Torvalds<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: mod_ssl quesiton. 
Back to top
Login to vote
user2996

External


Since: Oct 07, 2004
Posts: 3



(Msg. 5) Posted: Fri Oct 08, 2004 2:40 pm
Post subject: Re: mod_ssl quesiton. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Once again you were of no help .. thanks again.

A simple yes or no would have benifited me and probably others.
Yet you go on about read this read that... if you dont want to assist then
just move along and don't bother responding.
And I have flipped through <a style='text-decoration: underline;' href="http://thedream.ca/modssldocs/" target="_blank">http://thedream.ca/modssldocs/</a> and I'm sure my
question is answered, but I also know that helpful people on newsgroups can
easily answer the question without me reading the entire doc.

Thanks alot tuff guy.

"Davide Bianchi" <davideyeahsure.TakeThisOut@onlyforfun.net> wrote in message
news:slrncmcb1k.10h.davideyeahsure@fogg.onlyforfun.net...
 > On 2004-10-08, Yo <no-email.TakeThisOut@sorry.com> wrote:
  >> And I find it hard to believe that there is not a way to do this.
 >
 > If you _did_ read the documentation you know why. If you don't like it
 > or you don't believe, well... suit yourself...
 >
 > Davide
 >
 > --
 > We all know Linux is great...it does infinite loops in 5 seconds.
 > -- Linus Torvalds<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: mod_ssl quesiton. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
PHP Quesiton - Hello, I am running Apache 2.0.40 on RH9. What is the best/safest version of PHP to use? Thanks, Scallica

HOW-TO quesiton: how do you write a mod_rewrite to force .. - I have posted a quesiton in this gourp before about doing the the same thing using .htaccess but that proved to be EXCEEDINGLY slow. So, how specifically would I write a mod_rewrite to rewrite this URL: http://www.mydomain.com/e/index.htm to:..

mod_ssl - ok here goes. I'm running apache v2.0.50 on win 2k pro this is the dilemma..... I don't seem to have the mod_ssl module in my installation. I went to the modssl website at www.modssl.org and apparently it only works for apache version 1.3.31 is this the....

mod_ssl - Hi, I have an Apache2 server on FreeBSD for which I am trying to install mod_ssl. I obtained openssl-0.9.7d and installed that. I then obtained mod_ssl-2.8.19-1.3.31 (which is the latest distribution tarball according to http://www.modssl.org/source/)....

Apache 2.0.50 mod_ssl - Sorry if this has been asked before but I keep getting this message: # apachectl startssl Syntax error on line 258 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/mod_ssl.so into server:..
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]