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 ...
- 02-23-2009 #1
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
- 02-23-2009 #2Just Joined!
- Join Date
- Jan 2009
- Location
- colachel
- Posts
- 27
Hi
can you Paste the httpd error log...........
tail -f /var/log/httpd/error_log
- 02-23-2009 #3
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
- 02-23-2009 #4Just Joined!
- Join Date
- Jan 2009
- Location
- colachel
- Posts
- 27
Hi
I think some package access issue there. Are you able to restart the httpd service?? and check SELINUX is enabled??
- 02-23-2009 #5
hi again,
service is start and restart as well SElinux is enable. and how to disable SElinux.
Thanks
Raziq
- 02-23-2009 #6Just 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
- 02-23-2009 #7
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
- 02-23-2009 #8Just 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
- 02-23-2009 #9
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
- 02-24-2009 #10Just Joined!
- Join Date
- Jan 2009
- Location
- colachel
- Posts
- 27
I am not familiar with mono related prjoect. Anyway I will try


Reply With Quote