[Typo3-debian] Access denied after Installation

Leuchter, Lars lars at lleuchter.de
Mon Mar 8 10:55:42 CET 2004


Does your httpd.conf have entries for index.php as an allowed index file ?

It should be set like this:
DirectoryIndex index.php index.html

  ----- Original Message ----- 
  From: Dietmar Fuhrmann 
  To: Typo3 Installation on Debian 
  Sent: Monday, March 08, 2004 10:36 AM
  Subject: Re: [Typo3-debian] Access denied after Installation


  Hallo,

  the http.conf is correct. The URL points to the right directory. here is an extract of the 
  apache accesss logfile. I hope this is what you mean:

  192.168.123.112 - - [07/Mar/2004:11:10:32 +0100] "GET / HTTP/1.1" 200 5986 "-" 
  "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
  192.168.123.112 - - [07/Mar/2004:11:10:32 +0100] "GET /styles HTTP/1.1" 200 2815 
  "http://dietmar/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
  192.168.123.112 - - [07/Mar/2004:11:10:32 +0100] "GET /j_script HTTP/1.1" 200 249 
  "http://dietmar/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
  192.168.123.112 - - [07/Mar/2004:11:10:32 +0100] "GET /pics/i_pfeilHead HTTP/1.1" 
  200 61 "http://dietmar/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
  192.168.123.112 - - [07/Mar/2004:11:10:32 +0100] "GET /pic_head HTTP/1.1" 200 6592 
  "http://dietmar/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
  192.168.123.112 - - [07/Mar/2004:11:10:32 +0100] "GET /pics/i_logo HTTP/1.1" 200 
  2433 "http://dietmar/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
  192.168.123.112 - - [07/Mar/2004:11:10:32 +0100] "GET /pics/i_pfeilMenu HTTP/1.1" 
  200 60 "http://dietmar/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
  192.168.123.112 - - [07/Mar/2004:11:10:32 +0100] "GET /pics/i_spacer HTTP/1.1" 200 
  43 "http://dietmar/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
  192.168.123.112 - - [07/Mar/2004:11:10:42 +0100] "GET / HTTP/1.1" 403 273 "-" 
  "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
  192.168.123.112 - - [07/Mar/2004:11:15:29 +0100] "GET / HTTP/1.1" 403 274 "-" 
  "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
  192.168.123.112 - - [07/Mar/2004:11:17:23 +0100] "GET / HTTP/1.1" 403 274 "-" 
  "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
  192.168.123.112 - - [07/Mar/2004:11:17:54 +0100] "GET / HTTP/1.1" 200 5986 "-" 
  "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
  192.168.123.112 - - [07/Mar/2004:11:17:54 +0100] "GET /j_script HTTP/1.1" 200 249 
  "http://dietmar/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
  192.168.123.112 - - [07/Mar/2004:11:17:54 +0100] "GET /styles HTTP/1.1" 200 2815 
  "http://dietmar/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
  192.168.123.112 - - [07/Mar/2004:11:17:54 +0100] "GET /pics/i_pfeilHead HTTP/1.1" 
  304 0 "http://dietmar/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
  192.168.123.112 - - [07/Mar/2004:11:17:54 +0100] "GET /pics/i_logo HTTP/1.1" 304 0 
  "http://dietmar/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
  192.168.123.112 - - [07/Mar/2004:11:17:54 +0100] "GET /pics/i_pfeilMenu HTTP/1.1" 
  304 0 "http://dietmar/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
  192.168.123.112 - - [07/Mar/2004:11:17:54 +0100] "GET /pic_head HTTP/1.1" 304 0 
  "http://dietmar/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
  192.168.123.112 - - [07/Mar/2004:11:17:54 +0100] "GET /pics/i_spacer HTTP/1.1" 304 
  0 "http://dietmar/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
  192.168.123.112 - - [07/Mar/2004:11:18:00 +0100] "GET / HTTP/1.1" 403 273 "-" 
  "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
  192.168.123.112 - - [07/Mar/2004:11:22:24 +0100] "GET / HTTP/1.1" 403 273 "-" 
  "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"

  Thanks for your help 


  Am 07.03.2004 19:31:45, schrieb Steffen Mueller <steffen at davis.kommwiss.fu-
  berlin.de>:

  >Dietmar Fuhrmann schrieb:
  >> I try to install typo3 on a server with debian Distribution.
  >> My steps:
  >> 1. get the packages with apt-get install typo3-base typo-env typo3-site-installer
  >> 2. create a typo3 directory with typo3-site-installer -d var/www/typo3
  >> 3. comment out the die () function in index.php (install-direcory)
  >> Now, if i point my browser to the adress I just get
  >> 
  >> Forbidden
  >> You don't have permission to access / on this server.
  >>
  >
  >hi.
  >
  >please provide an output of your apache-log
  >check your httpd.conf if the URL points to the right directory.
  >
  >
  >> (p.s. I have changed the rights for typo3 to 777)
  >> 
  >
  >not neccessary. the typo3-site-installer provides an option to fix 
  >permissions. see manpage.
  >
  >-- 
  >cheers,
  >Steffen
  >
  >----------------------------------------------------------
  >"Education is man's going forward from cocksure ignorance
  >to thoughtful uncertainty." (Don Clarks' Scrapbook)
  >----------------------------------------------------------
  >
  >_______________________________________________
  >Typo3-debian mailing list
  >Typo3-debian at lists.netfielders.de
  >http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-debian
  >


  ---------------------
  Dietmar Fuhrmann

  Ausstellungen - Multimedia - Internet
  Nehringstr.16
  D - 14059 Berlin

  fon 030/138 974 07
  fax 030/138 974 08

  www.diefu.de

   



  _______________________________________________
  Typo3-debian mailing list
  Typo3-debian at lists.netfielders.de
  http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-debian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.netfielders.de/pipermail/typo3-debian/attachments/20040308/b21b8bfa/attachment.htm 


More information about the TYPO3-debian mailing list