Apache Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationApache Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old October 31st, 2001, 07:54 PM
blackbird's Avatar
blackbird blackbird is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2001
Location: USA
Posts: 62 blackbird User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
ssl port

Can I set the port for ssl different than the standard 443?

Reply With Quote
  #2  
Old October 31st, 2001, 09:35 PM
mezz mezz is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2001
Posts: 310 mezz User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Yes, you can but the default usually is the best..

Reply With Quote
  #3  
Old October 31st, 2001, 09:53 PM
blackbird's Avatar
blackbird blackbird is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2001
Location: USA
Posts: 62 blackbird User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Question ssl port

Is there any ref about how ton do it? I want to set it up for experimental purpose.

Reply With Quote
  #4  
Old October 31st, 2001, 10:09 PM
mezz mezz is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2001
Posts: 310 mezz User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
You should see something like this below in the httpd.conf

<IfDefine SSL>
Listen 80
Listen 443
</IfDefine>

and one more thing...

<VirtualHost _default_:443>

That's all, just change those ports.. You can just search for "443" in the httpd.conf..

BTW: I haven't try it before, but it should works thought. It won't hurt to try it.

Reply With Quote
  #5  
Old October 31st, 2001, 11:02 PM
blackbird's Avatar
blackbird blackbird is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2001
Location: USA
Posts: 62 blackbird User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Smile re: ssl port

Thanks, Mezz. It helped, although in apache 1.3.22 httpd.conf file, the directive IfDefine is not there, but I found another way to do it.

Reply With Quote
  #6  
Old November 1st, 2001, 03:05 AM
mezz mezz is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2001
Posts: 310 mezz User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Re: re: ssl port

Quote:
Originally posted by blackbird
Thanks, Mezz. It helped, although in apache 1.3.22 httpd.conf file, the directive IfDefine is not there, but I found another way to do it.
cool, your welcome... I just put IfDefine there because it's what come with mod_ssl by default. I don't use this, I replace from <IfDefine> to <IfModule mod_ssl.c>.. It's more stable to me on Win2k..

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationApache Development > ssl port


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway