Re: [us...@httpd] Httpd on Ubuntu 9.04

2009-05-22 Thread Stephen
"apache". But there is always pain in getting from here to there when computer standards are being changed. Stephen - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org

Re: [us...@httpd] Using VirtualHosts, do I need to specify "main" ServerName?

2009-09-26 Thread Stephen
Edward Ruggeri wrote: (Of course, my system hostname (in /etc/hostname) is not fully qualified.) Your hostname, should have an entry in /etc/hosts 127.0.0.1 hostname Then Apache is happy and you are fine. Stephen - The

[us...@httpd] ServerName and VirtualHosts

2009-09-27 Thread Stephen
ile for NameVirtualHost. Delete the one in ports.conf. Hope this saves someone some time. Stephen - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> fo

Re: [EMAIL PROTECTED] can i through htaccess show images only if they are displayed on my domain

2008-08-04 Thread Stephen
. is there a way in someones htaccess file to only allow the images to be displayed if they are from the local web page. http://altlab.com/htaccess_tutorial.html All you need is one this site! Stephen - The official User-To

[EMAIL PROTECTED] Problem with Virtual Hots

2006-06-25 Thread Stephen
have run httpd -t -D DUMP_VHOSTS and apache tells me the syntax is OK. In httpd.conf I have: NameVirtualHost *:80 DocumentRoot /home/stephen/www/domaintest ServerName www.domaintest.com ServerAdmin [EMAIL PROTECTED] ServerSignature email Can someone help me get this figured

Re: [EMAIL PROTECTED] Problem with Virtual Hots

2006-06-25 Thread Stephen
? I am not using DNS. The Windows client resolves the domain using the hosts file. When I ping domaintest.com I get a response from the server. Thanks. Any other ideas. Stephen - The official User-To-User support forum of

Re: [EMAIL PROTECTED] Problem with Virtual Hots

2006-06-25 Thread Stephen
on the Windows client to resolve the domain and I have confirmed that it works by pinging domaintest.com and getting a response from the server. I did this a year ago, so I am sure it will work. But this has me puzzled Thanks Stephen

Re: [EMAIL PROTECTED] Problem with Virtual Hots

2006-06-25 Thread Stephen
Pid wrote: Try ping -a www.domaintest.com in a DOS prompt. If it doesn't resolve the right IP address your hosts file needs looking at again. The ping works just fine. I am puzzled. Thanks Stephen - The official Us

[EMAIL PROTECTED] Solved: Re: [EMAIL PROTECTED] Problem with Virtual Hots

2006-06-25 Thread Stephen
My hosts file just had the domains and not the www. All is good now. Thanks all. Stephen - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more i

[EMAIL PROTECTED] PHP Load Module Error, Help Please

2007-02-28 Thread Stephen
programs. It is not a big deal since I am not using SSH in this environment, but I do like to correct errors. Can someone suggest what I should try? Thanks Stephen - The official User-To-User support forum of the Apache HTTP Server

Re: [EMAIL PROTECTED] PHP Load Module Error, Help Please

2007-02-28 Thread Stephen
The file permissions are wide open. I am doing this on my laptop when I am travelling. I compared settings for these files with other .dll files in the directory and everything looks the same. This is the only one that indicates an error when Apache starts. Check the file permissions: try ma

Re: [EMAIL PROTECTED] DocumentRoot - Apache2 - Ubuntu

2007-05-21 Thread Stephen
iable in the apache2 httpd.conf. Can I add that variable and will it have the same effect . Look at some of the nested/included *.conf files. The idea is that changes are made to them, and not http.conf. Stephen - The official

Re: [EMAIL PROTECTED] RE:Oracle Application Server 10g HTTPD???

2007-05-23 Thread Stephen
think that there is anything that you can do. Stephen

Re: [EMAIL PROTECTED] How to protect domains in a multi-hosting Apache configuration

2007-07-17 Thread Stephen
RL starts with http://abc.com can get in? Thank you very much for your help. When you configure apache for the virtual hosts, you specify different document roots. This keeps their directories separate and safe. Stephen

[EMAIL PROTECTED] Log Error: "Directory index forbidden by rule" ????? Help!

2005-08-02 Thread Stephen
;http://www.dawsonsphotographytest.com/"; I get the Apache test page, and the subject message is logged. When I enter in my browser "http://www.dawsonsphotographytest.com/index.html"; I get the index.html page. Can someone help me understand and correct this problem? Thanks

Re: [EMAIL PROTECTED] Log Error: "Directory index forbidden by rule" ????? Help!

2005-08-03 Thread Stephen
edhat supplies (hoping to get up and running with the web site development without spending a lot of time getting apache going). The wizard looks like it is serving up index.html index.htm and index.shtml, but who knows what is written to httpd.conf. St

[EMAIL PROTECTED] I get a 500 error and this was caused because the php file "was writable in group"

2008-07-07 Thread Stephen
My host runs Linux. Not sure exactly how the file got a group writable setting, but I am curious as to why this caused Apache to throw up over it. Thanks Stephen - The official User-To-User support forum of the Apache HTTP

Re: [EMAIL PROTECTED] I get a 500 error and this was caused because the php file "was writable in group"

2008-07-07 Thread Stephen
Eric Covener wrote: On Mon, Jul 7, 2008 at 12:20 PM, Stephen <[EMAIL PROTECTED]> wrote: My host runs Linux. Not sure exactly how the file got a group writable setting, but I am curious as to why this caused Apache to throw up over it. Maybe you're usin

[EMAIL PROTECTED] .htacsess Hotlinking rewriting a new image - Can it be delayed?

2006-06-30 Thread Stephen
can set it up, think it works, and be surprised at a later time? Using PHP, perhaps? Thanks Stephen - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html>

Re: [EMAIL PROTECTED] Dimitar Georgievski is out of the office.

2006-06-30 Thread Stephen
[EMAIL PROTECTED] wrote: I will be out of the office starting 06/30/2006 and will not return until 07/31/2006. I will respond to your message when I return. I wonder how many mailing lists Dimitar is subscribed to? - The

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Stephen
am a user, and did not to learn enough to be an apache administrator. I suspect you are the same. Uninstall and start over with a good distro. Stephen - The official User-To-User support forum of the Apache HTTP Server

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Stephen
Michael Flanagan wrote: Stephen, Can i use a Linux Distro on a Windows Platform?Or must it be Linux/Unix? Mike I don't know of any. There are some good books that cover all of Apache, MySQL and PHP and they come with install disks and instructions for the Windows environment. Probabl

[EMAIL PROTECTED] Can't Get .htaccess Include Path to Work - Help!

2006-09-23 Thread Stephen
PHP error: *Warning*: require_once(Database/MySQL.php) [function.require-once <http://www.stephenofroissytest.com/function.require-once>]: failed to open stream: No such file or directory in */home/stephen/www/stephenofroissy.com/htdocs/work.php* on line *3* *Fatal erro

Re: [EMAIL PROTECTED] Can't Get .htaccess Include Path to Work - Help!

2006-09-23 Thread Stephen
I figured this out. As I expected it was something silly. I misspelled htaccess Stephen wrote: I am working on a home server but setting it up like my web host. I am getting an error in a PHP script when it can't find the included file because the path is the one specified in Apa

Re: [EMAIL PROTECTED] Apache2 behind Linksys router

2006-11-23 Thread Stephen
router to map port 8080 to the Apache IP 4) In the Apache .conf file, make sure it listens to port 8080 That should do it Stephen Daniel L. McGrew wrote: I have Apache2 on a Debian, Sarge computer. I'm behind a Linksys (WRT54GS) router. I've installed the packages to enable this comp

Re: [EMAIL PROTECTED] Help in setting up file Upload Feature with Apache

2006-11-25 Thread Stephen
in PHP or CGI to handle the action of the form. Stephen - 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: [EM

Re: [EMAIL PROTECTED] How Do I Integrate Apache w. PHP?

2006-12-04 Thread Stephen
http://dan.drydog.com/apache2php.html Stephen - 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 PROTEC

[EMAIL PROTECTED] Resolving to 127.0.0.1

2007-01-09 Thread Stephen
to http://127.0.0.1 I get the apache welcome page I have entered the domains in my vhosts.conf file. When I enter test domain in Firefox it says it is unable to establish a connection Any ideas? Thank you! Stephen - The

[EMAIL PROTECTED] Problem with Windoes Apache .htacces include

2007-01-16 Thread Stephen
nter http://www.stephenofroissytest.com/cpfunctions.php it goes as expected. When I move cpfunctions.php to C:/www/www/stephenofroissy.com/include I get a 404. And *no* log entry. Help! Please. And thank you Stephen - The official User-To-Us

[users@httpd] Problem with accessing Document Root (?)

2015-06-07 Thread Stephen
80 In my virtual-sites file I have: ServerAdmin webmaster@localhost DocumentRoot /home/stephen/www/roissy.ca/public_html ServerName www.roissytest.ca ErrorLog /home/stephen/www/roissy.ca/public_html/error.log TransferLog /home/stephen/www/roissy.ca/public_html/transfer.log

Re: [users@httpd] Problem with accessing Document Root (?)

2015-06-07 Thread Stephen
st.ca Port 80 Permissions of the document root are RW RW and R Stephen www.roissy.ca On 15-06-07 10:23 AM, Yehuda Katz wrote: Ubuntu changed the configuration to require config files end with ".conf". You didn't give the full path, but since you said "In my virtual-sites file&

Re: [users@httpd] Problem with accessing Document Root (?)

2015-06-07 Thread Stephen
On 15-06-07 04:22 PM, Yann Ylavic wrote: On Sun, Jun 7, 2015 at 10:12 PM, Yann Ylavic wrote: On Sun, Jun 7, 2015 at 5:44 PM, Stephen wrote: Thank you. adding the file extension allowed some progress to be made. Not I get this in my browser: Forbidden You possibly need to give rights to

[users@httpd] Problem Installing libapache2-mod-php5

2015-06-10 Thread Stephen
package libapache2-mod-php5 (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: libapache2-mod-php5 -- Stephen -- Stephen www.roissy.ca - To

[users@httpd] My LAMP Back Up And Running

2015-06-15 Thread Stephen
system now is noticeably "snappier" than before. I like. -- Stephen www.roissy.ca - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] How to restart apache after reboot on ubuntu 16.04?

2016-08-16 Thread Stephen
Hope this helps http://askubuntu.com/questions/42190/apache-server-doesnt-start-automatically Stephen www.roissy.ca On 16-08-16 06:26 PM, R wrote: Hi, I've installed apache on my Ubuntu 16.04 machine as follows: sudo apt-get install apache2 and it works fine. It does not resta

[users@httpd] mod_dav: resume transfers not working

2013-12-17 Thread Stephen
FTP 1.91.2 Centos 5.7 Apache 2.2.15 Thanks, stephen

Re: [users@httpd] URL question

2019-05-26 Thread Stephen
Try changing the filename from bar.html to index.html Stephen www.roissy.ca On 2019-05-26 8:59 a.m., Robert Moskowitz wrote: I have a web site accessible by:  www.foo.com/bar.html But users that use: www.foo.com/bar get a directory content of the files in directory bar. What do I need to

[users@httpd] Problem new virtual host

2020-04-30 Thread Stephen
Apache default page but corrected the file permissions to 755. Any and all help welcome! -- Stephen www.roissy.ca

Re: [users@httpd] Problem new virtual host

2020-04-30 Thread Stephen
er@localhost     DocumentRoot /home/stephen/www/roissy.ca/public_html/roissystudio.ca     ServerName www.roissystudiotest.ca             DirectoryIndex index.php         AllowOverride All         Require all granted         ErrorLog /home/stephen/www/roissy.ca/public_html/roissystud

Re: [users@httpd] Problem new virtual host

2020-04-30 Thread Stephen
I checked my other virtual sites and I cannot connect to any of them. Clearly, I have broken something, but I have no idea as to what. Stephen www.roissy.ca On 2020-04-30 3:39 p.m., Stephen wrote: I have a standard LAMP for development. I set up a new virtual host about once every two years

Re: [us...@httpd] Fwd: Home Web Server

2009-05-14 Thread Stephen Love
I have also found the modem equipment they supply from your provider also has an IDENTIFIER that is equivelant to an IP address... in other words, they TELL you that you have a DYNAMIC IP when there is a SEPARATE STATIC IP identifying your EQUIPMENT... use THAT instead! If you press them HARD e

Re: [us...@httpd] VirtualHost with no ServerName in 2.2.11

2009-05-14 Thread Stephen Love
I run virtualhost with 18 sitenames, each having its own subdirectory system, running off of ONE server, all with the SAME IP address, just different names. SOME referenced from a DYNAMIC NAME SERVER, some static... AND multiple names could come to the SAME site, and based on the NAME could be

Re: [us...@httpd] Fwd: Home Web Server

2009-05-14 Thread Stephen Love
Shirley, you jest... how else could an equipment identify itself when turned on... I pressed COX CABLE after PURCASING DYNAMIC BUSINESS CABLE connection, only to find that they identified your EQUIPMENT before assigning a DYNAMIC IP from the pool... but already HAD a PERMANENT EQUIPMENT IP. They

Re: [us...@httpd] php

2009-05-20 Thread Stephen Love
She's on the right track... I have Apache with PHP installed, one instance, and serve 18 websites out of it concurrently. ONLY one loaded copy of either... works just fine. Writing mysites in STDIO in/out thru visual basic AND now in PHP to elimiinate MOST of the VB .exe script files... but lik

[us...@httpd] Allow directive - limitation?

2009-08-13 Thread Stephen Vaughan
reload. Do we have to just create a new line? -- Best Regards, Stephen Sent from Sydney, Nsw, Australia

Re: [us...@httpd] Re: apache env vars - best practices

2009-10-20 Thread Stephen Love
I found references TO ApacheCtl, as in documentation, but did not find the actual script itself... NOW what? See us online at http://www.LOVEnCompany.com. -- Original Message -- From: Dan Poirier To: users@httpd.apache.org Subject: [us...@httpd] Re: apache env vars - best pract

[us...@httpd] Failed to connect

2009-11-02 Thread Jeffrey Stephen
Hi, I have just installed apache httpd-2.2.14 on a linux machine running SLES10. I am running the web server as non-root, so I have set the listening port to "23456" in my httpd.conf file. It appears to start correctly: > netstat -an | grep LISTEN | grep 234 tcp0 0 :::23456

RE: [us...@httpd] Failed to connect

2009-11-02 Thread Jeffrey Stephen
Hi, When I try the access using "http://localhost:23456"; I get a web page display "It works". Is there a way of telling the browser or apache to use this port by default? Regards Steve >-Original Message- >From: Iñigo Medina García [mailto:imed...@grosshat.com] >Sent: Tuesday, 3 No

[us...@httpd]

2009-11-10 Thread Stephen Love
I have set up a routine in my server that logs all incoming IP addresses and parses for duplicates in the same list. HOWEVER...a person posting almost NEVER has the same address. I believe I am not using the actual IP Address at all. What I WANT is the actual SERIAL NUMBER (If you could call it

Re: [us...@httpd]

2009-11-10 Thread Stephen Love
ne at http://www.LOVEnCompany.com. -- Original Message -- From: Brian Mearns To: users@httpd.apache.org Subject: Re: [us...@httpd] Date: Tue, 10 Nov 2009 10:52:18 -0500 On Tue, Nov 10, 2009 at 8:28 AM, Eric Covener wrote: > On Tue, Nov 10, 2009 at 8:19 AM, Stephen Love wrote: >&

Re: [us...@httpd]

2009-11-10 Thread Stephen Love
0 Nov 2009 11:55:05 -0500 On Nov 10, 2009, at 08:19 , Stephen Love wrote: > I have set up a routine in my server that logs all incoming IP > addresses and parses for duplicates in the same list. HOWEVER...a > person posting almost NEVER has the same address. I believe I am not >

Re: [us...@httpd]

2009-11-10 Thread Stephen Love
Don't want identification. I want point to point response capability, even if it goes away later... a way to know that I can send back to that exact address and know it went to that particular computer instead of randomly going all over the world. Sounds like either I have been misinformed about

Re: [us...@httpd]

2009-11-10 Thread Stephen Love
- Original Message -- From: Sean Conner To: users@httpd.apache.org Subject: Re: [us...@httpd] Date: Tue, 10 Nov 2009 19:35:39 -0500 It was thus said that the Great Stephen Love once stated: > So what you are telling me is that there IS no REAL 2-way handshaking > going on. Then we

Re: [us...@httpd]

2009-11-11 Thread Stephen Love
Saman To: users@httpd.apache.org Subject: Re: [us...@httpd] Date: Wed, 11 Nov 2009 14:54:31 +0200 André Warnier wrote: > Stephen Love wrote: >> Ok, now we're getting somewhere... just ENOUGH to eliminate the path >> inbetween... I'd just like to ask APACHE for a un

Re: [us...@httpd]

2009-11-11 Thread Stephen Love
: [us...@httpd] Date: Tue, 10 Nov 2009 22:34:24 -0500 On Tue, Nov 10, 2009 at 6:37 PM, Eric Covener wrote: > On Tue, Nov 10, 2009 at 6:20 PM, Stephen Love wrote: >> So what you are telling me is that there IS no REAL 2-way handshaking going >> on. Then we've lost ALL hope of secu

[EMAIL PROTECTED] mod_rewrite, L and F flags

2008-09-01 Thread Stephen Wellington
ule. If anybody can tell me whether I've misunderstood something, or if there is a solution to this, I would be extremely grateful. Steve -- Stephen Wellington 07956 042387 01865 28 ext 12438 [EMAIL PROTECTED] [EMAIL PR

Re: [EMAIL PROTECTED] mod_rewrite, L and F flags

2008-09-01 Thread Stephen Wellington
On Mon, Sep 1, 2008 at 1:25 PM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Mon, Sep 1, 2008 at 8:01 AM, Stephen Wellington > <[EMAIL PROTECTED]> wrote: >> Hi, >> >> Am having trouble with mod_rewrite and would appreciate a little help. >> I've tr

[EMAIL PROTECTED] Re: mod_rewrite, L and F flags [RESOLVED]

2008-09-01 Thread Stephen Wellington
On Mon, Sep 1, 2008 at 1:59 PM, Stephen Wellington <[EMAIL PROTECTED]> wrote: > On Mon, Sep 1, 2008 at 1:25 PM, Eric Covener <[EMAIL PROTECTED]> wrote: >> On Mon, Sep 1, 2008 at 8:01 AM, Stephen Wellington >> <[EMAIL PROTECTED]> wrote: >>> Hi, >>&g

Re: [EMAIL PROTECTED] redirect with query string

2008-09-02 Thread Stephen Wellington
On 9/2/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > I have a redirect problem, I already googled it and I cannot find how to do > it. > > What I have to do is: > > I have this URL: > http://www.domain.com/abc/def/abcd.asp?abc=123&def=456&ghi=135 > > I have to redirect the reques

Re: [EMAIL PROTECTED] SSPI second prompt

2008-09-04 Thread Stephen Wellington
On 9/4/08, Gallardo, Lisa <[EMAIL PROTECTED]> wrote: > Greetings, > I am using sspi to authenticate users against active directory. When the > site opens users get a login prompt but if they incorrectly enter their > login information they get the Authorization Required error and can't > refres

[EMAIL PROTECTED] Apache - URL based environment variables

2008-11-02 Thread Stephen Brennan
. eg. Alias /A Alias /B > ... /A> SetEnv Config A ... /B> SetEnv Config B ... I am quite sure that this used to work in versions of apache before 2.2. Any practical sugestions would be appreciated. Cheers Stephen Brennan PS: previous posting was sent without

RE: [EMAIL PROTECTED] Apache - URL based environment variables

2008-11-03 Thread Stephen Brennan
Stephen -Original Message- From: Nick Kew [mailto:[EMAIL PROTECTED] Sent: Monday, 3 November 2008 8:25 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache - URL based environment variables On Mon, 3 Nov 2008 13:04:32 +1000 "Stephen Brennan" <[EMAIL PROTECTED]&

RE: [EMAIL PROTECTED] Apache - URL based environment variables

2008-11-03 Thread Stephen Brennan
nst a different string to what I am expecting or the pattern matching is not working properly. Could you please explain what is going on? Cheers Stephen -Original Message- From: Stephen Brennan Sent: Tuesday, 4 November 2008 7:30 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROT

[us...@httpd] SSl Redirect

2009-04-08 Thread Stephen Goldschmidt
8.5BD729C0] Stephen Goldschmidt - IT Administrator 1240 Sussex Turnpike | Randolph | NJ |07869 Phone: 973.895.6718 | Mobile: 201.247.8962 sgoldschm...@tricofcu.com | www.tricofcu.com CONFIDENTIALITY NOTICE: This message contains information t

RE: [us...@httpd] SSl Redirect

2009-04-08 Thread Stephen Goldschmidt
, Apr 8, 2009 at 9:04 AM, Stephen Goldschmidt wrote: > Hello > > I am using apache and have a Virtualhost enabled with ssl and this works > great, using a godaddy ssl cert. > > my question is the certificate is only assigned to one domain name. > www.domain.com > >

[EMAIL PROTECTED] Apache 1.3: Aliases no longer working

2005-12-10 Thread Stephen Collyer
roblem a little more. -- Regards Stephen Collyer Netspinner Ltd - 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

Re: [EMAIL PROTECTED] Apache 1.3: Aliases no longer working

2005-12-10 Thread Stephen Collyer
set up pointing to a cgi-bin dir thats working just fine, too. This strikes me as odd. I'm much keener to get Apache to tell why it's returning a 403 rather than guessing - do you know if this is possible ? -- Regards Stephen Collyer Netspinner Ltd --

Re: [EMAIL PROTECTED] Apache 1.3: Aliases no longer working

2005-12-12 Thread Stephen Collyer
Joshua Slive wrote: On 12/10/05, Stephen Collyer <[EMAIL PROTECTED]> wrote: And the perms are fine - chmod'ed everything wide open earlier on to be sure. There's a ScriptAlias set up pointing to a cgi-bin dir thats working just fine, too. This strikes me as odd. You ch

Re: [EMAIL PROTECTED] Apache 1.3: Aliases no longer working

2005-12-12 Thread Stephen Collyer
Boyle Owen wrote: -Original Message- From: Stephen Collyer [mailto:[EMAIL PROTECTED] I'm not familiar with the Apache code base, but I guess this implies that there's no trace code in there ? Seems to be something of an omission for a project as large as Apache, if so.

Re: [EMAIL PROTECTED] revocation list

2005-12-12 Thread Stephen Collyer
revoked. Unfortunately, I'm not sure if there's: a) any good support in Apache for this yet (a bit of Googling suggests not) or b) any widespread support for this from CAs. Unless anyone knows any better, you're probably stuck with the CRLs for the time being. -- Regards Stephen Col

Re: [EMAIL PROTECTED] Apache 1.3: Aliases no longer working

2005-12-12 Thread Stephen Collyer
Joshua Slive wrote: On 12/12/05, Stephen Collyer <[EMAIL PROTECTED]> wrote: Well, if we're going to be picky, I guess you're right: I should have said that I found nothing that helped me. Yes, I got an "access denied by server configuration", but let's face it, i

[EMAIL PROTECTED] Apache 2.0.55 SSL and POST problem

2006-01-31 Thread Stephen Collyer
pache config if necessary. I've google for this but am currently baffled - am I missing something obvious here ? -- Regards Stephen Collyer Netspinner Ltd - The official User-To-User support forum of the Apache HTTP Serv

Re: [EMAIL PROTECTED] Apache 2.0.55 SSL and POST problem

2006-01-31 Thread Stephen Collyer
Joe Orton wrote: On Tue, Jan 31, 2006 at 12:34:27PM +, Stephen Collyer wrote: I have an SSL enabled Apache 2.0.55, with a CGI enabled Location accessible via SSL. When I try to execute a POST against this location, I get a 405 "Method not allowed" response. Th

Re: [EMAIL PROTECTED] Apache 2.0.55 SSL and POST problem

2006-01-31 Thread Stephen Collyer
e error message says, and what it's telling me to do, but I wanted to know why SSL is screwing up the POST in the first place. A single line comment in a log file doesn't really give me enough background. -- Regards Stephen Collyer Netspinner Ltd ---

Re: [EMAIL PROTECTED] Apache 2.0.55 SSL and POST problem

2006-01-31 Thread Stephen Collyer
Joe Orton wrote: On Tue, Jan 31, 2006 at 02:42:27PM +, Stephen Collyer wrote: Joe Orton wrote: On Tue, Jan 31, 2006 at 12:34:27PM +, Stephen Collyer wrote: I have an SSL enabled Apache 2.0.55, with a CGI enabled Location accessible via SSL. When I try to execute a POST against

Re: [EMAIL PROTECTED] Apache 2.0.55 SSL and POST problem

2006-02-01 Thread Stephen Collyer
Stephen Collyer wrote: Right. Howver, by "workaround" I was referring to a configuration change (maybe adding that SSLOptions +OptRenegotiate ?). For the record, I've tried the various config. related fixes suggested in the bugzilla report (i.e. the adding of SSLOptions +OptR

Re: [EMAIL PROTECTED] SSLVerifyClient, per directory access, POST and renegotiation failed

2006-02-18 Thread Stephen Collyer
ix. If you look back a few weeks in the archives for this list you'll see a thread where Joe Orton posts a reference for the patch for Apache 2.0.x, should you need to stick with that. -- Regards Stephen Collyer Netspinner Ltd ---

Re: [EMAIL PROTECTED] What's the right place to ask?

2006-03-15 Thread Stephen Cook
i don't get it? Michael W Cocke wrote: On Wed, 15 Mar 2006 16:53:23 +, you wrote: On Wednesday 15 March 2006 16:02, Michael W Cocke wrote: It wasn't the answer I wanted, but it's an answer. Thanks! For a different answer, see http://sni.corelands.com/ Very amusing. Jerk. Mike- --

Re: [EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-25 Thread Stephen Cook
you douchebag, learn how to read. there are directions at the bottom of EVERY email from the list about how to unsubscribe. and nobody but YOU could have signed your dumb ass up in the first place. loser. some people should not be allowed to touch computers. hui xu wrote: Please unsub me form

[EMAIL PROTECTED] Help: GIFs that are in same directory as PERL script are being executed

2007-02-23 Thread Stephen Truxton
/cricket/images/rrdtool.gif failed [Fri Feb 23 05:56:28 2007] [error] [client 10.19.83.200] Premature end of script headers: /home/sanscript/public_html/cricket/images/rrdtool.gif" Has anyone seen this before & know how to correct?

RE: [EMAIL PROTECTED] Help: GIFs that are in same directory as PERL script are being executed

2007-02-23 Thread Stephen Truxton
-Mark > Mark Lavi, Enterprise Web Management Team @ SGI > mailto:[EMAIL PROTECTED] || phone:+1-650-933-7707 > > -Original Message- > From: Stephen Truxton [mailto:[EMAIL PROTECTED] > Sent: Friday, February 23, 2007 2:28 PM > To: users@httpd.apache.org > Subject: [EMA

RE: [EMAIL PROTECTED] Help: GIFs that are in same directory as PERL script are being executed

2007-02-23 Thread Stephen Truxton
; (and add any other appropriate file type extenders > if need be). > > That, along with the file permissions we already > discussed, should help > avoid the executing GIFs. > > --Mark > Mark Lavi, Enterprise Web Management Team @ SGI > mailto:[EMAIL PROTECTED] |

[EMAIL PROTECTED] Apache on Windows - PHP Failure - NO Restart

2007-08-13 Thread Stephen Johnston
ting X threads." etc. but it actually serves no pages. Anyone have any ideas? -Stephen

Re: [EMAIL PROTECTED] Apache on Windows - PHP Failure - NO Restart

2007-08-14 Thread Stephen Johnston
Victor, Just to be clear. Are you saying they all end up crashing Apache, or causing Aache not to gracefully recover from crashes? There are two issues here and I'd like to know for which FastCGI is a typical solution. We've already been investigating fcgid as an option. -Stephen

[users@httpd] good book on apache security

2005-05-23 Thread Stephen Cook
Does anyone have a recommendation on a good book for Apache security? I have found several at amazon.com, but I figure you folks would know which is the best. Thanks - The official User-To-User support forum of the Apache HTT

[users@httpd] POSTing to non-executable file

2005-06-13 Thread Stephen Carville
apache 2.0.52 but fails on 1.3.20 with an error 405: The requested method POST is not allowed for the URL /pdf/temp/16557996.pdf. Whatever technique I use has to work on both 1.3 and 2.0 so I'd like to know if there is a better way. -- Stephen Car

[users@httpd] mod_rewrite and mod_auth ordering issue

2005-06-23 Thread Stephen Shirley
Morning, I want to use mod_auth for apache2 to restrict access to a directory on a website. I also want to use mod_rewrite to force such authentication to be over https. I have the following in dir/.htaccess: RewriteEngine On RewriteCond %{HTTPS} !^on$ RewriteRule ^

[users@httpd] Starting Apache2 on Win2k as another user

2005-07-14 Thread Stephen Cook
just "conf/" (and copying the conf directory into bin doesn't help at all, so I wonder if that is the real problem). Doesn anyone have any idea what could be wrong? Is there some other information you'd need? Thanks in advance for any advice. -- Stephen ---

Re: [EMAIL PROTECTED] Starting Apache2 on Win2k as another user

2005-07-15 Thread Stephen Cook
*/Boyle Owen <[EMAIL PROTECTED]>/* wrote: > -Original Message- > From: Stephen Cook [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 14. Juli 2005 12:56 > To: apache list > Subject: [EMAIL PROTECTED] Starting Apache2 on Win2k as another user >

Re: [EMAIL PROTECTED] Starting Apache2 on Win2k as another user

2005-07-17 Thread Stephen Cook
s\") I'm willing to bet it'd need "Read" and "Read and Execute" for the cgi-bin\ directory if you use that, and "Read" on the manual\, errors\, icons\, and htdocs\ directories if you use those. Of course, if I am blatantly wrong about any of this please

[EMAIL PROTECTED] Cannot get my cgi scripts to run!

2005-07-29 Thread Stephen Elmer
!     I am using Fedora Core 3, Apache 2.0     Many thanks     Stephen         -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.338 / Virus Database: 267.9.7/60 - Release Date: 28/07/2005

[EMAIL PROTECTED] cgi scripts not running

2005-07-29 Thread Stephen Elmer
using Fedora Core 3, Apache 2.0     Many thanks     Stephen   -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.338 / Virus Database: 267.9.7/60 - Release Date: 28/07/2005

RE: [EMAIL PROTECTED] cgi scripts not running

2005-07-29 Thread Stephen Elmer
N="">     what do you think?       Stephen   From: Craft, Wesley [mailto:[EMAIL PROTECTED] Sent: 29 July 2005 20:40 To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] cgi scripts not running     This might be a shot in the dark, but in your first post you

RE: [EMAIL PROTECTED] cgi scripts not running

2005-07-29 Thread Stephen Elmer
-bin/mycgi.cgi    by the way     Document_root=/var/www/html   Cgi-bin =/var/www/cgi-bin   Shebang line is ok, the script works from command line          Thanks for you help, I’ll happily try any other suggestions     Stephen             -Original Message- From

RE: [EMAIL PROTECTED] cgi scripts not running

2005-07-29 Thread Stephen Elmer
      I’ve put  ScriptAlias /cgi-bin/  “/var/www/cgi-bin/”  in the config file, dosen’t this do it?     Thanks   Stephen         From: Kevin O'Neil [mailto:[EMAIL PROTECTED] Sent: 30 July 2005 00:18 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] cgi scripts not ru

RE: [EMAIL PROTECTED] cgi scripts not running

2005-07-29 Thread Stephen Elmer
Yes, but it was worth a try  L     Stephen   From: Mark Feather [mailto:[EMAIL PROTECTED] Sent: 30 July 2005 00:44 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] cgi scripts not running   Another silly thought...when you make an alteration in the config

RE: [EMAIL PROTECTED] cgi scripts not running

2005-07-29 Thread Stephen Elmer
days, but I do feel a bit of an idiot.     Many thanks to Mark and Kevin for your help, it is much appreciated       Stephen         From: Mark Feather [mailto:[EMAIL PROTECTED] Sent: 30 July 2005 01:28 To: users@httpd.apache.org; Kevin O'Neil Subject: Re: [EMAIL PROTECTED

[EMAIL PROTECTED] JSP pages and Apache 2

2005-08-03 Thread Stephen Carville
should behave so differently from Apache 1. -- Stephen Carville <[EMAIL PROTECTED]> Unix and Network Admin Nationwide Totalflood 6033 W. Century Blvd Los Angeles, CA 90045 310-342-3602 - The official User-To-User support forum

Re: [EMAIL PROTECTED] JSP pages and Apache 2

2005-08-03 Thread Stephen Carville
John Hicks wrote: Stephen Carville wrote: During a migration from Apache 1 to Apache 2 I found a problem with DirectoryIndex in VirtualHosts I have several Virtual Hosts defined with a DirectoryIndex: ServerName www.nationwide-totalflood.com DocumentRoot/var/jakarta/dpsi

Re: [EMAIL PROTECTED] Aliased interface -- bind failed, address in use

2005-08-03 Thread Stephen Carville
This could also mean that apache is not shutting down competely before restarting. Try # service httpd stop # ps -ef | grep httpd (until no processes are seen) # service httpd start -- Stephen Carville <[EMAIL PROTECTED]> Unix and Network Admin Nationwide Totalflood 6033 W. Centur

  1   2   3   >