User Profile

Collapse

Profile Sidebar

Collapse
nilesh_raul
nilesh_raul
Last Activity: Mar 8 '08, 08:14 PM
Joined: Jul 7 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • nilesh_raul
    replied to Procedure in MySql
    Mysql does not supports Procedure, Function and trigger . for this you need to switch to PostgreSql
    See more | Go to post

    Leave a comment:


  • nilesh_raul
    replied to Virtual Host not working
    Can you exactly tell me what entry to make in my linux host file /etc/hosts for the above fonfiguration.. . Currently my file has following entries in that file :
    ##------
    127.0.0.1 localhost.local domain localhost
    10.34.36.83 rapidigmer.rapi digmerdomain rapidigmer
    ##------

    And I dont think making entry in my PC's host file will make sense, because I can not go and make changes to...
    See more | Go to post

    Leave a comment:


  • nilesh_raul
    replied to Syntax Error? Help Plz
    in C
    You are simply missing one parenthesis. Replace the line with following line :

    if(((TR=='a')&& (dresser_pick== 'b')) || ((TR=='a')&&(dr esser_pick2=='b ')))
    See more | Go to post

    Leave a comment:


  • nilesh_raul
    started a topic Virtual Host not working

    Virtual Host not working

    I am trying to configure virtual host on linux machine.

    Following lines added to httpd.conf :

    ##----------------------------------
    NameVirtualHost 10.34.36.83:80

    <VirtualHost 10.34.36.83:80>
    ServerName www.lampia.net

    ServerAlias scm.lampia.net
    ServerAdmin webmaster@lampi a.net
    DocumentRoot /usr/lib/gforge/www
    ErrorDocument 404 /404.php...
    See more | Go to post
No activity results to display
Show More
Working...