The MU forums have moved to WordPress.org

Problem, the blog had been suspended (9 posts)

  1. ferasof
    Member
    Posted 15 years ago #

    The owner of the server upgrade server and then my wordpress mu stopped immediately.
    Look at this site
    http://myali.net/
    http://poems.myali.net/

    the admin of server has sent a letter to cpanel.net managers, And their response was as follows

    =========================================
    Your using Apache-2.0 which does not use the BytesLog module only Apache-1.3.x did and the user/group cannot be added in the VirtualHost section like your attempting to. This is why your getting the errors your seeing. If you look at any of the other VirtualHost settings you will see the user is added in an IfModule statement.

    <IfModule !mod_disable_suexec.c>SuexecUserGroup myali myali</IfModule>
    ================================================

    Please help me Why do I have to do
    Do you have any solution?

  2. cafespain
    Member
    Posted 15 years ago #

    It looks like you sub-domains are not pointing to the same location as your main blog.

    I'm assuming your httpd.conf has changed - do you have access to it to check if your wildcard domain is set correctly.

    I don't know much about the BytesLog setting so can't comment on that.

  3. ferasof
    Member
    Posted 15 years ago #

    thanks
    Following code exists in httpd.conf

    ===================
    <VirtualHost 76.76.13.69>
    DocumentRoot /home/myali/public_html
    BytesLog domlogs/myali.net-bytes_log
    User myali
    Group myali
    ServerAlias myali.net *.myali.net
    ServerName http://www.myali.net
    CustomLog domlogs/myali.net combined
    </VirtualHost>
    ===============================

    VirtualHost has been added to the server again, but it does not work now
    Is there a solution to the problem

  4. andrea_r
    Moderator
    Posted 15 years ago #

    "The owner of the server upgrade server and then my wordpress mu stopped immediately."

    Just go thru all the vhost steps again. It's your host's fault, not MU.

  5. ferasof
    Member
    Posted 15 years ago #

    andrea_r

    Can you write me vhost ,the code i have to put on file (httpd.conf)

    Note that the IP is 208.43.18.232
    Domain is myali.net

    Thank you very much

  6. cafespain
    Member
    Posted 15 years ago #

    If the IP is now 208.43.18.232 then the virtual host line:
    <VirtualHost 76.76.13.69> is wrong and should be:

    <VirtualHost 208.43.18.232>

  7. ferasof
    Member
    Posted 15 years ago #

    cafespain
    ok

    Please write - all virtual host lines - To sent to the managers of server again

    Thank you,

  8. ferasof
    Member
    Posted 15 years ago #

    O people
    the managers of server tells me that the blog is now working without adding virtual host lines.!!!!!!!
    Is that true?
    He says to me that he could not add virtual host lines after he updates server.
    Check cpanel.net company letter above
    When I asked him why one of the sites and the second is not working and you say the same time you did not add virtual host lines to both website
    Did not answer my question

    What do you think?
    These are the website
    First is working and second is not working
    yataleb.net
    myali.net

    Do you have any comment on that؟

  9. lunabyte
    Member
    Posted 15 years ago #

    "He says to me that he could not add virtual host lines after he updates server.
    Check cpanel.net company letter above"

    You need a new host. It it pretty clear they don't have a clue what they are doing, and how to manage a cpanel environment.

About this Topic

  • Started 15 years ago by ferasof
  • Latest reply from lunabyte