a problem with my install
  • Hi guys;

    i have a problem with my install

    so in the first time i have the same problem with this topic

    http://forum.sourcefabric.org/index.php/t/3344/

    i have after my install


    It works!

    This is the default web page for this server.

    so i delete the default-000

    but know i have this message

    Forbidden

    You don't have permission to access / on this server.

    thinks for your halp
  • 7 Comments sorted by
  • in error.log of apache2 i have this line

    [Thu Feb 24 22:08:00 2011] [crit] [client 127.0.0.1] (13)Permission denied: /home/tux-vador/airtime/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable


    but i don't find a .htaccess in airtime floder
  • Hi,

    if you do a "ls -a" in the folder, can you see the .htaccess file?
    Airtime Pro Hosting: http://airtime.pro
  • hi

    thinks for your help

    i don"t have the hataccess file

    and this is my result :

    debian:~/airtime$ ls -a
    . audio_samples debian install LICENSE pypo utils
    .. build docs INSTALL LICENSE_3RD_PARTY README
    application CREDITS files library public tests

    i have a remarque i use debian 6.
  • Tounsi,

    When you edited the "/etc/apache2/sites-available/airtime" file

    do you have the "public" directory at the end of your paths?

    It should look something like this:

    <VirtualHost *:80>
       ServerAdmin foo@bar.org
       DocumentRoot /home/tux-vador/airtime/public
    
      SetEnv APPLICATION_ENV "development"
    
      <Directory /home/tux-vador/airtime/public>   
          DirectoryIndex index.php 
          AllowOverride all 
          Order allow,deny 
          Allow from all
      </Directory>
    </VirtualHost>
    Airtime Pro Hosting: http://airtime.pro
  • hi thinks for your help

    yes i have the same of you

    <VirtualHost *:80>
       ServerAdmin foo@bar.org
       DocumentRoot /home/tux-vador/airtime/public
    
      SetEnv APPLICATION_ENV "development"
    
      <Directory /home/tux-vador/airtime/public>   
          DirectoryIndex index.php 
          AllowOverride all 
          Order allow,deny 
          Allow from all
      </Directory>
    </VirtualHost>
  • Tounsi,

    The .htaccess file is in the airtime/public folder. If the document root is set to airtime/public I'm not sure why apache is trying access just the airtime folder.

    Please do a "ls -l" in
    /etc/apache2/sites-available


    and

    /etc/apache2/sites-enabled
    Airtime Pro Hosting: http://airtime.pro
  • hi;

    i have a good news, so i resolved my problem
    infact i copy the airtime floder in var/www and i install airtime in this floder and i edited the "/etc/apache2/sites-available/airtime" file

    <VirtualHost *:80>
    ServerAdmin foo@bar.org
    DocumentRoot /www/var/airtime/public

    SetEnv APPLICATION_ENV "development"

    <Directory /www/var/airtime/public>
    DirectoryIndex index.php
    AllowOverride all
    Order allow,deny
    Allow from all
    </Directory>
    </VirtualHost>