Jump to content

deRusett

Members
  • Posts

    26
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

deRusett's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. This is using  Apache 2.0.5x,  php5.1.xx, anyone got a debian/ubuntu  Apache2.2/php5.2 install running? I get the Apache 2.2 like so $wget -c http://apache.sunsite.ualberta.ca/httpd/httpd-2.2.3.tar.gz sudo apt-get install build-essential $tar -xvf httpd-2.2.3.tar.gz $cd httpd-2.2.3 ./configure make sudo make install but I can't seem to get php5.2 to install with it,  I get errors when I try to configure and if I use apt-get install I notice that all of the apache related stuff is for 2.0.5x  and from what I read at apache.org  2.2 has changed the way apache does things over 2.0
  2. you need to build the Database in mysql before the install go into whatever mysql thing you have, and create a Database called what ever you want your postnuke database to be, then install postnuke IF you are limited to just one Database, you will have to select the name of your current DB as the DB name in postnuke, I suggest naming all Postnuke tables with a Prefix of nuke,
  3. LoadModule php4_module C:/php/sapi/php4apache2.dll AddType application/x-httpd-php .php you need to add this not just LoadModule php4_module C:/php/sapi/php4apache2.dll
  4. First you need to have SP1 for Windows XP installed. Next I would suggest using Apache2 for windows XP instead of Apache 1.3.X if you move to Apache 2 come back to this thread asking for help and I\'ll walk you through the installation
  5. NULL does not equal zero, NULL is more can be igored, or Ignore this
  6. Well it would seem that `something` int(11) NOT NULL default \'\', is not permitted, and one must use `something` int(11) NOT NULL default \'0\', everyone I have asked seems to think I will generate an error if I leave it as `something` int(11) NOT NULL default \'\', crappy!
  7. Nice thread link, on that note, MySQL will easily handed 1500 a DAY transactions, 1500 a month is hardly big, My Uncle who is a Computer Engineer in England is the only person I know who does tasks greater then MySQL can handle, He uses Orical, since the company he works for handles 10-25 Million transactions a day, My former university ran completly on MySQL, during registration thats 5000+ students online signing up for 5-10 courses, which is intencive insert / drop / update queries, rarely did we experience slow downs from the DB, just poor ASP programming HA!.
  8. WHY would you not have SP1 installed when you are running XP!! that is STUPID I could clear your hard drive from this forum if you are running an XP box unpatched with SP1, very dangerous times
  9. I was just building a DB for a project I am doing when it occered to me, I have never done `something` int(11) NOT NULL default \'\', always `something` int(11) NOT NULL default \'0\', what does mySQL do if I do `something` int(11) NOT NULL default \'\', the reason I ask is some of the formula I will be using, will talk to the something cell, will not work correctly if there is a 0 in that cell, BUT the default can not be a 1, I need it to ignore the cell if there is nothing in it. I\'m about 3 or 4 tables away from even droping this file into mySQL to make DB\'s and figured it wouldn\'t hurt to throw this question out to the world and see what comes back
  10. use apache2 I use it on win XP boxes and it installs and runs flawlessly
  11. you have mysql_connect(DB_HOST, DB_USERNAME, DB_PASSWORD) should it not say mysql_connect(DB_HOST, DB_USERNAME, DB_PASSWORD); or did you just omit that in the forum
  12. what programs have you installed sicne then? possibly a new firewall?
  13. To get a Domain name ( going to a name rather then an IP ) go to a Domain anme register, I use http://www.vimar.ca/ As for a server What system specs are you running? RedHat is probably your best bet for linux, it will have Apache already installed, and PHP, mySQL are both easy to install from there respective sites www.php.net and www.mysql.com For webmail I suggest squirrel mail, it is a great program, I use it for my mailserver on my site. as for perl I suggest http://www.activestate.com/Products/Downlo...x?id=ActivePerl Activestate Perl. any other questions just post back
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.