RE: [us...@httpd] Can not access Apache server from local network.

2009-02-07 Thread Steve Morrisey
Thanks you Matt - that was indeed the problem !! -Original Message- From: Matt McCutchen [mailto:m...@mattmccutchen.net] Sent: Saturday, February 07, 2009 8:35 PM To: users@httpd.apache.org Cc: steve.morri...@sbcglobal.net Subject: Re: [us...@httpd] Can not access Apache server from local

RE: [us...@httpd] Can not access Apache server from local network.

2009-02-07 Thread Steve Morrisey
I found the problem – the built in Linux firewall was blocking HTTP - Thanks -Original Message- From: Steve Morrisey [mailto:steve.morri...@sbcglobal.net] Sent: Saturday, February 07, 2009 7:51 PM To: users@httpd.apache.org Cc: steve.morri...@sbcglobal.net Subject: [us...@httpd] Can not ac

Re: [us...@httpd] Can not access Apache server from local network.

2009-02-07 Thread Matt McCutchen
On Sat, 2009-02-07 at 19:51 -0800, Steve Morrisey wrote: > I have installed Apache 2.2 on a Linux box on my home network > (192.168.1.105). When I open a browser on the Linux box and enter > http://192.168.1.105 I get the expected “It Works” page. However when > I try to access the Web Server from

[us...@httpd] Can not access Apache server from local network.

2009-02-07 Thread Steve Morrisey
Hello – I have installed Apache 2.2 on a Linux box on my home network (192.168.1.105). When I open a browser on the Linux box and enter http://192.168.1.105 I get the expected “It Works” page. However when I try to access the Web Server from another PC’s Browser (192.168.

Re: [us...@httpd] Can't Insert Row Into a SQLite DB on server

2009-02-07 Thread Akbar
Thanks for the tip! Sweet dreams! :-) André Warnier wrote: André Warnier wrote: Akbar wrote: Thank you André, that was pretty gentle. I'll give that information in the future. One more tip, before I go to bed : assuming that Mac OSX is an OS based on Unix/Linux : The SQL folder probably has

Re: [us...@httpd] Can't Insert Row Into a SQLite DB on server

2009-02-07 Thread André Warnier
Akbar wrote: André if nothing else, i learned something, thank you. let me see how this goes... User www Group www hmm... Is it correct to say that I cannot make that database file writeable by using a or directive? (i just read your other email) Yes (you can not). Maybe then, i can put

Re: [us...@httpd] Can't Insert Row Into a SQLite DB on server

2009-02-07 Thread André Warnier
André Warnier wrote: Akbar wrote: Thank you André, that was pretty gentle. I'll give that information in the future. It's Apache 1.3 that comes with Mac OS X Tiger. I'm not sure how to find out which user started the Apache server. I have a guess that it's the admin account on my computer.

Re: [us...@httpd] Can't Insert Row Into a SQLite DB on server

2009-02-07 Thread Akbar
André if nothing else, i learned something, thank you. let me see how this goes... User www Group www hmm... Is it correct to say that I cannot make that database file writeable by using a or directive? (i just read your other email) Maybe then, i can put the database file in a folder to wh

Re: [us...@httpd] Can't Insert Row Into a SQLite DB on server

2009-02-07 Thread André Warnier
Akbar wrote: Thank you André, that was pretty gentle. I'll give that information in the future. It's Apache 1.3 that comes with Mac OS X Tiger. I'm not sure how to find out which user started the Apache server. I have a guess that it's the admin account on my computer. In the httpd.conf fil

Re: [us...@httpd] Can't Insert Row Into a SQLite DB on server

2009-02-07 Thread André Warnier
Akbar wrote: Thank you André, that was pretty gentle. I'll give that information in the future. It's Apache 1.3 that comes with Mac OS X Tiger. I'm not sure how to find out which user started the Apache server. I have a guess that it's the admin account on my computer. I don't know that en

Re: [us...@httpd] Can't Insert Row Into a SQLite DB on server

2009-02-07 Thread Akbar
Thank you André, that was pretty gentle. I'll give that information in the future. It's Apache 1.3 that comes with Mac OS X Tiger. I'm not sure how to find out which user started the Apache server. I have a guess that it's the admin account on my computer. In the httpd.conf file, there is an

Re: [us...@httpd] Can't Insert Row Into a SQLite DB on server

2009-02-07 Thread Akbar
Thank you André, that was pretty gentle. I'll give that information in the future. It's Apache 1.3 that comes with Mac OS X Tiger. I'm not sure how to find out which user started the Apache server. I have a guess that it's the admin account on my computer. André Warnier wrote: I was only tr

Re: [us...@httpd] Can't Insert Row Into a SQLite DB on server

2009-02-07 Thread André Warnier
I was only trying to suggest, gently, that when you post on a list looking for help, you might want to add at least some information about the environment you are using, like which kind of system, which version of Apache, etc.. People may want to help you, but you cannot expect them to guess thi

Re: [us...@httpd] Can't Insert Row Into a SQLite DB on server

2009-02-07 Thread Akbar
Yes Apache 1.3. André Warnier wrote: Akbar wrote: Hi. I have a SQLite db file in the same folder with ps.php file. ps.php can read from the database file but it cannot write to it. Is there a way to write to this file. The exact same php code works when it's not on the server. Thanks. What

Re: [us...@httpd] Can't Insert Row Into a SQLite DB on server

2009-02-07 Thread André Warnier
Akbar wrote: Hi. I have a SQLite db file in the same folder with ps.php file. ps.php can read from the database file but it cannot write to it. Is there a way to write to this file. The exact same php code works when it's not on the server. Thanks. What server ? Apache ?

Re: [us...@httpd] port issue with reverse proxy

2009-02-07 Thread Mike Soultanian
Torsten Foertsch wrote: If you look for something that follows your HTML more closely have a look at mod_proxy_html (http://apache.webthing.com/mod_proxy_html/). It can distinguish between Ok, after a LOT of futzing around with other ideas and examples, I tweaked another example off the web

[us...@httpd] what is the charset of a URL ?

2009-02-07 Thread André Warnier
Hi. I have been wondering for a while about how a server application should really consider the "query string" part of a URL, in terms of character encoding. I am talking here of a URL of the form http://hostname/somepath?name1=value1&name2=value2..&nameN=valueN (the part after the question m

[us...@httpd] Can't Insert Row Into a SQLite DB on server

2009-02-07 Thread Akbar
Hi. I have a SQLite db file in the same folder with ps.php file. ps.php can read from the database file but it cannot write to it. Is there a way to write to this file. The exact same php code works when it's not on the server. Thanks. ---