[Typo3-debian] No pages are found on the rootlevel!

Michael Stucki mundaun at gmx.ch
Mon May 17 21:10:30 CEST 2004


Hi Jack,

> Here is how part of my httpd.conf looks like now.
> This is for virtual host where quickstart website sits.
> I am not sure if Options has some redundand entries but
> now it works fine. I am able to see FC site ...
> 
> <VirtualHost *:80>
>     ServerName www.whatever.com
>     DocumentRoot /var/www/whatever
>     Action application/x-httpd-php /cgi-bin/php4
>   <Directory />
>     Options FollowSymLinks SymLinksIfOwnerMatch
>     AllowOverride

Doesn't make sense without any parameter specified.

>   </Directory>
>     ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
> </VirtualHost>

The rest might be ok, but I'd set the Options directive outide of the vHost
and change it to /var/www/whatever

Anyway, unless you know what you're doing, better leave it.

> Whoever wrote sentences pasted below was very right:
>  - If you are really having a tough time getting something working,
>            stay cool and don't criticise or flame. Problems are normally
>            caused by lack of research into the documentation, or
>            misunderstanding, not because of bugs. Be logical about your
>            troubleshooting, and you'll get there

Wise man :-)

- michael
-- 
Want support? Please read the list rules first: http://typo3.org/1438.0.html



More information about the TYPO3-debian mailing list