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

ssl on apache 2.0

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  File Upload permission  
Author Message
donald2

External


Since: Apr 16, 2004
Posts: 2



(Msg. 1) Posted: Fri Apr 16, 2004 5:14 pm
Post subject: ssl on apache 2.0
Archived from groups: alt>apache>configuration (more info?)

Hi,
I've been trying to get mod_ssl working on apache 2.0 running on a Windows
machine.

This is a friend's system and he's hosting his and about 10 other sites.
Only his one site will have ssl enabled.

So far I've been able to get ssl working on all sites, or not on any. And if
it's working, then it's not following the aliases to cgi-bin.

I followed the directions on
http://raibledesigns.com/tomcat/ssl-howto.html

but when it came to the sslEngine On command apache just exited, with no
error log messages, even when set to debug.

I've tried to combine some things, bringing the virtualhost section out of
ssl.conf and mixing it with the virtualhost section of the main site.

Here are the files that I've got so far.

http://www.fane.com/sll-test/httpd.htm

http://www.fane.com/sll-test/ssl.htm

Any pointers would be helpful. I'm afraid that I know just enough to be
dangerous.

Thanks.
-Don-



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.656 / Virus Database: 421 - Release Date: 4/9/2004

 >> Stay informed about: ssl on apache 2.0 
Back to top
Login to vote
user2749

External


Since: Apr 20, 2004
Posts: 1



(Msg. 2) Posted: Tue Apr 20, 2004 1:05 pm
Post subject: Re: ssl on apache 2.0 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I'm not proud of it but it works:
<a style='text-decoration: underline;' href="http://www.webservertalk.com/message167958.html" target="_blank">http://www.webservertalk.com/message167958.html</a>

I also included the Win32DisableAcceptEx directive in httpd.conf to deal
with some problems arising when working with php.

Good luck

"don1one" <donald DeleteThis @fane.com> wrote in message
news:1080j85qbj13ae9@corp.supernews.com...
 > Hi,
 > I've been trying to get mod_ssl working on apache 2.0 running on a Windows
 > machine.
 >
 > This is a friend's system and he's hosting his and about 10 other sites.
 > Only his one site will have ssl enabled.
 >
 > So far I've been able to get ssl working on all sites, or not on any. And
if
 > it's working, then it's not following the aliases to cgi-bin.
 >
 > I followed the directions on
<font color=purple> > <a style='text-decoration: underline;' href="http://raibledesigns.com/tomcat/ssl-howto.html</font" target="_blank">http://raibledesigns.com/tomcat/ssl-howto.html</font</a>>
 >
 > but when it came to the sslEngine On command apache just exited, with no
 > error log messages, even when set to debug.
 >
 > I've tried to combine some things, bringing the virtualhost section out of
 > ssl.conf and mixing it with the virtualhost section of the main site.
 >
 > Here are the files that I've got so far.
 >
<font color=purple> > <a style='text-decoration: underline;' href="http://www.fane.com/sll-test/httpd.htm</font" target="_blank">http://www.fane.com/sll-test/httpd.htm</font</a>>
 >
<font color=purple> > <a style='text-decoration: underline;' href="http://www.fane.com/sll-test/ssl.htm</font" target="_blank">http://www.fane.com/sll-test/ssl.htm</font</a>>
 >
 > Any pointers would be helpful. I'm afraid that I know just enough to be
 > dangerous.
 >
 > Thanks.
 > -Don-
 >
 >
 >
 > ---
 > Outgoing mail is certified Virus Free.
 > Checked by AVG anti-virus system (http://www.grisoft.com).
 > Version: 6.0.656 / Virus Database: 421 - Release Date: 4/9/2004
 >
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: ssl on apache 2.0 
Back to top
Login to vote
donald2

External


Since: Apr 16, 2004
Posts: 2



(Msg. 3) Posted: Mon Apr 26, 2004 2:13 am
Post subject: Re: ssl on apache 2.0 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

thanks.

The only problem I have left is for a tendency not to follow cgi-bin
aliases.

-Don-

"cw.s" <cw.s.DeleteThis@xs4all.nl> wrote in message
news:4084da11$0$559$e4fe514c@news.xs4all.nl...
 > I'm not proud of it but it works:
<font color=purple> > <a style='text-decoration: underline;' href="http://www.webservertalk.com/message167958.html</font" target="_blank">http://www.webservertalk.com/message167958.html</font</a>>
 >
 > I also included the Win32DisableAcceptEx directive in httpd.conf to deal
 > with some problems arising when working with php.
 >
 > Good luck
 >
 > "don1one" <donald.DeleteThis@fane.com> wrote in message
 > news:1080j85qbj13ae9@corp.supernews.com...
  > > Hi,
  > > I've been trying to get mod_ssl working on apache 2.0 running on a
Windows
  > > machine.
  > >
  > > This is a friend's system and he's hosting his and about 10 other sites.
  > > Only his one site will have ssl enabled.
  > >
  > > So far I've been able to get ssl working on all sites, or not on any.
And
 > if
  > > it's working, then it's not following the aliases to cgi-bin.
  > >
  > > I followed the directions on
<font color=green>  > > <a style='text-decoration: underline;' href="http://raibledesigns.com/tomcat/ssl-howto.html</font" target="_blank">http://raibledesigns.com/tomcat/ssl-howto.html</font</a>>
  > >
  > > but when it came to the sslEngine On command apache just exited, with no
  > > error log messages, even when set to debug.
  > >
  > > I've tried to combine some things, bringing the virtualhost section out
of
  > > ssl.conf and mixing it with the virtualhost section of the main site.
  > >
  > > Here are the files that I've got so far.
  > >
<font color=green>  > > <a style='text-decoration: underline;' href="http://www.fane.com/sll-test/httpd.htm</font" target="_blank">http://www.fane.com/sll-test/httpd.htm</font</a>>
  > >
<font color=green>  > > <a style='text-decoration: underline;' href="http://www.fane.com/sll-test/ssl.htm</font" target="_blank">http://www.fane.com/sll-test/ssl.htm</font</a>>
  > >
  > > Any pointers would be helpful. I'm afraid that I know just enough to be
  > > dangerous.
  > >
  > > Thanks.
  > > -Don-
  > >
  > >
  > >
  > > ---
  > > Outgoing mail is certified Virus Free.
  > > Checked by AVG anti-virus system (http://www.grisoft.com).
  > > Version: 6.0.656 / Virus Database: 421 - Release Date: 4/9/2004
  > >
  > >
 >
 >


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.665 / Virus Database: 428 - Release Date: 4/21/2004<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ssl on apache 2.0 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Which apache for win 98? - Which apache works with windows 98?

New to apache - I am using window xp home edition. How do i set up a secure port? SSL

Apache 2.0.47 & PHP 4.3.4 - Hey All, I need a bit of help with getting these two to work together ... Im using Gentoo 2.4.20, I have just emerged Apache 2.0.47 and PHP 4.3.4 ... When i start the apache2 daemon everything is fine ... Except when i put a *.php file into..

Apache 5.0.19/JK2 2.0.4/Apache 2.0.49/PHP 4.3.5 - I have Apache 5.0.19, JK2 2.0.4, Apache HTTP Server 2.0.49 and PHP 4.3.5 setup and connected. I can serve .jsp documents from the Tomcat 'webapps' directory and .PHP files from my DocumentRoot directory. My document root is at "C:

apache php uid gid - How can I set uid and gid for file which will be created or uploaded by some phpscripts. I need to set different uid and gid for every vhost and I don't want to use cgi-php is it possible.
   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 ]