Hello,
Here is my virtualhost file:
Code:
<VirtualHost 64.207.154.91:80>
ServerAdmin oyokoon@syrinxoon.net
ServerName syrinxoon.net
ServerAlias www.syrinxoon.net
DocumentRoot /var/www/syrinxoon.net/html/
<IfModule mod_fcgid.c>
SuexecUserGroup syrinxoon.net syrinxoon.net
<Directory /var/www/syrinxoon.net/html/>
Options +ExecCGI
AllowOverride All
AddHandler fcgid-script .php
FCGIWrapper /var/www/php-fcgi-scripts/syrinxoon.net/php-fcgi-starter .php
Order allow,deny
Allow from all
</Directory>
</IfModule>
ErrorLog /var/www/syrinxoon.net/logs/error.log
CustomLog /var/www/syrinxoon.net/logs/access.log combined
ServerSignature Off
</VirtualHost>
and the Apache's error log:
Code:
[Sun May 01 18:16:46 2011] [crit] [client 83.195.116.220] (13)Permission denied: /var/www/syrinxoon.net/html/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
[Sun May 01 18:16:49 2011] [crit] [client 83.195.116.220] (13)Permission denied: /var/www/syrinxoon.net/html/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
[Sun May 01 18:16:50 2011] [crit] [client 83.195.116.220] (13)Permission denied: /var/www/syrinxoon.net/html/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
[Sun May 01 18:17:19 2011] [crit] [client 83.195.116.220] (13)Permission denied: /var/www/syrinxoon.net/html/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
[Sun May 01 18:17:21 2011] [crit] [client 83.195.116.220] (13)Permission denied: /var/www/syrinxoon.net/html/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
[Sun May 01 18:17:34 2011] [crit] [client 207.46.199.38] (13)Permission denied: /var/www/syrinxoon.net/html/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
[Sun May 01 18:17:34 2011] [crit] [client 184.73.7.77] (13)Permission denied: /var/www/syrinxoon.net/html/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
[Sun May 01 18:17:37 2011] [crit] [client 97.95.72.31] (13)Permission denied: /var/www/syrinxoon.net/html/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
[Sun May 01 18:17:37 2011] [crit] [client 97.95.72.31] (13)Permission denied: /var/www/syrinxoon.net/html/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
[Sun May 01 18:17:37 2011] [crit] [client 97.95.72.31] (13)Permission denied: /var/www/syrinxoon.net/html/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
[Sun May 01 18:17:37 2011] [crit] [client 97.95.72.31] (13)Permission denied: /var/www/syrinxoon.net/html/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
My website is
http://syrinxoon.net.
Something weird, I have a subdomain
http://fever.syrinxoon.net which works perfectly.
I don't understand.
Thank you for your help =)
Recent comments
2 days 18 hours ago
3 days 2 hours ago
3 days 5 hours ago
3 days 7 hours ago
3 days 8 hours ago
3 days 10 hours ago
3 days 11 hours ago
3 days 12 hours ago
4 days 4 hours ago
4 days 5 hours ago