Re: Run SSL at another port

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



2007/1/15, Boyle Owen <Owen.Boyle@xxxxxxx>:
An SSL server is just another port-based virtual host. When you type
"https", port 443 is implied by default so "http://server/ is the same
as "https://server:443";.

If you want to use another port, just add on the port number as you have
done (ie, https://mydomain.com:6666/) and make sure you have an SSL VH
defined in the config, ie:

<VirtualHost *:6666>
  SSLEngine on etc... (rest of SSL directives)

ok.. that's works.. Thank's

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored.

PS - you don't need to run a separate instance of apache for this. You
can just add the VH definition to the existing config...

These apache process have different user and group.

I have more questions again.. how to stop/restart apache process which
i run with this command :
/usr/local/apache/bin/httpd -f /usr/local/apache/conf/httpd1.conf

Thank's
--
Dhika Cikul

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux