Page 1 of 1

n00b @ Apache 'n' PHP

Posted: Wed Aug 07, 2002 5:16 pm
by Dale
OK...i thought why dont i install these two... and they were a kinda success :)

Now the only thing is in my PHP.INI file i find:
;fbsql.allow_persistent = On
;fbsql.autocommit = On
;fbsql.default_database =
;fbsql.default_database_password =
;fbsql.default_host =
;fbsql.default_password =
;fbsql.default_user = "_SYSTEM"
;fbsql.generate_warnings = Off
;fbsql.max_connections = 128
;fbsql.max_links = 128
;fbsql.max_persistent = -1
;fbsql.max_results = 128
;fbsql.batchSize = 1000
Call me a n00b but WTF do i enter here?

Please Help :)

Posted: Thu Aug 08, 2002 2:08 am
by twigletmac
All those lines are commented out (that's what the ; in front of each means) and they are only applicable if you are using FrontBase (a type of database?). If you are using FrontBase I'm sure it's documentation can give you a heads up as to what you should be entering there although what's there already is probably the default values needed.

Mac

Posted: Thu Aug 08, 2002 2:43 am
by Dale
oh so thats what this means then:
fbsql = FrontBase SQL..

Well i dont have that but i'll just stay with my original settings...

ok next question...

I can now get on my page called localhost but is there a way of other people on the net like you twigletmac to view it?

Also im on a LAN connection if thats any use...

Posted: Thu Aug 08, 2002 2:46 am
by twigletmac
Possibly, if I knew your IP address and you didn't have an .htaccess file with something like the following in it:

Code: Select all

<Limit GET> 
order deny,allow 
deny from all
allow from localhost 
</Limit>
Mac

Posted: Thu Aug 08, 2002 2:52 am
by Dale
But how would it connect to me... say my dads IP is 132.666.99.81 (example IP) what would mine be?