o problema asemanatoare am avut si eu, mi-am dat seama repede ca directorul
nu era cu permisiunile corecte, adica grupul apache si user www.

On Wed, Dec 8, 2010 at 1:05 AM, Laurentiu STEFAN <[email protected]
> wrote:

> Am www.domeniu1.ro pus in /var/www/html
> Daca ii fac un index.html in el merge.
>
> Daca fac /var/www/html/domeniu2
>
> din www.domeniu1.ro/domeniu2/ imi da 403 Forbiden ( You don't have
> permission to access /domeniul2/ on this server.)
> din www.domeniul2.ro imi da pagina de teste (Apache 2 Test Page).
>
> am incercat cam tot ce se gasea pe google fara succes.
>
> NameVirtualHost *:80
>
> <VirtualHost *:80>
>    ServerAdmin [email protected]
>    DocumentRoot /var/www/html
>    ServerName www.domeniu1.ro
>    DirectoryIndex index.html index.htm index.shtml index.php index.php4
> index
>    ErrorLog /var/log/httpd/local_error_log
>    CustomLog /var/log/httpd/local_log common
>    <Directory "/var/www/html">
>        Options Indexes FollowSymLinks
>        AllowOverride All
>        Order allow,deny
>        allow from all
>    </Directory>
> </VirtualHost>
>
>
> <VirtualHost *:80>
>    ServerAdmin [email protected]
>    DocumentRoot /var/www/html/domeniu2
>    ServerAlias www.domeniu2.ro
>    ServerName domeniu2.ro
>    DirectoryIndex index.html index.htm index.shtml index.php index.php4
> index
>    ErrorLog /var/log/httpd/local_error_log
>    CustomLog /var/log/httpd/local_log common
>    <Directory "/var/www/html/domeniu2">
>        Options Indexes FollowSymLinks
>        AllowOverride All
>        Order allow,deny
>        allow from all
>    </Directory>
> </VirtualHost>
>
> Ms anticipat de ajutor
> _______________________________________________
> RLUG mailing list
> [email protected]
> http://lists.lug.ro/mailman/listinfo/rlug
>
_______________________________________________
RLUG mailing list
[email protected]
http://lists.lug.ro/mailman/listinfo/rlug

Raspunde prin e-mail lui