Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)
  • Thread Starter haythamtn

    (@haythamtn)

    oh my god .. everybody in holydays ? 🙂

    Thread Starter haythamtn

    (@haythamtn)

    can anyone help me ?

    Thread Starter haythamtn

    (@haythamtn)

    no idea ?

    Thread Starter haythamtn

    (@haythamtn)

    I added Options +FollowSymLinks in the top of my .htaccess just like that :

    Options +FollowSymLinks
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    the problem still the same .. I downloaded the log file and the same error is still repeating :

    [Wed Nov 19 08:35:44 2008] [error] [client 83.204.33.8] Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /var/www/vhosts/my-website.net/httpdocs/index.pl
    [Wed Nov 19 08:35:44 2008] [error] [client 38.99.186.6] Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /var/www/vhosts/my-websites.net/httpdocs/index.pl
    [Wed Nov 19 08:35:44 2008] [error] [client 88.167.15.20] Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /var/www/vhosts/my-website/httpdocs/index.pl, referer: http://www.my-website/

    so I looked into /etc/apache2 to set allowOverride to All

    I am supposed to set “allowOverride All” in httpd.conf but my httpd.conf is an empty file
    I found 4 “allowOverride None” in apache2.conf I set them all to “allowOverride All” and restarted Apache

    The problem is still the same ..

    in wich apache file should I set allowOverride from none to all ?

    Thread Starter haythamtn

    (@haythamtn)

    Thank you for your answer

    I will put Options +FollowSymLinks and then tell you the result.

    If my apache config does not allow overriding I will start a new thread

    if my problem is solved I will just inform you about that and change this thread status to solved

    Thread Starter haythamtn

    (@haythamtn)

    I installed WP Super Cache but It didn’t work because my php is in safe mod so I installed just WP Cache. It didn’t solve my problem

    I am using Plesk 8.6.0 I don’t know if the apache version of Plesk 8.6.0 allow overriding
    Should I insert Options +FollowSymLinks in my .htaccess then download error log to check if the problem is solved ?

    what’s the effect of +FollowSymLinks if my apache doesn’t allow overriding ?

    Thread Starter haythamtn

    (@haythamtn)

    I found a thread describing barely the same problem : http://forum.uniformserver.com/index.php?showtopic=1514

    if I understood well it says to put the .htaccess like that :

    Options +FollowSymLinks
    
    # BEGIN WordPress
    
    #Options -Indexes
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wordpress/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wordpress/index.php [L]
    </IfModule>
    
    # END WordPress

    Is it correct ? and should put my .htaccess like this or add
    <option>
    SymLinksIfOwnerMatch
    </option>

    I am just confused 🙂

    Will this directive finally solve my blog slowness when he reaches more than 400 connected persons ?

    Thread Starter haythamtn

    (@haythamtn)

    where sould I put this in my htaccess ?

    should I put it that way ?

    # BEGIN WordPress
    <option>
    SymLinksIfOwnerMatch
    </option>
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    Thread Starter haythamtn

    (@haythamtn)

    Thank you 100000000000000000 times again, you are the only one who could help me. I’ve been browsing too much forums threads to figure out what’s wrong with my blog but no one gave me the answer.
    I hope this topic will help people having the same issue with their wordpress. There is one solution to this : change your crappy host.
    I recently moved to a new server and everything is fine, my blog’s fast than ever.

    Thread Starter haythamtn

    (@haythamtn)

    I want just to add : after the end of loading wp_secret_name.php I have this message :

    Warning: fsockopen() [function.fsockopen]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /home/mysite/public_html/wp-includes/class-snoopy.php on line 1158
    
    Warning: fsockopen() [function.fsockopen]: unable to connect to www.google.com:80 (Unknown error) in /home/mysite/public_html/wp-includes/class-snoopy.php on line 1158
    
    Warning: fsockopen() [function.fsockopen]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /home/mysite/public_html/wp-includes/class-snoopy.php on line 1158
    
    Warning: fsockopen() [function.fsockopen]: unable to connect to submissions.ask.com:80 (Unknown error) in /home/mysite/public_html/wp-includes/class-snoopy.php on line 1158
    
    Warning: fsockopen() [function.fsockopen]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /home/mysite/public_html/wp-includes/class-snoopy.php on line 1158
    
    Warning: fsockopen() [function.fsockopen]: unable to connect to webmaster.live.com:80 (Unknown error) in /home/mysite/public_html/wp-includes/class-snoopy.php on line 1158

    maybe this code can explain my server overload

    Thread Starter haythamtn

    (@haythamtn)

    Thank you very very much I just copied the content of my wp-cron.php then created a wp-secret_name.php, removed the two lines you gave and hit the file from my web browser : http://www.mysite.com/wp-secret_name.php

    it took a long time to wp-secret_name.php to end loading but finally my blog came to its normal status, very fast and with a normal Ram usage

    Just one problem remaining : when I try to edit,publish,delete a post the overload comes back

    So should I hit wp-secret_name.php via my browser every time I edit my blog ?
    Is there a way to make this php file hit automaticly every time I edit something on my blog so that the problem will disappear permanently.

    Thread Starter haythamtn

    (@haythamtn)

    Thanks for your answer.
    I think that means I have a problem on my bind server.
    I will try WP-Control and tell you the result.
    is there any known settings to avoid my overload problem ?
    Can deleting wp-cron.php solve the problem ?

    Thread Starter haythamtn

    (@haythamtn)

    Before the server crash I had no problem the blog was very very fast .. I was quite happy.
    I running my blog as single website on 100Mbps 1GB Ram dediacted server.
    Even when I reach 300 simultaneous visitors my max Ram usage is about 300 Mb.
    Now with the blog running slow I have a traffic drop and event with 30 users connected I have 800 Mb of my Ram used.
    I think my host is one of the best in europe LeaseWeb .. don’t you think ?

    I am really stuck .. I tried to disable all plugins .. reboot my server .. restart apache2 and mysql .. disable services ping .. remove url rewrite .. trying several old backups. Finally it seems when my server crashed with the PHP script something messed up maybe apache or SQL.
    If I use an old backup the server become fine and super fast again, but once I publish,delete,edit post it begin overloading again.

    if anyone know ho to fix this problem I’ll be very grateful for the rest of my life !

    Thread Starter haythamtn

    (@haythamtn)

    I received a e-mail from my host saying that my SQL Server load is so high .. what does this mean ?

    Thread Starter haythamtn

    (@haythamtn)

    this is the content of my htaccess :

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

Viewing 15 replies - 1 through 15 (of 16 total)