[Ilugc] How to hide port number in apache2 ?

  • From: dineshatit@xxxxxxxxx (Dinesh Kumar Rajagopal)
  • Date: Mon Feb 8 17:53:29 2010

Yes i have forwarded the request from 443 to 445 but it can't ssl
certificate

 NameVirtualHost *:445

    <virtualhost *:445>
        ServerAdmin     webmaster@test
        ServerName      *
        RewriteEngine on
        SSLEngine On
        SSLCertificateFile
"/usr/local/apache2/conf/ssl.crt/server_2protect.crt"
        SSLCertificateKeyFile
"/usr/local/apache2/conf/ssl.key/server_2protect.key"
   </virtualhost>

<virtualhost *:443>
        ServerAdmin     webmaster@test
        ServerName      *
        DocumentRoot "/var/www/html"
        SSLProxyEngine on
        RewriteEngine on
ProxyPass / https://2protectyourself.nightly.voiceicon.com:445/
ProxyPassReverse / https://2protectyourself.nightly.voiceicon.com:445/
   </virtualhost>


On 8 February 2010 17:22, Srikanth Lakshmanan <logic.linux@xxxxxxxxx> wrote:

On Mon, Feb 8, 2010 at 4:55 PM, Dinesh Kumar Rajagopal <
dineshatit@xxxxxxxxx
wrote:

Hai ilugc,

          In httpd 2.2.11, we need to hide port number 445 in url. Is it
possible ?


Check out mod_proxy http://httpd.apache.org/docs/2.0/mod/mod_proxy.html

--
Regards
Srikanth.L
http://j.mp/SrikanthL
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Other related posts: