|
|
#1 |
|
Junior Member
|
ml_www, apache config question
I haven't seen much activity on the sourceforge site for this project and haven't seen anything on the forums here that would answer my question.
I'm trying to set up a <VirtualHost> on Apache2. I saw on the sourceforge site that there is a configuration for a <VirtualHost> but it doesn't work. This is the section in my httpd.conf: NameVirtualHost *:80 <VirtualHost *:80> ServerName www.theillien.com ServerAlias theillien.com DocumentRoot "C:/Program Files/Apache Group/Apache2/htdocs" </VirtualHost> NameVirtualHost *:1665 <VirtualHost *:1665> ServerName music.theillien.com ProxyRequests off ProxyPass / http://localhost:1665/ ProxyPassReverse / http://localhost:1665/ </VirtualHost> I've added the Listen 1665 line already. I know this isn't the Apache forums but I figured someone else might have done this already. |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|