Re: [EMAIL PROTECTED] CGI differences in apache 2.0 and 2.2

2007-02-11 Thread Steve Swift
official User-To-User support forum of the Apache HTTP Server Project. See http://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] -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] CGI differences in apache 2.0 and 2.2

2007-02-11 Thread Steve Swift
To-User support forum of the Apache HTTP Server Project. See http://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] -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] CGI differences in apache 2.0 and 2.2

2007-02-11 Thread Steve Swift
f. But: mod_suexec is loaded in 2.2 and not loaded or built in in 2.0. This is a difference I hadn't thought about or even known about. I don't really know about suexec or how it should be configured, but it looks like it could be close to my problems. Thanks for the pointer. Steve P St

Re: [EMAIL PROTECTED] Disable TRACE HTTP method on Apache 1.3.33

2007-02-13 Thread Steve Swift
ED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Steve Swift http://www.swiftys.org.uk

[EMAIL PROTECTED] Problems reading error.log from CGI script (Windows)

2007-02-20 Thread Steve Swift
e CGI log displayer; once I've run this CGI script, even "TAIL" won't display the log). This is what I'm doing now, but I'd like to know why my CGI script works only once. -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] Does "AllowOverride All" damage Apache performance?

2007-02-22 Thread Steve Swift
er support forum of the Apache HTTP Server Project. See http://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] -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] Apache on Windows

2007-03-06 Thread Steve Swift
support forum of the Apache HTTP Server Project. See http://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] -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] (13)Permission denied: exec of ... failed

2007-04-18 Thread Steve Swift
missing? -- Regards, Scott Dudley - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional comma

Re: [EMAIL PROTECTED] .htpasswd problems

2007-04-19 Thread Steve Swift
t forum of the Apache HTTP Server Project. See http://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] -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] Running one website via two apache running boxes (windows)

2007-04-29 Thread Steve Swift
r supplies, RAID disc and physically separate processors, but now we'restarting to talk a few thousand dollars/pounds. Option 2 will cost you an extra box, and introduce a new single point of failure. -- Steve Swift http://www.swiftys.org.uk

[EMAIL PROTECTED] Unexpected/Unwanted DNS lookups

2007-08-15 Thread Steve Swift
all bar IBM personnel and expert hackers. -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] Unexpected/Unwanted DNS lookups

2007-08-15 Thread Steve Swift
Vincent, Thank you. We use both "Allow" and "Deny", but only with numerical addresses or subnet masks. -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] Re: Unexpected/Unwanted DNS lookups

2007-08-15 Thread Steve Swift
> > If you trace what is being looked up, it might give you a clue to where > the queries are coming from. Turn on query logging or use tcpdump. -- Steve Swift http://www.swiftys.org.uk

[EMAIL PROTECTED] Telling one IP address 404 "Nothing found"

2007-08-23 Thread Steve Swift
particular IP address to think that my website is completely empty. And yes, it is a fixed IP address, so it's worth doing. It will cause them a lot more grief to negotiate a different IP address, and hopefully they will abandon their probing. Then they'll stop pestering my server with req

Re: [EMAIL PROTECTED] Telling one IP address 404 "Nothing found"

2007-08-23 Thread Steve Swift
s a way to stop that. On 23/08/07, Vincent Bray <[EMAIL PROTECTED]> wrote: > > Yep, good point. Use the anchors. > -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] AccessLog isn't logging

2007-08-24 Thread Steve Swift
hat is preventing it from working? What's in your "Logformat ... common" line? -- Steve Swift http://www.swiftys.org.uk

[EMAIL PROTECTED] Bizarre event upgrading Windows 2.2.4 to 2.2.6

2007-12-05 Thread Steve Swift
this be somewhere in the Start Menu, under "Control Apache Server" ? -- Steve Swift http://www.swiftys.org.uk

[EMAIL PROTECTED] Protecting certain cgi-bin subdirectories

2006-08-05 Thread Steve Swift
.   Steve Swift http://www.swiftys.org.uk  

RE: [EMAIL PROTECTED] Protecting certain cgi-bin subdirectories

2006-08-05 Thread Steve Swift
ause the second Require directive to > be processed last, overriding the first one, rather than vis-versa. I wish this were so, but I simply cannot find a combination that works. Steve Swift http://www.swiftys.org.uk ---

RE: [EMAIL PROTECTED] Protecting certain cgi-bin subdirectories

2006-08-05 Thread Steve Swift
the directory. It matches /var/www/cgi-bin/users/test - but the directory name is /var/www/cgi-bin/users - the "test" part is the filename of my test script. Oh, well. It's working. I can leave worrying about why for another day. Thank you for giving me the will to pe

Re: [EMAIL PROTECTED] Access to IP address

2006-08-08 Thread Steve Swift
Each virtual host has (or certainly *should* have) a distinct servername. You get to the virtual hosts by going to http://servername/If this doesn't work it might be a problem with your browser, but it would have to be very old to cause such a problem! On 08/08/06, Marc MENDEZ <[EMAIL PROTECTED]> w

Re: [EMAIL PROTECTED] Trying to hide application(Java + Apache) directory from browser address bar

2006-08-08 Thread Steve Swift
If you were to add:Alias / "/u01/app/oracle/product/oracle10g/Apache/Apache/htdocs/pddataprev/deqs/"(all on one line) and remove your from index.html then that would have the effect of fetching all documents which appeared to com from the root from its directory "deqs". On 08/08/06, José Euclides

Re: [EMAIL PROTECTED] Beginner's question : enablesendfile on Windows only for some disk drives

2006-08-11 Thread Steve Swift
This should work for you:EnableSendfile on-- Steve Swifthttp://www.swiftys.org.uk

Re: [EMAIL PROTECTED] How Apache manages all its children

2006-08-13 Thread Steve Swift
oo.com- The official User-To-User support forum of the Apache HTTP Server Project.See http://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]-- St

Re: [EMAIL PROTECTED] Application variables

2006-08-14 Thread Steve Swift
Providing you don't have too many application variables you could use environment variables set in the Apache configuration with the "SetEnv" directive, or inherited from whatever process starts your Apache with the "PassEnv" directive. It all depends if you have access to update your apache config

Re: [EMAIL PROTECTED] How to detect failed authentification ?

2006-08-15 Thread Steve Swift
lost by any mistransmission. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this messa

Re: [EMAIL PROTECTED] How to disable errors and redirect allways to default.php

2006-08-21 Thread Steve Swift
he.org/userslist.html> for more info.To unsubscribe, e-mail: [EMAIL PROTECTED]   "   from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]-- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] How to disable errors and redirect allways to default.php

2006-08-21 Thread Steve Swift
If you want to map /anything to your default.php then look at ScriptAliasMatch or AliasMatch, depending how you setup access to default.php (I have no experience of how php is set up) On 21/08/06, Michelle Konzack <[EMAIL PROTECTED]> wrote: Hello Steve,Am 2006-08-21 11:32:38, schrieb Steve

Re: [EMAIL PROTECTED] How to disable errors and redirect allways to default.php

2006-08-21 Thread Steve Swift
The Apache directive:AliasMatch ^/[^/]*$ /path/to/default.phpWill cause any URI which is a "/" followed by a single "word" to be handled by the file /path/to/default.php On 21/08/06, Michelle Konzack <[EMAIL PROTECTED]> wrote: Hi back...Am 2006-08-21 14:16:10, schrieb St

Re: [EMAIL PROTECTED] subdomain problem

2006-08-22 Thread Steve Swift
Do you have a NameVirtualHost directive? If so, what does it contain?Also, it is usual to put the the value from the Hostname directive inside the like this:NameVirtualHost *:80 Steve SwiftOn 22/08/06, RYAN vAN GINNEKEN <[EMAIL PROTECTED]> wrote: Using Apache/1.3.34 (Unix) PHP/4.4.2 config

Re: [EMAIL PROTECTED] redirect only if a URL does not exists

2006-08-23 Thread Steve Swift
/userslist.html> for more info.To unsubscribe, e-mail: [EMAIL PROTECTED]   "   from the digest: [EMAIL PROTECTED]For additional commands, e-mail: [EMAIL PROTECTED]-- Steve Swift http://www.swiftys.org.uk

[EMAIL PROTECTED] CGI Processes hanging in state "W"

2006-08-25 Thread Steve Swift
If we monitor the /server-status page of our apache 2.0.57 running under linux we notice a build up of processes that are hung in state "W", which is "Sending Reply":6-1    13451    1/3/3    W     0.83    1141    0    0.0    0.01    0.01     9.135.165.197    climate.uk.ibm.com    POST /sat/satinde

[EMAIL PROTECTED] Order of checks

2006-08-25 Thread Steve Swift
We have two apache webservers running release 2.0.57On one of them, if we ask for a non-existent script from a protected directory we get the 404 Not Found response without a prompt for username and password.On the other one, we get prompted for username and password and when we get those right we

Re: [EMAIL PROTECTED] Apache and router

2006-09-03 Thread Steve Swift
Your 2ndscreen URL looks very suspicious; I've never seen /cgi-bin which was not followed by something. Whatever has handled that URL looks like it has sent out a page with a URL containing http://192.168.0.2 On 03/09/06, John Tunstall <[EMAIL PROTECTED]> wrote: Hi. I have a problem!   I am

Re: [EMAIL PROTECTED] Apache and router

2006-09-04 Thread Steve Swift
Well, you will probably have to inspect the CGI script that handles /cgi-bin/ai to see why/if it is returning http://192.168.0.2 amongst its outputIf I were to guess, I'd say that the CGI script is trying to determine the address of the server in order to generate URL's that refer to the server. If

Re: [EMAIL PROTECTED] Apache and router

2006-09-04 Thread Steve Swift
the IP address to be used?   Thanks again.   JohnT - Original Message ----- From: Steve Swift To: users@httpd.apache.org Sent: Monday, September 04, 2006 8:06 AM Subject: Re: [EMAIL PROTECTED] Apache and router Well, you will probably have to inspect the CGI script t

Re: [EMAIL PROTECTED] More Virtual Host problems

2006-09-13 Thread Steve Swift
If what you've posted is accurate, the second host is not used because you missed a dot from: ServerName wwwhost2.com Surely it should be www.host2.com ?-- Steve Swifthttp://www.swiftys.org.uk

Re: [EMAIL PROTECTED] Debugging virtual hosts?

2006-09-14 Thread Steve Swift
I know of no way to trace the mechanism that Virtual Hosts uses, but from observation of several working systems, and close scrutiny of the documentation, it goes mostly like this:1. Read the "NameVirtualHost xxx" directive to identify which address/ports activate Virtual Hosts. On match, pro

Re: [EMAIL PROTECTED] Debugging virtual hosts?

2006-09-14 Thread Steve Swift
>Incidentally, this is something to check; is your client really sending>a Host header? To do so, it must be using HTTP/1.1 (all modern browsers>do so). Please confirm that you are using a recent browser to test this >server.A quick test would be to go to http://www.swiftys.org.uk as this is a (non

Re: [EMAIL PROTECTED] "Parent: child process exited with status 3221225725 -- Restarting" in apache under windows

2006-09-19 Thread Steve Swift
r on the Protection of Personal Data. -The official User-To-User support forum of the Apache HTTP Server Project.See http://httpd.apache.org/userslist.html> for more info.To unsubscribe, e-mail: [EMAIL PROTECTED]   "   from the digest: [EMAIL PROTECTED]For additional commands,

[EMAIL PROTECTED] CGI Timeouts?

2006-09-20 Thread Steve Swift
Is there a configuration directive or some trick that I could use to kill a CGI script if it runs for longer than, say, 120 seconds?If any of my scripts run for longer than 30 seconds or so, they are certainly in a loop, and will continue forever, until I notice and kill them manually. I've not fou

Re: [EMAIL PROTECTED] CGI Timeouts?

2006-09-20 Thread Steve Swift
> But apache won't (can't!) kill the process that's looping...The operating system is Linux. The separate threads are spawned as "apache" (in our case) but there is still the root process running httpd - that should have no problems killing of looping CGI processes, if it wanted to. However, I'll a

Re: [EMAIL PROTECTED] SCRIPT_URL not being set.

2006-09-24 Thread Steve Swift
I've never come across SCRIPT_URL - were you thinking of SCRIPT_NAME ?On 24/09/06, Karl Orbell <[EMAIL PROTECTED] > wrote:Hello, a server I'm working with is running:   Apache/2.0.55 PHP/5.1.2   With a lot of RewriteRules working fine.   However, sometimes I need to know what the request was before

Re: [EMAIL PROTECTED] Using relative paths in

2006-09-24 Thread Steve Swift
If you want relative to the Document Root then consider using On 24/09/06, Vinay Y S <[EMAIL PROTECTED] > wrote:Hi,I want to use relative paths in and all other places wherever paths are required; and change only theServerRoot and DocumentRoot based on where my server is installed. Iwant to know i

RE: [EMAIL PROTECTED] Content-Length: 0 on SSL POSTs with IE

2006-09-25 Thread Steve Swift
en a zero length post for months now; I suspect it is either the result of the update I applied to my CGI scripts or (more likely) a corporate-wide rollout of some IE update in the company where I work (IBM) Steve Swift http://ww

Re: [EMAIL PROTECTED] Port?

2006-09-26 Thread Steve Swift
"No Listening ports available" implies that something else is already listening on port 80. This is probably the windows IIS system.  You'll have to configure that not to start the webserver portion of IIS, or configure it to listen on a port other then 80. I last did this about 15 years ago, so I

Re: [EMAIL PROTECTED] Apache 2.2.3 lots of empty error logs

2006-09-27 Thread Steve Swift
One possibility is that one of your CGI's is writing a null line to STDERR.  Can you correlate the times in the error log with the times in the access log to work out the culprit?It might not be your code that is generating the STDERR - I once had a system call that generated a line on stderr even

Re: [EMAIL PROTECTED] suexec2 setup on Suse 10.1

2006-09-27 Thread Steve Swift
--- The official User-To-User support forum of the Apache HTTP Server Project.See http://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]-- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] configure a catchall page for a website subdirectory?

2006-09-28 Thread Steve Swift
Alias /subdir/* full-path-to-pageShould do the trick. If you're worried about people entering the "subdir" part in upper- or mixed-case then you can use:AliasMatch /[Ss][Uu][Bb][Dd][Ii][Rr]/.* full-path-to-page There may be a better way to do case-insensitive matching, if so I'd be glad to learn it

Re: [EMAIL PROTECTED] How to invoke CGI program without using its file extension?

2006-10-05 Thread Steve Swift
If you want to run a cgi program without using its extension you should look into using the ScriptAlias or ScriptAliasMatch directives.On 05/10/06, Rafael del Aguila <[EMAIL PROTECTED]> wrote: Hi, I'd like to know how can Apache2 run a cgi program without using its file extension. In my Apach

Re: [EMAIL PROTECTED] Virtual Host container not being read..

2006-10-05 Thread Steve Swift
roject.See http://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]-- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] not uploading at full speed

2006-10-10 Thread Steve Swift
--The official User-To-User support forum of the Apache HTTP Server Project.See http://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]-- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] not uploading at full speed

2006-10-10 Thread Steve Swift
ed to get relatively slow transfers sending data FROM your system. That's what the "A" in ADSL stands for - Asymmetrical; fast download and slow upload. You can get lines that work the other way around, and they are designed for running servers. You get a fast upload speed and a slow

Re: [EMAIL PROTECTED] cgi-bin woes

2006-10-11 Thread Steve Swift
ser support forum of the Apache HTTP Server Project.See http://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]-- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] CGI receives SIGTERM

2006-10-11 Thread Steve Swift
  "   from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]-- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] Fixing Localhost on a Mac

2006-10-11 Thread Steve Swift
Out of the box Apache will display one of the index.html* files in the directory pointed to by the "DocumentRoot" directive in the https.conf configuration file. I say one of the index.html* files because it comes with a plethora of languages defined. On 12/10/06, David Blomstrom <[EMAIL PROTECTED]

Re: [EMAIL PROTECTED] Directory listing empty

2006-10-13 Thread Steve Swift
-- The official User-To-User support forum of the Apache HTTP Server Project.See http://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]-- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] CGI receives SIGTERM

2006-10-14 Thread Steve Swift
pool() which is done at the end ofrequest cycle, orduring hard timeouts. The logic here also covers runaway cgi apps.Didn't confirm if the same exists in apache 2x but I would besurprised if this functionality was removed.RaviOn 10/11/06, Steve Swift < [EMAIL PROTECTED]> wrote:> As f

RE: [EMAIL PROTECTED] CGI receives SIGTERM

2006-10-17 Thread Steve Swift
Ah, that's different - your timeout is occurring trying to read your CGI script - it is not getting to execution. I've never had this problem, so I cannot help you Steve Swift http://www.swiftys.org.uk - The offici

Re: [EMAIL PROTECTED] make mod_cache ignore the query string?

2006-10-17 Thread Steve Swift
User-To-User support forum of the Apache HTTP Server Project.See http://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]-- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] CGI receives SIGTERM

2006-10-18 Thread Steve Swift
scripts even in execution (as longas it doesn't trick the server as mentioned above).BTW I did not have any issues - I was just responding to the originalcomment that apache does not handle runaway scripts which is not true. RaviOn 10/17/06, Steve Swift <[EMAIL PROTECTED]> wrote:> Ah, that

Re: [EMAIL PROTECTED] Problem with POST method

2006-11-15 Thread Steve Swift
as?Thanks, ByeLorenzo- The official User-To-User support forum of the Apache HTTP Server Project.See http://httpd.apache.org/userslist.html> for more info.To unsubscribe, e-mail: [EMAIL PROTECTED]   "   from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [E

[EMAIL PROTECTED] Close browser session while CGI is still active

2006-11-23 Thread Steve Swift
do, which takes several minutes. At the moment I'm handling it by creating a detached task to run the batch portion but since the batch process requires access to the variables that built the HTML page it would be much simpler if I could manage it in one run of the CGI script. -- S

Re: [EMAIL PROTECTED] Close browser session while CGI is still active

2006-11-24 Thread Steve Swift
t;[EMAIL PROTECTED]> wrote: Since you already using a detached task to run the batch job, if it's not too much work and the result of the batch job is not a requirement for the response, can you just pass your variables to the batch job? -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] multi-homed Apache? Anyone?

2006-11-26 Thread Steve Swift
more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Steve Swift http://www.swiftys.org.uk

[EMAIL PROTECTED] Virtual Hosts and SSL

2006-11-28 Thread Steve Swift
ow is this VirtualHost definition working in conjunction with "NameVirtualHost *:80" ? -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] Virtual Hosts and SSL

2006-11-28 Thread Steve Swift
The official User-To-User support forum of the Apache HTTP Server Project. See http://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] -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] Virtual Hosts and SSL

2006-11-28 Thread Steve Swift
and the cert will work for all of the vhosts. -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] Server Staus information by other means

2006-12-03 Thread Steve Swift
igest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] Changing DocumentRoot Doesn't Work

2006-12-07 Thread Steve Swift
--- The official User-To-User support forum of the Apache HTTP Server Project. See http://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] -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] Changing DocumentRoot Doesn't Work

2006-12-07 Thread Steve Swift
more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] Changing DocumentRoot Doesn't Work

2006-12-07 Thread Steve Swift
; -k start With the "Start in:" "C:\Program Files\Apache Software Foundation\Apache2.2\" On 07/12/06, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: Steve Swift wrote: > You said that you were double-clicking the httpd.exe > That would make the current directory: &

Re: [EMAIL PROTECTED] Windows installation error

2006-12-07 Thread Steve Swift
cial User-To-User support forum of the Apache HTTP Server Project. See http://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] -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] Newbie Help, Please

2006-12-09 Thread Steve Swift
erslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] ssl - force ssl per directory

2006-12-12 Thread Steve Swift
utside. - The official User-To-User support forum of the Apache HTTP Server Project. See http://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] -- St

Re: [EMAIL PROTECTED] ErrorDocument 401

2006-12-14 Thread Steve Swift
his problem? Any ideas? Thanks! -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] Enabling huge uploads

2006-12-15 Thread Steve Swift
info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] Address CGI w/ URL and not Path Name

2006-12-15 Thread Steve Swift
http server is being bypassed. I can't figure out how to rewrite how my cgi programs are addressed. I don't want the Document Root included, I need the http:// format for them to run. EG -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] external javascript and cgi generated page

2006-12-17 Thread Steve Swift
Save one of the pages generated by your CGI scripts as static HTML, on the same server that is serving your CGI scripts. Load this page, and work out why the .js functions are not working, and fix your CGI until it generates html that works. On 17/12/06, michaeljay <[EMAIL PROTECTED]> wrote: I

Re: [EMAIL PROTECTED] Address CGI w/ URL and not Path Name

2006-12-17 Thread Steve Swift
hat when cgi is used it is fed a different argument? EG - Original Message - From: Steve Swift Date: Saturday, December 16, 2006 2:04 am Subject: Re: [EMAIL PROTECTED] Address CGI w/ URL and not Path Name To: users@httpd.apache.org > When you use the "C:/directory/file" forma

Re: [EMAIL PROTECTED] Growing Error.log

2006-12-18 Thread Steve Swift
s. That's why bad people try to "download" these to hack an IIS based web server. As far as I know you can't do anything against it... Gergely POLONKAI -- Steve Swift http://www.swiftys.org.uk

[EMAIL PROTECTED] Recognising users number format

2006-12-19 Thread Steve Swift
the users language preferences, but I suspect I need more detail than that. -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] How to know the VirtualHost/Request procesed by an child process

2006-12-19 Thread Steve Swift
o unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] No permission to access files.

2007-01-01 Thread Steve Swift
webroot webroot4197 Feb 27 2006 main.php -rwxrwxr-x 1 user_u:object_r:user_home_t webroot webroot 529 Nov 29 2005 menu.php The index.php is supposed to execute main.php and menu.php. What could be wrong with the file permission properties? Thank you. pine

Re: [EMAIL PROTECTED] Problem with SUEXEC

2007-01-02 Thread Steve Swift
get same problem Thank's -- Dhika Cikul - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additi

Re: [EMAIL PROTECTED] Problem with SUEXEC

2007-01-02 Thread Steve Swift
't work for you (and I've never seen such an explicit message from apache itself, so this may be coming from something else) On 03/01/07, Dhika Cikul <[EMAIL PROTECTED]> wrote: 2007/1/3, Steve Swift <[EMAIL PROTECTED]>: > In order for apache to access /home/mydomain/

Re: [EMAIL PROTECTED] Problem with SUEXEC

2007-01-02 Thread Steve Swift
I've just noticed the "SUEXEC" in the subject. I don't think this is anything to do with SUEXEC, but if it is, then step (13) of the SUEXEC process determines that the CGI which is being accessed lies within the Doc_Root as defined by "suexec -V" -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] Installing Apache as a service

2007-01-03 Thread Steve Swift
No service install needed. If you do want to install the service, for production or convenience, follow the installation directions (httpd -k install -n Apache22 if I recall correctly) but do remember that httpd.exe is not in your PATH. S. -- [EMAIL PROTECTED] http://www.temme.net/sander/ PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF -- Steve Swift http://www.swiftys.org.uk

[EMAIL PROTECTED] Forcing logging to the access log

2007-01-05 Thread Steve Swift
though. I got a group of four of them in the space of one second, so my theory is that the faults occur loading images associated with one page. I can't think of anything else that would cause such a cluster of errors; the server takes about one hit per minute, on average. -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] Forcing logging to the access log

2007-01-08 Thread Steve Swift
do I need to obtain mod_log_forensic.so from somewhere? See mod_log_forensic which is designed to handle exactly this sort of problem. -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] Apache won't serve, access denied

2007-01-08 Thread Steve Swift
- The official User-To-User support forum of the Apache HTTP Server Project. See http://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] -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] Resolving to 127.0.0.1

2007-01-09 Thread Steve Swift
MAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] ServerAlias with Apache 2.0.40

2007-01-11 Thread Steve Swift
otherwise and the sender is authorised to state them to be the views of the sender's company. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html&g

Re: [EMAIL PROTECTED] Re: [httpd 2.2.3][conf] regular expression problem in

2007-01-16 Thread Steve Swift
.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] Is it possible to restrict Options Indexes?

2007-01-17 Thread Steve Swift
r additional commands, e-mail: [EMAIL PROTECTED] -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] Forbidden web pages

2007-01-19 Thread Steve Swift
- The official User-To-User support forum of the Apache HTTP Server Project. See http://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] -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] Forbidden web pages

2007-01-19 Thread Steve Swift
:31 2007] [error] [client 127.0.0.1] File does not exist: /var/www/mrtg/imgdot-1x1-transp-ff.gif, referer: http://localhost/mrtg/ [Fri Jan 19 11:19:35 2007] [error] [client 132.239.157.153] client denied by server configuration: /var/www/mrtg [Fri Jan 19 11:19:36 2007] [error] [client 132.

Re: [EMAIL PROTECTED] CGI Windows XP

2007-01-19 Thread Steve Swift
? I did it then restarted Apache but the error remained. Any help or guide is very thankful Can Le -- Never miss an email again! Yahoo! Toolbar<http://us.rd.yahoo.com/evt=49938/*http://tools.search.yahoo.com/toolbar/features/mail/>alerts you the instant new

Re: [EMAIL PROTECTED] CGI Windows XP

2007-01-20 Thread Steve Swift
ncludes +ExecCGI MultiViews (tried) Order allow,deny Allow from all Can you show me why I unchecked Read Only in my Windows XP, but after 1 or 2 second it returned Checked Read Only ? What permission should I take in Registry for system, Adm, and owner? Thank you for your helps. Can Le *Steve S

Re: [EMAIL PROTECTED] Apache named virtual host

2007-01-22 Thread Steve Swift
ver Project. See http://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] -- Steve Swift http://www.swiftys.org.uk

  1   2   >