[TYPO3] Virtual host - help?

Allan Jacobsen allan.j at cobsen.dk
Sun Oct 8 16:11:36 CEST 2006


Hi Tine

I have worked with apache for about 10 years, and configured many hundred 
virtualhosts so I may be a guru, but I have never set it up on windows......
My best guess is that apache doesn't line " " (spaces) in paths, so try to put 
the path in """ like this
DocumentRoot "C:/Documents and 
Settings/Tine/Dokumenter/php_sider/googlemapsbook"

Best regards
Allan Jacobsen

On Saturday 07 October 2006 17:06, Tine Müller wrote:
> I have changed httpd.conf because I needed to delete some # but there is 
> STILL problems.:-(
> 
> Come on now where are all the GURU's? I can't be the first with this kind of 
> problems.:-(
> 
> Do I have to change something else in httpd.conf?
> 
> 
> httpd.conf
> ------------------------------------------------------------------------
> NameVirtualHost *:80
> 
> #
> # VirtualHost example:
> # Almost any Apache directive may go into a VirtualHost container.
> # The first VirtualHost section is used for requests without a known
> # server name.
> #
> #<VirtualHost *:80>
> #    ServerAdmin webmaster at dummy-host.example.com
> #    DocumentRoot /www/docs/dummy-host.example.com
> #    ServerName dummy-host.example.com:80
> #    ErrorLog logs/dummy-host.example.com-error_log
> #    CustomLog logs/dummy-host.example.com-access_log common
> #</VirtualHost>
> 
> 
> <VirtualHost *:80>
>    DocumentRoot C:/Programmer/typo3/htdocs
>    ServerName localhost
> </VirtualHost>
> 
> <VirtualHost *:80>
>    DocumentRoot C:/Documents and 
> Settings/Tine/Dokumenter/php_sider/googlemapsbook
>    ServerName googlemapsbook
> </VirtualHost>
> 
> 
> # Win32DisableAcceptEx
> ------------------------------------------------------------------------'
> 
> 
> /Tine
> 
> 
> 
> 
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
> 



More information about the TYPO3-english mailing list