> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Monday, September 10, 2007 12:43 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Query regarding the httpd.conf
> 
> Hi,
> 
>  I am trying to make 2 ports listen in same httpd.conf file.
> 
> port 1-3032 - https://
> 
> port 2 -2022- standalone

What happens? What goes wrong?

> 
> httpd.conf file is below:

we don't need the whole thing... try just to post the relevant snippet..

> Port 2022

Is this apache 1.3? Anyway, Port directive is deprecated in apache so -
so it will ease migration if you use Listen. At least, don't mix Port
and Listen in same config..

Do you have a VH connected to this port?

> 
> 
> 
> Listen 80
> <VirtualHost *:80>
>   Redirect / https://gssie-210-2.central/
> </VirtualHost>

> Listen 443
> Listen 3032
> #<VirtualHost *:3032
> <VirtualHost *:443 *:3032>

So does https://server:3032/ work?

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

> 
> DocumentRoot   /opt/SUNWTeleAlarm/www_live/docs
> ServerName localhost
> ServerAdmin [EMAIL PROTECTED]
> 
> 
> ErrorLog /var/opt/SUNWTeleAlarm/LOG/apache_error_log
> TransferLog /var/opt/SUNWTeleAlarm/LOG/apache_access_log
> 
> SSLEngine on
> 
> SSLCipherSuite 
> ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
> 
> SSLCertificateFile /var/opt/SUNWTeleAlarm/configuration/tomcat.cert
> 
> SSLCertificateKeyFile /var/opt/SUNWTeleAlarm/configuration/tomcat.key
> 
> <Files ~ "\.(cgi|shtml|phtml|php3?)$">
>     SSLOptions +StdEnvVars
> </Files>
> <Directory "/opt/SUNWTeleAlarm/www_live/cgi-bin">
>     SSLOptions +StdEnvVars
> </Directory>
> 
> SetEnvIf User-Agent ".*MSIE.*" \
>          nokeepalive ssl-unclean-shutdown \
>          downgrade-1.0 force-response-1.0
> 
> CustomLog /var/opt/SUNWTeleAlarm/LOG/tele_request_log \
>           "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
> 
> </VirtualHost>
> 
> 
> 
> Without Listen 2022 the port is not listening.Can you please 
> check if it 
> is correct or wrong?
> 
> 
> Thanks & Regards,
> Praveena
> 
> ---------------------------------------------------------------------
> 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: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to