|
|

01-26-2011, 01:44 PM
|
|
Senior Member
|
|
Join Date: Feb 2010
Posts: 121
|
|
[solved] IPv6 via httpd.conf
I have this in my httpd.conf;
Listen [2001:470:4:50d::2]:80
Which, should tell Litespeed to listen on the IPv6 interface, but it doesn't bind at all, only IPv4.
What else needs to be done to get Litespeed to listen on IPv6?
Last edited by NiteWave; 01-27-2011 at 04:38 PM..
|

01-26-2011, 03:02 PM
|
|
LiteSpeed Staff
|
|
Join Date: May 2003
Location: New Jersey
Posts: 7,590
|
|
|
You can try the wildcard IPv6 address
Listen [::]:80
|

01-26-2011, 03:05 PM
|
|
Senior Member
|
|
Join Date: Feb 2010
Posts: 121
|
|
Quote:
Originally Posted by mistwang
You can try the wildcard IPv6 address
Listen [::]:80
|
Yeah, tried that as well -- no go.
|

01-26-2011, 09:30 PM
|
|
LiteSpeed Staff
|
|
Join Date: May 2003
Location: New Jersey
Posts: 7,590
|
|
|
Please try the updated 4.0.19 package. should work now.
|

01-27-2011, 07:11 AM
|
|
Senior Member
|
|
Join Date: Feb 2010
Posts: 121
|
|
Quote:
Originally Posted by mistwang
Please try the updated 4.0.19 package. should work now.
|
Works now, thanks.
|

07-15-2011, 06:48 AM
|
|
Senior Member
|
|
Join Date: Mar 2009
Location: Athens, Greece
Posts: 60
|
|
|
Hi,
In the interest of not opening a new topic on IPv6 support, I have recently upgraded to Plesk 10.3 and I am getting these errors on a Litespeed 4.1.1 (latest build) server:
[/usr/local/psa/admin/conf/generated/13107367410.86250300_horde.include:301] Listener for [(ipv6 ip here)]:443 is not available!
a LOT of times. What could be happenning? The IP is alive and pingable from the outside but remote connections to the host at ports 80 and 443 are refused.
|

07-18-2011, 04:25 PM
|
|
LiteSpeed Staff
|
|
Join Date: May 2003
Location: New Jersey
Posts: 7,590
|
|
|
Can you locate IPv6 related configurations httpd.conf?
Is there any IPv6 address listened by web server, check with
netstat -anp | grep LISTEN
|

07-19-2011, 12:08 AM
|
|
Senior Member
|
|
Join Date: Mar 2009
Location: Athens, Greece
Posts: 60
|
|
Hi,
No, no LSWS process is listening on IPv6 interfaces. The configuration files are autogenerated by Plesk and are valid:
Code:
NameVirtualHost [2xx2:xx00:1::10]:80
NameVirtualHost [2xx2:xx00:1::5]:80
NameVirtualHost [2xx2:xx00:1::6]:80
NameVirtualHost [2xx2:xx00:1::7]:80
NameVirtualHost [2xx2:xx00:1::8]:80
NameVirtualHost [2xx2:xx00:1::9]:80
NameVirtualHost [2xx2:xx00:1::10]:443
NameVirtualHost [2xx2:xx00:1::5]:443
NameVirtualHost [2xx2:xx00:1::6]:443
NameVirtualHost [2xx2:xx00:1::7]:443
NameVirtualHost [2xx2:xx00:1::8]:443
NameVirtualHost [2xx2:xx00:1::9]:443
<VirtualHost \
[2xx2:xx00:1::10]:443 \
[2xx2:xx00:1::5]:443 \
[2xx2:xx00:1::6]:443 \
[2xx2:xx00:1::7]:443 \
[2xx2:xx00:1::8]:443 \
[2xx2:xx00:1::9]:443 \
>
|

07-19-2011, 08:39 PM
|
|
LiteSpeed Staff
|
|
Join Date: May 2003
Location: New Jersey
Posts: 7,590
|
|
|
what is the "Listen" directive relates to IPv6?
Have you tried 4.0.20? does it work?
|

07-20-2011, 04:21 PM
|
|
LiteSpeed Staff
|
|
Join Date: May 2003
Location: New Jersey
Posts: 7,590
|
|
|
Please do force reinstall of 4.1.2 , and make sure Apache httpd.conf uses directive
Listen [::]:80
Listen [::]:443
to explicitly bind to IPv6 addresses.
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -7. The time now is 04:27 PM.
|
|