Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

OSX Server: apache2 running but “Problem loading page” -


i have setup osx server 10.6, updates installed, started apache2, running:

sudo apachectl graceful 

i see in /var/log/apache2/errorlog

[fri dec 17 10:11:49 2010] [notice] apache/2.2.15 (unix) configured -- resuming normal operations 

also

ps -ef | grep httpd 

shows several processes:

    0 49388     1   0   0:00.05 ??         0:00.07 /usr/sbin/httpd -d foreground    70 49389 49388   0   0:00.00 ??         0:00.00 /usr/sbin/httpd -d foreground    70 49390 49388   0   0:00.00 ??         0:00.00 /usr/sbin/httpd -d foreground    70 49391 49388   0   0:00.00 ??         0:00.00 /usr/sbin/httpd -d foreground    70 49392 49388   0   0:00.00 ??         0:00.00 /usr/sbin/httpd -d foreground ... 

in httpd.conf edited documentroot:

servername bioinfo.mni.fh-giessen.de:80  documentroot "/volumes/serverhd2/web_documents"    errorlog "/var/log/apache2/error_log"  <directory "/volumes/serverhd2/web_documents">         order allow,deny      allow  </directory> 

syntax ok:

apachectl configtest syntax ok 

yet, timeouts @ http://bioinfo.mni.fh-giessen.de :

problem loading page 

any clue ?

are sure edited right file? os x server has way of not keeping standards. actual configuration entries not in /etc/httpd/httpd.conf, in subdirectories of /etc/apache2/sites. check out faq.

i recommend using server admin utility set server. lot easier , quicker trying configuration right manually. can add or change rules later, once site , running.


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -