|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
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
|
||||
|
||||
|
ssl port
Can I set the port for ssl different than the standard 443?
|
|
#2
|
|||
|
|||
|
Yes, you can but the default usually is the best..
|
|
#3
|
||||
|
||||
|
Is there any ref about how ton do it? I want to set it up for experimental purpose.
|
|
#4
|
|||
|
|||
|
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. ![]() |
|
#5
|
||||
|
||||
|
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.
|
|
#6
|
|||
|
|||
|
Re: re: ssl port
Quote:
![]() |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > ssl port |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|