Re: Permission denied?
This WebDNA talk-list message is from 2004
It keeps the original formatting.
numero = 55710
interpreted = N
texte = On Mon, 26 Jan 2004 dott@thedott.com wrote:> The "code" is very fundamental UNIX. File permissions will be one of the> very first items covered in even the most basic of manuals.>> Sounds like you should check the owner and group (WWW, apache, etc) before> making any file permission changes, making certain they are correct.> But here is the code that will change the file perms for you.> You will need to be logged in as root or SU. cd to the directory where the> .db is located.> type the following:> chmod 664 thefileyouwanttochangethese are bad permissions. this command sets your db files to be readableby everybody which means that if somebody types the url to you dbdirectly s/he will actual get the whole file rendered in the browserwindow. use:chmod 660 *.dband if you want to actually edit the db files manually change the group onthe files to the group you belong to...>>>>> ----- Original Message -----> From: "Ross Markbreiter"
> To: "WebDNA Talk" > Sent: Monday, January 26, 2004 1:40 PM> Subject: Re: Permission denied?>>> > Ok, but how do I get that code to replace the entry?> >> >> > >Before you go too far with UNIX you should pick up and read a manual.> You> > >have the potential of unwittingly opening up huge security holes.> > >> > >> > >----- Original Message -----> > >From: "Ross Markbreiter" > > >To: "WebDNA Talk" > > >Sent: Monday, January 26, 2004 12:35 PM> > >Subject: Re: Permission denied?> > >> > >> > > > No? How do you do that? do you have to for all .db files if we move> sites> > > > over from OS9 or is it a global general setting?> > > > Thanks> > > >> > > > >OSX is a unix based OS, did you make sure that the db file is world> > > > >writable?> > > > >> > > > >----- Original Message -----> > > > >From: "Ross Markbreiter" > > > > >To: "WebDNA Talk" > > > > >Sent: Monday, January 26, 2004 2:19 PM> > > > >Subject: Permission denied?> > > > >> > > > >> > > > > >> > > > > > >Anyone know why permissin is denied error?> > > > > >> > > > > > When we enter data it gives this error> > > > > >> > > > > >> > > > > >> > > > > > Here is code, OSX v5.1 Apache> > > > > >> > > > > > [/showif] [showif [action]=Replace] [replace> > > > > > db=hostfees.db&eqSKUdatarq=[url][_sku][/url]][formvariables> > > > > > name=_&exact=F][getchars> > > > > >> > >start=2][name][/getchars]=[url][value][/url]&[/formvariables][/replace]> > > > > > Record Replaced> > > > > >> > > > > >> > > > > > Director Sales> > > > > >> > > > > > Ross F. Markbreiter> > > > > >> > > > > > Thewwwstores, Corp Dba> > > > > > The World Wide Web Store> > > > > > 31826D Village Center Dr.> > > > > > Westlake Village, Ca 91361> > > > > >> > > > > > worldwidewebstore.com> > > > > >> > > > > >> > > > > >> > > > > >> > > > > > -------------------------------------------------------------> > > > > > This message is sent to you because you are subscribed to> > > > > > the mailing list .> > > > > > To unsubscribe, E-mail to: > > > > > > To switch to the DIGEST mode, E-mail to> > > > >> > > > > > Web Archive of this list is at: http://webdna.smithmicro.com/>>> -------------------------------------------------------------> This message is sent to you because you are subscribed to> the mailing list .> To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > Web Archive of this list is at: http://webdna.smithmicro.com/>-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/
Associated Messages, from the most recent to the oldest:
On Mon, 26 Jan 2004 dott@thedott.com wrote:> The "code" is very fundamental UNIX. File permissions will be one of the> very first items covered in even the most basic of manuals.>> Sounds like you should check the owner and group (WWW, apache, etc) before> making any file permission changes, making certain they are correct.> But here is the code that will change the file perms for you.> You will need to be logged in as root or SU. cd to the directory where the> .db is located.> type the following:> chmod 664 thefileyouwanttochangethese are bad permissions. this command sets your db files to be readableby everybody which means that if somebody types the url to you dbdirectly s/he will actual get the whole file rendered in the browserwindow. use:chmod 660 *.dband if you want to actually edit the db files manually change the group onthe files to the group you belong to...>>>>> ----- Original Message -----> From: "Ross Markbreiter" > To: "WebDNA Talk" > Sent: Monday, January 26, 2004 1:40 PM> Subject: Re: Permission denied?>>> > Ok, but how do I get that code to replace the entry?> >> >> > >Before you go too far with UNIX you should pick up and read a manual.> You> > >have the potential of unwittingly opening up huge security holes.> > >> > >> > >----- Original Message -----> > >From: "Ross Markbreiter" > > >To: "WebDNA Talk" > > >Sent: Monday, January 26, 2004 12:35 PM> > >Subject: Re: Permission denied?> > >> > >> > > > No? How do you do that? do you have to for all .db files if we move> sites> > > > over from OS9 or is it a global general setting?> > > > Thanks> > > >> > > > >OSX is a unix based OS, did you make sure that the db file is world> > > > >writable?> > > > >> > > > >----- Original Message -----> > > > >From: "Ross Markbreiter" > > > > >To: "WebDNA Talk" > > > > >Sent: Monday, January 26, 2004 2:19 PM> > > > >Subject: Permission denied?> > > > >> > > > >> > > > > >> > > > > > >Anyone know why permissin is denied error?> > > > > >> > > > > > When we enter data it gives this error> > > > > >> > > > > >> > > > > >> > > > > > Here is code, OSX v5.1 Apache> > > > > >> > > > > > [/showif] [showif [action]=Replace] [replace> > > > > > db=hostfees.db&eqSKUdatarq=[url][_sku][/url]][formvariables> > > > > > name=_&exact=F][getchars> > > > > >> > >start=2][name][/getchars]=[url][value][/url]&[/formvariables][/replace]> > > > > > Record Replaced> > > > > >> > > > > >> > > > > > Director Sales> > > > > >> > > > > > Ross F. Markbreiter> > > > > >> > > > > > Thewwwstores, Corp Dba> > > > > > The World Wide Web Store> > > > > > 31826D Village Center Dr.> > > > > > Westlake Village, Ca 91361> > > > > >> > > > > > worldwidewebstore.com> > > > > >> > > > > >> > > > > >> > > > > >> > > > > > -------------------------------------------------------------> > > > > > This message is sent to you because you are subscribed to> > > > > > the mailing list .> > > > > > To unsubscribe, E-mail to: > > > > > > To switch to the DIGEST mode, E-mail to> > > > >> > > > > > Web Archive of this list is at: http://webdna.smithmicro.com/>>> -------------------------------------------------------------> This message is sent to you because you are subscribed to> the mailing list .> To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > Web Archive of this list is at: http://webdna.smithmicro.com/>-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/
Kalin Mintchev
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
OT: BulkRegister.com (2002)
Setting up shop (1997)
docs for WebCatalog2 (1997)
search double negative comparison (2001)
Various Problems (1997)
[WebDNA] User sessions - cookies only or cookies and a sessions.db? (2016)
WebCat2 - Getting to the browser's username/password data (1997)
downloadable docs (1999)
[WebDNA] Authorize.net and [tcpconnect] (2016)
Generating unique SKU from [cart] (1997)
Dates (1996)
For those of you not on the WebCatalog Beta... (1997)
WebCat2b13MacPlugIn - [shownext method=post] ??? (1997)
Math Problem - Format? (1997)
Re:Variable Math (1998)
A national Zip base sales tax db? (1999)
[SearchString] problem with [search] context (1997)
syntax question, not in online refernce (1997)
UnacceptedCard in 4.0 (2000)
selecting multiple found items (1997)