Find the answer to your Linux question:
Results 1 to 10 of 10
hi all, i am using centos 5 and i have configured httpd. when i web browser it show this message " the server is temporarily unable to service your request ...
  1. #1
    Just Joined! abdul raziq's Avatar
    Join Date
    Dec 2006
    Location
    Quetta
    Posts
    73

    httpd config problem

    hi all,

    i am using centos 5 and i have configured httpd. when i web browser it show this message

    " the server is temporarily unable to service your request due to maintenance downtime or capacity problems. please try again later"


    any one tell me should i fix problem


    Thanks
    Raziq

  2. #2
    Just Joined!
    Join Date
    Jan 2009
    Location
    colachel
    Posts
    27
    Hi

    can you Paste the httpd error log...........

    tail -f /var/log/httpd/error_log

  3. #3
    Just Joined! abdul raziq's Avatar
    Join Date
    Dec 2006
    Location
    Quetta
    Posts
    73
    here is the error log.

    /usr/lib/pkgconfig/../../bin/mod-mono-server: line 2: exec: /usr/bin/mono: cannot execute: Permission denied
    [Fri Feb 20 01:46:52 2009] [notice] Apache/2.2.3 (CentOS) configured -- resuming normal operations
    /usr/lib/pkgconfig/../../bin/mod-mono-server: line 2: /usr/bin/mono: Permission denied
    /usr/lib/pkgconfig/../../bin/mod-mono-server: line 2: exec: /usr/bin/mono: cannot execute: Permission denied
    /usr/lib/pkgconfig/../../bin/mod-mono-server: line 2: /usr/bin/mono: Permission denied
    /usr/lib/pkgconfig/../../bin/mod-mono-server: line 2: exec: /usr/bin/mono: cannot execute: Permission denied
    /usr/lib/pkgconfig/../../bin/mod-mono-server: line 2: /usr/bin/mono: Permission denied
    /usr/lib/pkgconfig/../../bin/mod-mono-server: line 2: exec: /usr/bin/mono: cannot execute: Permission denied
    /usr/lib/pkgconfig/../../bin/mod-mono-server: line 2: /usr/bin/mono: Permission denied
    /usr/lib/pkgconfig/../../bin/mod-mono-server: line 2: exec: /usr/bin/mono: cannot execute: Permission denied

  4. #4
    Just Joined!
    Join Date
    Jan 2009
    Location
    colachel
    Posts
    27

    Smile

    Hi

    I think some package access issue there. Are you able to restart the httpd service?? and check SELINUX is enabled??

  5. #5
    Just Joined! abdul raziq's Avatar
    Join Date
    Dec 2006
    Location
    Quetta
    Posts
    73
    hi again,

    service is start and restart as well SElinux is enable. and how to disable SElinux.

    Thanks
    Raziq

  6. #6
    Just Joined!
    Join Date
    Jan 2009
    Location
    colachel
    Posts
    27
    Hi
    Type in terminal
    #vi /etc/selinux/config

    and change the SELINUX line to SELINUX=disabled

    For knowing the selinux status
    #sestatus
    and reboot

  7. #7
    Just Joined! abdul raziq's Avatar
    Join Date
    Dec 2006
    Location
    Quetta
    Posts
    73
    hi again,

    now a days i am working on ASP pages run in Linux. do you have good idea how to use it. i read articles on Apache and ASP pages but still confuse in ASP pages.

    would you like to help me

    Thanks

  8. #8
    Just Joined!
    Join Date
    Jan 2009
    Location
    colachel
    Posts
    27
    Even though ASP.NET was written specifically for the Windows Platform there has been a really active movement in the Linux community to bring C# and the .NET framework over to their OS as well. This project is called Mono. From what I've read it is indeed possible to run ASP.NET with a C# code base on an Apache Linux based system.

    Main Page - Mono

    Hope this answers your question

  9. #9
    Just Joined! abdul raziq's Avatar
    Join Date
    Dec 2006
    Location
    Quetta
    Posts
    73
    thanks friend,

    i have read this mano web page i made some setup but it was not work. could you help me in this project.

    or you send me step by step wise guideline


    Thanks
    Raziq

  10. #10
    Just Joined!
    Join Date
    Jan 2009
    Location
    colachel
    Posts
    27

    Cool

    I am not familiar with mono related prjoect. Anyway I will try

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...