Hi, Perhaps should you try with putty:
- connect as root or a user able to do some minimum sysadmin tasks - check your listening ports: netstat -tpln you should see something like: r...@toto :~# netstat -tpln Connexions Internet actives (seulement serveurs) Proto Recv-Q Send-Q Adresse locale Adresse distante Etat PID/Program name ... tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 1571/apache2 ... meaning your web server is listening. - if it is listening but you can't get any page, check if there's any firewall on the road. - if it is listening but you just can't get your wiki vhost, check your apache logs. - if apache2 is not listening, try: /etc/init.d/apache2 start - finally check that your web server is enabled at system reboot. Regards. Jules 2009/8/3 sirisha mosalikanti <[email protected]> > Hi, > I have the following configuration: > MediaWiki Version 1.13.3 > Semantic MediaWiki Version 1.4.1 > UBUNTU 2.6.27-9-server > > After I had rebooted the wiki server from putty, I'm unable to connect to > the server from the browser. I could however, log in to the server from > putty. > Please help, > Thanks, > > > -- > Sirisha. > > Everyday is an oppurtinity to make a new happy ending :) > _______________________________________________ > MediaWiki-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
