Re: [users@httpd] mod_lua / mod_proxy: set cookie on the proxied connection

2021-01-08 Thread Gerry
. Thank you for looking into it and providing feedback! Cheers, Gerry - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] mod_lua / mod_proxy: set cookie on the proxied connection

2021-01-08 Thread Gerry
On 1/8/21 5:29 PM, Gerry wrote: Effectively, I would like to modify the proxied HTTP request in such a way that I can inject a Cookie: header. I do not want to set a cookie in the user's client. As usual, after mulling over it for way too long before posting, I found the solution less th

[users@httpd] mod_lua / mod_proxy: set cookie on the proxied connection

2021-01-08 Thread Gerry
ader. I do not want to set a cookie in the user's client. I'm not sure what the best approach would be here. Any hint is welcome! Thanks, Gerry - To unsubscribe, e-mail: users-unsubscr...@httpd.apache

Re: [EMAIL PROTECTED] Uploaded files empty - Apache configuration problem?

2006-01-23 Thread Gerry Danen
On 1/23/06, Gerry Danen <[EMAIL PROTECTED]> wrote: is /tmp world writable?I guess, I'm asking to make sure. I had a similar problem and it turned out that when I double-checked, /tmp was not world writable...Gerry 

Re: [EMAIL PROTECTED] Uploaded files empty - Apache configuration problem?

2006-01-23 Thread Gerry Danen
//httpd.apache.org/userslist.html > for more info.To unsubscribe, e-mail: [EMAIL PROTECTED]   "   from the digest: [EMAIL PROTECTED]For additional commands, e-mail: [EMAIL PROTECTED]-- Gerry http://portal.danen.org/

Re: [EMAIL PROTECTED] OT question

2006-01-22 Thread Gerry Danen
ix... All happy now. :) Gerry On 1/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Check this out Gerry. > > http://www.clockwatchers.com/cron_general.html > > Keith > > In theory, theory and practice are the same; > In practice they are not. > > On Sat

[EMAIL PROTECTED] OT question

2006-01-21 Thread Gerry Danen
Where would I go to ask questions about cron? I keep getting /bin/bash: root: command not found Sorry for the OT post... Gerry - The official User-To-User support forum of the Apache HTTP Server Project. See http

Re: [EMAIL PROTECTED] Apache email address

2006-01-18 Thread Gerry Danen
I found that postfix is the culprit. Guess I'll be visiting their forums next. Thanks all. Gerry On 1/17/06, Adam Ossenford <[EMAIL PROTECTED]> wrote: > > - Original Message ----- > From: "Gerry Danen" <[EMAIL PROTECTED]> > To: > Sent: Tuesday,

Re: [EMAIL PROTECTED] Apache email address

2006-01-17 Thread Gerry Danen
Keith, Nothing there... Gerry On 1/17/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Have you checked your mail directives in /etc/php.ini. > > Keith > > > On Tue, 17 Jan 2006, Gerry Danen wrote: > > > To: users@httpd.apache.org > > From: G

[EMAIL PROTECTED] Apache email address

2006-01-17 Thread Gerry Danen
When I use a php form to send email, an address called [EMAIL PROTECTED] is used. Where would that be set? -- Gerry http://portal.danen.org/ - The official User-To-User support forum of the Apache HTTP Server Project. See http

Re: [EMAIL PROTECTED] configure internal server error to automatically email me

2006-01-14 Thread Gerry Danen
anything. HTH Gerry On 1/14/06, Jeff Lacki <[EMAIL PROTECTED]> wrote: > Thanks Kieth. That appears to be what needs to be done, > however, after I tried this, I found the following issues: > > If I say: > > ErrorDocument 500 "http://www.mysite.com/cgi-bin/e

Re: [EMAIL PROTECTED] Apache/Bind relationship

2006-01-12 Thread Gerry Danen
On 1/11/06, Aman Raheja <[EMAIL PROTECTED]> wrote: > with dig or nslookup? If not resolving correctly, you might want to seek > help at the Bind mailinglist. Aman, do you have a url for the bind mailing list? Gerry -

[EMAIL PROTECTED] Apache/Bind relationship

2006-01-11 Thread Gerry Danen
Is there a relationship between Apache and Bind?I am using a new server bot both, but on the new server, some domains do not resolve. The external IP address has not changed.Any clues where to start looking are appreciated. ThxGerry

Re: [EMAIL PROTECTED] IP/Host not logged ?

2006-01-02 Thread Gerry Danen
[EMAIL PROTECTED]On 1/2/06, Scott Grayban <[EMAIL PROTECTED]> wrote: Sure. I would like to know who, what, how on this one.ScottOn Mon 2 January 2006 14:44, Gerry Danen wrote: > When it crawls the site, if you get always a hit on a specific page, you> could capture more info than you

Re: [EMAIL PROTECTED] IP/Host not logged ?

2006-01-02 Thread Gerry Danen
Looks like only bots. I have a few hits of robots.txt getting hit first thenit crawls the site but thats but I have more hits to the robots.txt without acrawl.It almost feels virus like but I have no windows computer here in my network. ScottOn Mon 2 January 2006 13:28, Gerry Danen wrote:> Does

Re: [EMAIL PROTECTED] IP/Host not logged ?

2006-01-02 Thread Gerry Danen
Does it happen with real visitors also, or just bots?On 1/2/06, Scott Grayban <[EMAIL PROTECTED]> wrote: The missing IP/Host of course. I have never seen this before and Iknow it didn't come from anything I do here. This just started to happen. ScottOn Mon 2 January 2006 12:59, Gerry

Re: [EMAIL PROTECTED] IP/Host not logged ?

2006-01-02 Thread Gerry Danen
Scott, what's the mystery, the missing IP or the GET robots.txt?GerryOn 1/2/06, Scott Grayban <[EMAIL PROTECTED] > wrote:Ok I have been getting some really weird hits on my websites and they don't contain a IP or host in the log.. - - [02/Jan/2006:01:59:37 -0800] "GET /robots.txt HTTP/1.0" 200 54 "

[EMAIL PROTECTED] Getting WHOIS info

2005-12-28 Thread Gerry Danen
xt" ; $cmd= "whois -h whois.arin.net " .$arg . " >" . $out ; exec( $cmd ); include ( $out ); echo""; The output file is created but no content. The directory is chmod'ed to 777... The command works fine from the command line. Any ideas? Gerry -

Re: [EMAIL PROTECTED] php & security per page per user

2005-12-28 Thread Gerry Danen
I have learned a lot from looking at scripts from hotscripts.com and from phpBB. You may want to start there. Check out http://www.hotscripts.com/ but be aware that not every submission is a solid and secure program. Gerry On 12/28/05, JC <[EMAIL PROTECTED]> wrote: > Hi everyone, >

Re: [EMAIL PROTECTED] .htaccess to prevent external access

2005-12-22 Thread Gerry Danen
with .htaccess files. Thanks all for your help. Gerry On 12/22/05, Boyle Owen <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Gerry Danen [mailto:[EMAIL PROTECTED] > > Sent: Donnerstag, 22. Dezember 2005 15:58 > > To: users@httpd.apache.org >

Re: [EMAIL PROTECTED] .htaccess to prevent external access

2005-12-22 Thread Gerry Danen
Oddly enough, httpd.conf does not show "AllowOverride" anywhere... This is really baffling! Gerry On 12/22/05, Boyle Owen <[EMAIL PROTECTED]> wrote: > > -Original Message- > > > > The error log says ".htaccess: order not allowed here"... >

Re: [EMAIL PROTECTED] .htaccess to prevent external access

2005-12-22 Thread Gerry Danen
On 12/22/05, Boyle Owen <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Gerry Danen [mailto:[EMAIL PROTECTED] > > Sent: Donnerstag, 22. Dezember 2005 07:31 > > To: users@httpd.apache.org > > Subject: Re: [EMAIL PROTECTED] .htaccess to prev

Re: [EMAIL PROTECTED] .htaccess to prevent external access

2005-12-21 Thread Gerry Danen
e > Allow from 192.0.0.1 > > For the username/password part, see: > http://httpd.apache.org/docs/2.2/howto/auth.html > > Joshua. > -- Gerry http://portal.danen.org/ - The official User-To-User support forum of the Apache H

Re: [EMAIL PROTECTED] .htaccess to prevent external access

2005-12-21 Thread Gerry Danen
Thanks, Graham and Joshua. The apache.org link has lots of info. Will have to study that and tinker... :) Gerry On 12/21/05, Joshua Slive <[EMAIL PROTECTED]> wrote: > On 12/21/05, Graham Frank <[EMAIL PROTECTED]> wrote: > > > > Order Allow,Deny > > Allow from 1

[EMAIL PROTECTED] .htaccess to prevent external access

2005-12-21 Thread Gerry Danen
Can someone provide a .htaccess example of: a. restricting access to a single 192. IP address b. restricting access to a single username/password Thanks very much. -- Gerry http://portal.danen.org/ - The official User-To-User

Re: [EMAIL PROTECTED] Caching Images

2005-12-20 Thread Gerry Danen
Mike, I don't believe you will gain much with caching. XP is your bottleneck if there is one. Gerry On 12/20/05, Michael Avila <[EMAIL PROTECTED]> wrote: > The idea is to have the images be cached (even in memory if possible) so that > it is super fast as I am running this on

Re: [EMAIL PROTECTED] Upgrading to Apache/2.0.54 from 1.3.26

2005-12-19 Thread Gerry Danen
Hi Alfred, Yes, Apache is running. I'm running virtual hosts so the hardcoded ip address does not really work. Gerry On 12/19/05, Alfred Vahau <[EMAIL PROTECTED]> wrote: > Hi, > Is Apache running at all? > If Apache is running, what happens if you explicitly set Listen add

[EMAIL PROTECTED] Upgrading to Apache/2.0.54 from 1.3.26

2005-12-19 Thread Gerry Danen
I have set up a new server and adjusted the config files, but I keep getting "connection refused". Been chewing on this for some time now. Does anybody have any suggestions? Many thanks -- Gerry http://portal.danen.org/ ---